Bläddra i källkod

更新 app.js

聆听 7 år sedan
förälder
incheckning
2ece334d72
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      view/crmebN/app.js

+ 2 - 2
view/crmebN/app.js

@@ -39,9 +39,9 @@ App({
   },
   setUserInfo : function(){
     var that = this;
-    if (that.globalData.uid == null) {//是否存在用户信息,如果不存在跳转到首页
+    if (that.globalData.uid == null) {//是否存在用户信息,如果不存在跳转到首页1
       wx.showToast({
-        title: '用户信息获取失败',
+        title: '用户信息获取失败!',
         icon: 'none',
         duration: 1500,
       })