订单商品处理,商品列表头部图片处理
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user