zz 5 лет назад
Родитель
Сommit
ce942b7bf4
1 измененных файлов с 6 добавлено и 6 удалено
  1. 6 6
      resources/views/crm/crmYearActivity.blade.php

+ 6 - 6
resources/views/crm/crmYearActivity.blade.php

@@ -127,9 +127,11 @@
         </div>
         <div class="pay"><a href="{{$url}}">立即订购</a></div>
     </div>
-    <div class="dialog">
-        <img src="https://cdn-novel.iycdm.com/h5/activity-crm/year-alert.png" class="dialog_content" />
-    </div>
+    @if(!$is_get)
+        <div class="dialog">
+            <img src="https://cdn-novel.iycdm.com/h5/activity-crm/year-alert.png" class="dialog_content" />
+        </div>
+    @endif
 </main>
 </body>
 <script>
@@ -149,8 +151,6 @@
     function init() {
         dialogBehavior();
     }
-    if(!is_get){
-        init();
-    }
+    init();
 </script>
 </html>