去除部分调试打印,优化环境变量控制,修复再来一单只有一个商品时自动弹出图片预览问题,
This commit is contained in:
@@ -124,7 +124,6 @@ onMounted(() => {
|
||||
};
|
||||
})
|
||||
.filter((v) => v.goods);
|
||||
console.log('list.value ', list.value )
|
||||
startWatch();
|
||||
}
|
||||
});
|
||||
|
||||
@@ -195,14 +195,7 @@
|
||||
);
|
||||
}
|
||||
|
||||
watch(
|
||||
() => props.cartList,
|
||||
(newCartList) => {
|
||||
console.log("购物车数据变化", newCartList);
|
||||
}, {
|
||||
deep: true,
|
||||
}
|
||||
);
|
||||
|
||||
const shopInfo = ref(uni.cache.get("shopInfo"));
|
||||
const shopUserInfo = ref(uni.cache.get("shopUserInfo"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user