diff --git a/pages/ztbvip/index.js b/pages/ztbvip/index.js index b278ed6..d65444d 100644 --- a/pages/ztbvip/index.js +++ b/pages/ztbvip/index.js @@ -28,7 +28,7 @@ Page({ if(!app.globalData.userInfo){ return } - wx.showLoading({ title: '处理中', mask: true }) + wx.showLoading({ title: '加载中', mask: true }) getMemberInfo().then(res => { var nickname = '' if (app.globalData.userInfo.isAuth) {