Commit 22f0482df398761331cc1f593cfba222a801d713
1 parent
2999e7e6
1212
Showing
1 changed file
with
3 additions
and
0 deletions
pages/user/index/index.js
@@ -192,6 +192,9 @@ Page({ | @@ -192,6 +192,9 @@ Page({ | ||
192 | getApp().getConfig2(function (e) { | 192 | getApp().getConfig2(function (e) { |
193 | var t_swi=e.switch_list; | 193 | var t_swi=e.switch_list; |
194 | if(t_swi) t_swi=JSON.parse(t_swi) | 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 |