linwu 1 год назад
Родитель
Сommit
5d1084cf29

+ 3 - 0
public/themes/default/views/mobile/app/active/spring.blade.php

@@ -318,6 +318,9 @@
             };
             // 欢乐转盘
             $('.pointer').click(function () {
+                alert('活动暂未开始!');
+                return;
+
                 if (turnplate.number == 0) {
                     alert('您今天已抽过奖,请明天再来!');
                     return;

+ 3 - 0
public/themes/default/views/mobile/app/active/spring_special_jkq.blade.php

@@ -417,6 +417,9 @@
             };
             // 欢乐转盘
             $('.pointer').click(function () {
+                alert('活动暂未开始!');
+                return;
+
                 if (turnplate.number == 0) {
                     alert('您今天已抽过奖,请明天再来!');
                     return;