商品详情

This commit is contained in:
2020-07-07 14:45:57 +08:00
parent d94fb80ee2
commit 2910af7bd7
5 changed files with 110 additions and 42 deletions

View File

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