中心调研链接有效期为空时验证码不展示
continuous-integration/drone/push Build is passing Details

rj
wangxiaoshuang 2026-07-01 17:32:37 +08:00
parent 5ec234c9dd
commit 9b7d9d3c88
1 changed files with 3 additions and 0 deletions

View File

@ -389,6 +389,9 @@ export default {
if (res.IsSuccess) {
this.validityPeriod = res.Result.LinkExpirationTime
this.LinkVerificationCode = res.Result.LinkVerificationCode || this.$route.query.researchProgramNo
if (!this.validityPeriod) {
this.LinkVerificationCode = null
}
if (!this.validityPeriod) return false
this.getLinkTimeIsExpired()
this.shareLink = `${location.protocol}//${location.host}/researchLogin?trialId=${this.$route.query.trialId}`