Browse Source

no message

featrue/v4.5
xpz2018 4 years ago
parent
commit
ca5e084e3c
1 changed files with 1 additions and 1 deletions
  1. 2
      pages/ztbvip/index.js

2
pages/ztbvip/index.js

@ -28,7 +28,7 @@ Page({
if(!app.globalData.userInfo){ if(!app.globalData.userInfo){
return return
} }
wx.showLoading({ title: '处理中', mask: true })
wx.showLoading({ title: '加载中', mask: true })
getMemberInfo().then(res => { getMemberInfo().then(res => {
var nickname = '' var nickname = ''
if (app.globalData.userInfo.isAuth) { if (app.globalData.userInfo.isAuth) {

Loading…
Cancel
Save