修改部分已发现的bug

This commit is contained in:
lemon橪
2021-12-24 09:12:21 +08:00
parent 896749d812
commit 3a2202a2e8
5 changed files with 43 additions and 11 deletions

View File

@@ -333,7 +333,7 @@ export default {
*/
navigateToStore(val) {
uni.navigateTo({
url: "../product/shopPage?id=" + val.storeId,
url: "/pages/product/shopPage?id=" + val.storeId,
});
},
@@ -396,6 +396,8 @@ export default {
* 验证是否选中商品
*/
whetherChecked() {
this.$options.filters.forceLogin()
let canBuy = false;
this.cartDetail.cartList.forEach((item) => {
if (item.checked) {