From 7ad5b688d0a82ae124484473608b9e08523d69ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TOP=E7=B3=AF=E7=B1=B3?= <1130395124@qq.com> Date: Sat, 8 Apr 2023 00:11:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=83=A8=E5=88=86showLoading?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/apis.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/core/apis.js b/src/core/apis.js index 7043a2c..82a91e3 100644 --- a/src/core/apis.js +++ b/src/core/apis.js @@ -41,12 +41,15 @@ const apis = { }, register: { url: "/wxapp/public/registerb", + showLoading: true, }, login: { url: "/wxapp/public/loginb", + showLoading: true, }, resetPassword: { url: "/wxapp/public/passwordReset", + showLoading: true, }, info: { url: "/user/workerinfo/getuserinfo", @@ -54,10 +57,12 @@ const apis = { }, setServiceInfo: { url: "/user/workerinfo/setinfo", + showLoading: true, auth: true, }, setServiceState: { url: "/user/workerinfo/setworker", + showLoading: true, auth: true, }, withdraw: {