This commit is contained in:
zhangds 2024-04-09 21:42:38 +08:00
parent 63fd96f62f
commit e51bcc5dc4
1 changed files with 1 additions and 0 deletions

View File

@ -488,6 +488,7 @@
code_batch_id: this.code_batch_id code_batch_id: this.code_batch_id
}).then(res => { }).then(res => {
if (res.code == 200) { if (res.code == 200) {
alert(res.data.send_status)
this.goods = res.data this.goods = res.data
// 支付宝组合商品 // 支付宝组合商品
if (this.goods.group_info.channel == 3 || this.goods.group_info.channel == 1 && this.goods.group_info.receive_mode == 2) { if (this.goods.group_info.channel == 3 || this.goods.group_info.channel == 1 && this.goods.group_info.receive_mode == 2) {