增加部分showLoading
This commit is contained in:
parent
973e6e919a
commit
7ad5b688d0
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue