ycm 2 年 前
コミット
616db0e3b9
1 ファイル変更1 行追加1 行削除
  1. 1 1
      pages/tabber/home/index.js

+ 1 - 1
pages/tabber/home/index.js

@@ -54,7 +54,7 @@ Page({
             console.log(res);
             if (res.code != 200) {
                 wx.showLoading({
-                    title: '数据错误请重新登陆',
+                    title: res.message.msg,
                   })
                   setTimeout(function () {
                     wx.hideLoading();