Commit 4cad7b03 authored by youjie's avatar youjie

no message

parent 6c4b6fb1
......@@ -563,10 +563,16 @@
if (res.resultCode == 1) {
that.payInfo.OrderId = res.data.OrderId;
that.payInfo.total_price = that.ds.total_price;
let info = {
OrderId:that.payInfo.OrderId,
total_price:that.payInfo.total_price,
StuId:that.JJSWStuId,
TeacherIds:that.mrk,
}
if(res.data.OrderStatus==5){
uni.reLaunch({
url: '/pages/order-submit/pay-success2?payInfo=' +
JSON.stringify(that.payInfo)
JSON.stringify(info)
})
}else {
if (that.checked == 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