Commit 56a0629b authored by 黄奎's avatar 黄奎

考试成绩跳转

parent c3ace032
...@@ -529,9 +529,9 @@ ...@@ -529,9 +529,9 @@
} }
let that = this let that = this
let obj={ let obj={
PaperId:this.PaperId, // PaperId:this.PaperId,
PublishId:this.PublishId, // PublishId:this.PublishId,
GuestId:this.JJSWStuId // GuestId:this.JJSWStuId
} }
this.requestJJSWAdmin("/api/WeChatPublic/CheckStuSubmitOrder", postMsg, this.requestJJSWAdmin("/api/WeChatPublic/CheckStuSubmitOrder", postMsg,
(res) => { (res) => {
...@@ -541,11 +541,17 @@ ...@@ -541,11 +541,17 @@
title: res.data.Message, title: res.data.Message,
type: 'warning' type: 'warning'
}); });
// 跳转入学考试 if(res.data.Data.PaperId&&res.data.Data.PublishId&&res.data.Data.StuId){
uni.redirectTo({ obj.PaperId=res.data.Data.PaperId
url: `/pages/webbox/webbox?limit=${JSON.stringify(obj)}` obj.PublishId=res.data.Data.PublishId
obj.StuId=res.data.Data.StuId
}); // 跳转入学考试
uni.redirectTo({
url: `/pages/webbox/webbox?limit=${JSON.stringify(obj)}`
});
}
} else { } else {
that.limits = false that.limits = false
this.OrderInterface() this.OrderInterface()
...@@ -831,8 +837,8 @@ ...@@ -831,8 +837,8 @@
}) })
}) })
this.EduTeacherId = list.toString() this.EduTeacherId = EduTeacherIdlist.toString()
this.ClassId = list2.toString() this.ClassId = ClassIdlist.toString()
// this.mrk3 = list3.toString() // this.mrk3 = list3.toString()
this.payInfo.GoodsName = this.mchs[0].goods_list[0].name.slice(0, 10); this.payInfo.GoodsName = this.mchs[0].goods_list[0].name.slice(0, 10);
this.formdata.DeliveryMethod = this.mchs[0].delivery.send_type; this.formdata.DeliveryMethod = this.mchs[0].delivery.send_type;
......
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