Browse Source

报名结果页自动跳转逻辑错误处理

master
kola-web 2 months ago
parent
commit
0aeed1fe69
  1. 2
      src/patient/pages/liveResult/index.ts

2
src/patient/pages/liveResult/index.ts

@ -52,7 +52,7 @@ Page({ @@ -52,7 +52,7 @@ Page({
this.setData({
detail: res,
})
if (this.data.entry == '1') {
if (this.data.entry == '1' && res.BeginTimeValue < this.data.dateValue && res.Type == 1) {
this.handleLive()
}
this.getQrCode()

Loading…
Cancel
Save