bug
This commit is contained in:
parent
98265a97ba
commit
fdba33f0d5
@ -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)
|
||||
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user