Commit e783c7a907174c676e967d8a70e91b161302af46
1 parent
bb021092
plus 支付就 加载中
Showing
1 changed file
with
1 additions
and
0 deletions
pages/user/plus/plus.js
@@ -435,6 +435,7 @@ Page({ | @@ -435,6 +435,7 @@ Page({ | ||
435 | let th = this; | 435 | let th = this; |
436 | getApp().request.get("/api/weshop/plus/vip/mem/referee/code/check", { | 436 | getApp().request.get("/api/weshop/plus/vip/mem/referee/code/check", { |
437 | data, | 437 | data, |
438 | + isShowLoading:true, | ||
438 | success: function (res) { | 439 | success: function (res) { |
439 | if (res.data.code == 0) { | 440 | if (res.data.code == 0) { |
440 | if (res.data.data.length > 1 && !th.data.is_select) { | 441 | if (res.data.data.length > 1 && !th.data.is_select) { |