Commit b061762d by 谢中龙

新增我的招募会员列表

parent 17e79d32
......@@ -45,14 +45,12 @@ wxService.page({
*/
onLoad: function (options) {
let currentUserInfo = wx.getStorageSync('guidBaseInfo');
// if (!currentUserInfo) { //未登录成功
// wx.redirectTo({
// url: '/shoppingGuid/page/pages/welcomGuider/welcomGuider',
// });
// return ;
// }
currentUserInfo = { member: { qiyeInfo: { name : '张三'}}}
if (!currentUserInfo) { //未登录成功
wx.redirectTo({
url: '/shoppingGuid/page/pages/welcomGuider/welcomGuider',
});
return ;
}
let userInfo = wx.getStorageSync('guidInfo');
if (currentUserInfo.member) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment