Merge branch 'master' of http://git.luyuan.tk/luyuan/deming into zhy

This commit is contained in:
2020-07-06 09:20:44 +08:00
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
});
}
}
}