删除部分冗余代码

This commit is contained in:
Yer
2023-04-28 11:21:50 +08:00
parent 39c82361b6
commit 0a07ebfe8b
2 changed files with 1 additions and 23 deletions

View File

@@ -447,14 +447,7 @@ export default {
}
},
/**
* 跳转到商品详情
*/
navigateToGoodsDetail(val) {
uni.navigateTo({
url: `/pages/product/goods?id=${val.id}&goodsId=${val.goodsId}`,
});
},
/**
* 是否收藏