商家首页

This commit is contained in:
2020-07-06 09:10:34 +08:00
parent 19b1dad0a8
commit 40f03de79f
5 changed files with 111 additions and 5 deletions

View File

@@ -114,6 +114,11 @@ export default {
id: id,
page:page
});
},
getStoreImgVideoList({id}){
return vm.$u.post('Store/getStoreImgVideoList', {
id: id
});
}
}
}