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