增加加载loading
This commit is contained in:
parent
ddfe049e1b
commit
f3c4d178b6
|
@ -94,9 +94,11 @@ const apis = {
|
||||||
service: {
|
service: {
|
||||||
cate: {
|
cate: {
|
||||||
url: "/wxapp/index/category1",
|
url: "/wxapp/index/category1",
|
||||||
|
showLoading: true,
|
||||||
},
|
},
|
||||||
carType: {
|
carType: {
|
||||||
url: "/wxapp/index/getallcar"
|
url: "/wxapp/index/getallcar",
|
||||||
|
showLoading: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
get: {
|
get: {
|
||||||
|
|
Loading…
Reference in New Issue