From e783c7a907174c676e967d8a70e91b161302af46 Mon Sep 17 00:00:00 2001 From: abson Date: Mon, 6 Dec 2021 10:51:27 +0800 Subject: [PATCH] plus 支付就 加载中 --- pages/user/plus/plus.js | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/pages/user/plus/plus.js b/pages/user/plus/plus.js index 29012a7..4cd9655 100644 --- a/pages/user/plus/plus.js +++ b/pages/user/plus/plus.js @@ -435,6 +435,7 @@ Page({ let th = this; getApp().request.get("/api/weshop/plus/vip/mem/referee/code/check", { data, + isShowLoading:true, success: function (res) { if (res.data.code == 0) { if (res.data.data.length > 1 && !th.data.is_select) { -- libgit2 0.21.4