增加部分showLoading

This commit is contained in:
TOP糯米 2023-04-08 00:11:03 +08:00
parent 973e6e919a
commit 7ad5b688d0
1 changed files with 5 additions and 0 deletions

View File

@ -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: {