浏览代码

商学院

zhaoxiaohai 3 年之前
父节点
当前提交
9762e87c1a
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      pages/college/detail.js
  2. 1 1
      pages/college/index.js

+ 1 - 1
pages/college/detail.js

@@ -40,7 +40,7 @@ Page({
             }
         }, false).then(res => {
             if (res.msg != '成功') return wx.showToast({
-                title: res.data,
+                title: res.msg,
                 icon: "none"
             });
             let list = MFT.fileList(res.data.attinfos);

+ 1 - 1
pages/college/index.js

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