no message
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|
||||||
// 提交订单成功,就唤起支付
|
// 提交订单成功,就唤起支付
|
||||||
|
|||||||
Reference in New Issue
Block a user