现金支付优化

master
gongfuxiang 2024-12-24 12:00:42 +08:00
parent f969c38c30
commit 78fafa2474
1 changed files with 8 additions and 3 deletions

View File

@ -955,10 +955,15 @@
app.globalData.url_open(self.to_appoint_page, true);
},
fail(res) {
app.globalData.url_open(this.to_appoint_page, true);
app.globalData.url_open(self.to_appoint_page, true);
},
});
} else {
});
} else if(res.data.order_status == 2) {
// 线线
app.globalData.url_open(this.to_appoint_page, true);
} else {
//
this.$refs.payment.pay_handle(res.data.order_ids.join(','), res.data.payment_id, this.payment_list);
}
this.setData({