增加部分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: { register: {
url: "/wxapp/public/registerb", url: "/wxapp/public/registerb",
showLoading: true,
}, },
login: { login: {
url: "/wxapp/public/loginb", url: "/wxapp/public/loginb",
showLoading: true,
}, },
resetPassword: { resetPassword: {
url: "/wxapp/public/passwordReset", url: "/wxapp/public/passwordReset",
showLoading: true,
}, },
info: { info: {
url: "/user/workerinfo/getuserinfo", url: "/user/workerinfo/getuserinfo",
@ -54,10 +57,12 @@ const apis = {
}, },
setServiceInfo: { setServiceInfo: {
url: "/user/workerinfo/setinfo", url: "/user/workerinfo/setinfo",
showLoading: true,
auth: true, auth: true,
}, },
setServiceState: { setServiceState: {
url: "/user/workerinfo/setworker", url: "/user/workerinfo/setworker",
showLoading: true,
auth: true, auth: true,
}, },
withdraw: { withdraw: {