no message

This commit is contained in:
2025-08-15 22:18:14 +08:00
parent c6e2aa884b
commit ea5691565e
@@ -498,7 +498,7 @@ export default {
payway: way,// 支付方式:1-微信,2-支付宝 payway: way,// 支付方式:1-微信,2-支付宝
remark: JSON.stringify(this.getRemark()),//备注信息'[{"sid":"店铺ID","rmk":"备注内容"},{"sid":"店铺ID","rmk":"备注内容"}]' remark: JSON.stringify(this.getRemark()),//备注信息'[{"sid":"店铺ID","rmk":"备注内容"},{"sid":"店铺ID","rmk":"备注内容"}]'
} }
const resp = null; let resp = null;
if(this.sed){ if(this.sed){
params['goodsId'] = this.sed.id; params['goodsId'] = this.sed.id;
params['specsId'] = this.sed.specsId.id; params['specsId'] = this.sed.specsId.id;
@@ -509,7 +509,7 @@ export default {
resp = await settle(params); resp = await settle(params);
} }
console.log('getWayOption',this.wayOption,orderInfo) console.log('getWayOption',resp)
// 提交订单成功,就唤起支付 // 提交订单成功,就唤起支付