Commit e783c7a907174c676e967d8a70e91b161302af46

Authored by abson
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 435 let th = this;
436 436 getApp().request.get("/api/weshop/plus/vip/mem/referee/code/check", {
437 437 data,
  438 + isShowLoading:true,
438 439 success: function (res) {
439 440 if (res.data.code == 0) {
440 441 if (res.data.data.length > 1 && !th.data.is_select) {
... ...