Commit e5652fa5 authored by youjie's avatar youjie

no message

parent ad0c891c
......@@ -563,7 +563,6 @@
if (res.resultCode == 1) {
that.payInfo.OrderId = res.data.OrderId;
that.payInfo.total_price = that.ds.total_price;
if(res.data.OrderStatus==5){
let info = {
OrderId:that.payInfo.OrderId,
......@@ -571,9 +570,9 @@
TeacherIds:that.mrk,
}
uni.reLaunch({
url: '/pages/order-submit/pay-success2?payInfo=' +
JSON.stringify(info)
})
url: '/pages/order-submit/pay-success2?payInfo=' +
JSON.stringify(info)
})
}else {
if (that.checked == true) {
that.zhaoren = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment