增加购物车修改数量弹窗

This commit is contained in:
2026-01-17 11:05:55 +08:00
parent b35d165f7a
commit 410b0501af
2 changed files with 18 additions and 1 deletions

View File

@@ -51,6 +51,9 @@
const integer=computed(()=>{
if(!props.goods){
return true
}
if(props.goods.product_type=="weight"){
return false
}