Эх сурвалжийг харах

始宁农业小程序:配置生产环境域名

panyong 2 жил өмнө
parent
commit
2b07f243fa

+ 4 - 2
htmldev/shiningWxMini/pages/home/home.js

@@ -52,7 +52,9 @@ Page({
   async onLoad(options) {
     this.fetchLunboList()
     await this.fetchProductCategoryList()
-    this.fetchOrderList()
+    if (this.data.searchForm.category_id) {
+      this.fetchOrderList()
+    }
   },
 
   /**
@@ -148,7 +150,7 @@ Page({
 
         this.setData({
           categoryList: temp,
-          'searchForm.category_id': temp[0].id
+          'searchForm.category_id': temp.length > 0 ? temp[0].id : ''
         })
       } else {
         wx.showToast({