Procházet zdrojové kódy

fix: 移动端活动结束跳转问题

cuiyalong před 3 roky
rodič
revize
a7e9ca47ac

+ 1 - 2
src/web/staticres/common-module/active/2022.7/task-202207.js

@@ -953,9 +953,8 @@ var task = new Vue({
       }
     },
     onClickReceive: function (type, item) {
-      if (this.activeState !== 'activating') {
+      if (this.activeState === 'waiting' || this.activeState === 'yureing') {
         // this.$toast('活动尚未开始,敬请期待')
-        trackClick('点击福利二-'+ (item.name || item.id) +'-敬请期待')
         return this.activeNotStartToast()
       }
       if (item.className === 'received') return