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

考试成绩跳转

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