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

页面修改

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