Commit 1909c1f5345a6ecbb00e06abc0f57e7474c029b9
1 parent
c8ab5549
判断是is_card_back去掉
Showing
1 changed file
with
1 additions
and
2 deletions
pages/user/plus/plus.js
... | ... | @@ -243,7 +243,7 @@ Page({ |
243 | 243 | getApp().request.get("/api/weshop/users/get/" + os.stoid + "/" + app_d.user_id, { |
244 | 244 | success: function (e) { |
245 | 245 | var userInfo = e.data.data; |
246 | - if (userInfo && userInfo['card_field'] && !getApp().globalData.is_card_back) { | |
246 | + if (userInfo && userInfo['card_field']) { | |
247 | 247 | var u_url = "/packageE/pages/user/cardinfo/cardinfo"; |
248 | 248 | wx.reLaunch({ |
249 | 249 | url: u_url |
... | ... | @@ -490,7 +490,6 @@ Page({ |
490 | 490 | |
491 | 491 | |
492 | 492 | |
493 | - | |
494 | 493 | //--如果有邀请码,和营业员的情况下-- |
495 | 494 | if (req.recommon || req.serviceman) { |
496 | 495 | ... | ... |