This commit is contained in:
cun-nan 2024-03-06 13:39:10 +08:00
parent 98265a97ba
commit fdba33f0d5
2 changed files with 5 additions and 2 deletions

View File

@ -1163,7 +1163,9 @@ export default {
},
/** 提交按钮 */
submitForm() {
if (!this.form.tableDatas || this.form.tableDatas.length==0){
this.form.tableDatas = []
}
this.form.activeConsumptionChildList = this.form.tableDatas.concat(this.tableDatas, this.form.shiwudata);
console.log(this.form.activeConsumptionChildList)

View File

@ -352,7 +352,8 @@
data: {"orderNo":_this.orderNo,"status":"payFail"},
}).then((ress)=>{})
uni.showToast({
title:res.data.msg,
// title:res.data.msg,
title:"支付失败,请联系商家",
icon:"none"
})
// _this.goBack()