ycm 2 år sedan
förälder
incheckning
616db0e3b9
1 ändrade filer med 1 tillägg och 1 borttagningar
  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();