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
22f0482df398761331cc1f593cfba222a801d713
Authored by
yvan.ni
2019-10-29 15:04:34 +0800
1 parent
2999e7e6
1212
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
pages/user/index/index.js
pages/user/index/index.js
View file @
22f0482
...
...
@@ -192,6 +192,9 @@ Page({
192
192
getApp().getConfig2(function (e) {
193
193
var t_swi=e.switch_list;
194
194
if(t_swi) t_swi=JSON.parse(t_swi)
195
+ if(t_swi.rank_switch==2){
196
+
197
+ }
195
198
})
196
199
},
197
200
...
...