Commit 58561e27 authored by 黄奎's avatar 黄奎

页面修改

parent 3c0443b3
...@@ -555,28 +555,24 @@ ...@@ -555,28 +555,24 @@
} }
this.requestJJSWAdmin("/api/WeChatPublic/CheckStuSubmitOrder", postMsg, this.requestJJSWAdmin("/api/WeChatPublic/CheckStuSubmitOrder", postMsg,
(res) => { (res) => {
console.log("es",res)
if (res.data.Code != 1) { if (res.data.Code != 1) {
that.limits = true that.limits = true
// this.$refs.uToast.show({ if(res.data.Message&&res.data.Message!='')
// title: res.data.Message, {
// type: 'warning' uni.showToast({
// }); title: res.data.Message,
uni.showToast({ icon: "none",
title: res.data.Message, });
icon: "none", }
});
if(res.data.Data.PaperId>0&&res.data.Data.PublishId>0&&res.data.Data.StuId){ if(res.data.Data.PaperId>0&&res.data.Data.PublishId>0&&res.data.Data.StuId){
obj.PaperId=res.data.Data.PaperId obj.PaperId=res.data.Data.PaperId
obj.PublishId=res.data.Data.PublishId obj.PublishId=res.data.Data.PublishId
obj.StuId=res.data.Data.StuId obj.StuId=res.data.Data.StuId
this.showExame=true this.showExame=true
this.examInfo = JSON.stringify(obj) this.examInfo = JSON.stringify(obj)
// 跳转入学考试 // 跳转入学考试
} }
} else { } else {
that.limits = false that.limits = false
this.OrderInterface() this.OrderInterface()
......
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