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