xiaohaizhao 1 рік тому
батько
коміт
c5abda016e
1 змінених файлів з 4 додано та 0 видалено
  1. 4 0
      pages/index/market/index.js

+ 4 - 0
pages/index/market/index.js

@@ -126,6 +126,10 @@ Component({
         content
       }).then(res => {
         console.log("商品列表", res)
+        if (res.msg != '成功') return wx.showToast({
+          title: res.msg,
+          icon: "none"
+        })
         this.selectComponent('#ListBox').RefreshToComplete();
         content.pageNumber = res.pageNumber + 1;
         content.pageTotal = res.pageTotal;