增加部分接口showLoading
This commit is contained in:
parent
3ac3f53338
commit
d1050658ac
|
@ -111,12 +111,15 @@ export default {
|
||||||
},
|
},
|
||||||
hotCate: {
|
hotCate: {
|
||||||
url: "/wxapp/index/hotcategory",
|
url: "/wxapp/index/hotcategory",
|
||||||
|
showLoading: true,
|
||||||
},
|
},
|
||||||
cate: {
|
cate: {
|
||||||
url: "/wxapp/index/category1",
|
url: "/wxapp/index/category1",
|
||||||
|
showLoading: true,
|
||||||
},
|
},
|
||||||
list: {
|
list: {
|
||||||
url: "/wxapp/index/getcategorybyid"
|
url: "/wxapp/index/getcategorybyid",
|
||||||
|
showLoading: true,
|
||||||
},
|
},
|
||||||
detail: {
|
detail: {
|
||||||
url: "/wxapp/index/goodsinfobyid",
|
url: "/wxapp/index/goodsinfobyid",
|
||||||
|
|
Loading…
Reference in New Issue