comment 7.2

This commit is contained in:
2020-07-24 19:48:57 +08:00
parent 4196f545fd
commit dd71a0f32a
23 changed files with 1630 additions and 350 deletions

View File

@@ -259,7 +259,14 @@ export default {
},
getStoreInfo({id}){
return vm.$u.post('Store/getStoreInfo',{id})
}
},
// 获取商品评论
getAllEvalue({ goods_id, page }) {
return vm.$u.post('Specialci/getAllEvalue', {
goods_id: goods_id,
page: page,
})
},
}
}