更新 app.js

This commit is contained in:
聆听 2018-11-02 13:10:00 +08:00
parent 2ece334d72
commit 06c27f4b88

View File

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