商家部分

This commit is contained in:
2020-07-21 21:01:42 +08:00
parent c96f5ca95d
commit 063da7bef3
4 changed files with 37 additions and 60 deletions

View File

@@ -252,6 +252,9 @@ export default {
// 获取图文视频详情
articleInfo({article_id}){
return vm.$u.post('article/articleInfo',{article_id})
},
getStoreInfo({id}){
return vm.$u.post('Store/getStoreInfo',{id})
}
}
}