Explorar o código

fix: 多课程时选择课程时学员须知弹窗再次弹窗

xuqiaoying %!s(int64=2) %!d(string=hai) anos
pai
achega
cbee92f684
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pages3/polyv/detail.vue

+ 1 - 1
pages3/polyv/detail.vue

@@ -1594,7 +1594,7 @@ export default {
           this.menuAllList = res.data.data
 				this.livingItem = res.data.data.find(item => item.liveStartTime<=nowTime&&item.liveEndTime>nowTime);
           let isShowNotice = res.data.data.every(e => e.studyStatus == -1)
-          if (isShowNotice) { // studyStatus 全部等于-1的时候就是没有看过
+          if (this.CountTo == 30 && isShowNotice) { // studyStatus 全部等于-1的时候就是没有看过
             this.noticeShow = true
             var timer = setInterval(() => {
               this.CountTo--