瀏覽代碼

线索池

zhaoxiaohai 2 年之前
父節點
當前提交
6691650410

+ 1 - 1
pages/threadedTree/details/modules/follow/index.js

@@ -52,7 +52,7 @@ Component({
                     loading: false
                 })
                 if (res.msg != '成功') return wx.showToast({
-                    title: res.data,
+                    title: res.msg,
                     icon: "none"
                 });
                 wx.showToast({

+ 1 - 1
pages/threadedTree/details/modules/handOver/index.js

@@ -64,7 +64,7 @@ Component({
                     loading: false
                 });
                 if (res.msg != '成功') return wx.showToast({
-                    title: res.data,
+                    title: res.msg,
                     icon: "none"
                 });
                 wx.showToast({

+ 1 - 1
pages/threadedTree/index.js

@@ -68,7 +68,7 @@ Page({
             console.log("列表", res)
             this.selectComponent('#ListBox').RefreshToComplete();
             if (res.msg != '成功') return wx.showToast({
-                title: res.data,
+                title: res.msg,
                 icon: "none"
             });
             this.setData({

+ 1 - 1
pages/threadedTree/modules/insert/insert.js

@@ -69,7 +69,7 @@ Component({
                     loading: false
                 });
                 if (res.msg != '成功') return wx.showToast({
-                    title: res.data,
+                    title: res.msg,
                     icon: "none"
                 });
                 wx.showToast({