浏览代码

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

panyong 2 年之前
父节点
当前提交
2b07f243fa
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      htmldev/shiningWxMini/pages/home/home.js

+ 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({