xuxueyang
2024-07-26 799b6a04bbc0a56972c5be392518c9da6308e6e0
sub_pages/customer/trade/trade.vue
@@ -130,8 +130,10 @@
      },
      async onLoad() {
         //加载分类
         this.$http.request('get', '/api/customer/flower/category/tree', {}).then(res => {
         //加载分类
         this.$message.showLoading()
         this.$http.request('get', '/api/customer/flower/category/tree', {}).then(res => {
            this.$message.hideLoading()
            var data = res.data
            this.list = data || []
            if (this.list.length > 0) {