uniapp:【商品详情】对接后端接口

This commit is contained in:
YunaiV
2022-12-26 21:29:19 +08:00
parent 92632c046c
commit d4ceceee8c
7 changed files with 49 additions and 82 deletions

View File

@ -76,7 +76,7 @@ export default {
methods: {
handleProdItemClick(productId) {
uni.$u.route('/pages/product/product', {
productId: productId
id: productId
})
}
}