wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
b7ec4747fb54f5154c9a8022375dbb0da713ee31
Authored by
yvan.ni
2021-06-04 11:46:22 +0800
1 parent
48790896
商品分享的分成,要登录
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
packageA/pages/goods_share/goods_share.js
packageA/pages/goods_share/goods_share.js
View file @
b7ec474
...
...
@@ -114,6 +114,10 @@ Page({
114
114
}
115
115
})
116
116
117
+ if(!app.globalData.userInfo) {
118
+ getApp().goto("/pages/togoin/togoin");
119
+ }
120
+
117
121
118
122
},
119
123
...
...