mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-20 17:42:59 +00:00
更新 app.js
This commit is contained in:
parent
ab5fecd282
commit
2ece334d72
@ -39,9 +39,9 @@ App({
|
|||||||
},
|
},
|
||||||
setUserInfo : function(){
|
setUserInfo : function(){
|
||||||
var that = this;
|
var that = this;
|
||||||
if (that.globalData.uid == null) {//是否存在用户信息,如果不存在跳转到首页
|
if (that.globalData.uid == null) {//是否存在用户信息,如果不存在跳转到首页1
|
||||||
wx.showToast({
|
wx.showToast({
|
||||||
title: '用户信息获取失败',
|
title: '用户信息获取失败!',
|
||||||
icon: 'none',
|
icon: 'none',
|
||||||
duration: 1500,
|
duration: 1500,
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user