订单商品处理,商品列表头部图片处理

This commit is contained in:
GaoHao
2024-08-03 16:57:50 +08:00
parent 5fb9871900
commit 35d4304410
3 changed files with 16 additions and 11 deletions

View File

@@ -267,8 +267,12 @@
}, 1000)
break;
case 'addcart':
this.listinfo.details = msg.data;
this.listinfo.payAmount = msg.amount;
if (this.listinfoid) {
this.orderorderInfo()
} else {
this.listinfo.details = msg.data;
this.listinfo.payAmount = msg.amount;
}
break;
}
this.$set(this, 'cartLists', msg)