소스 검색

feat:弹窗提示

malin 3 년 전
부모
커밋
c335f59ac8
1개의 변경된 파일9개의 추가작업 그리고 1개의 파일을 삭제
  1. 9 1
      src/web/templates/frontRouter/wx/entpc/free/entpc.html

+ 9 - 1
src/web/templates/frontRouter/wx/entpc/free/entpc.html

@@ -77,7 +77,7 @@
                   </div>
                 </div>
                 <div class="buy_btn" v-else>
-                  <div class="j-button-nowly j-btn tc" @click="tanchu">
+                  <div class="j-button-nowly j-btn tc">
                     <div data-need-bind-phone>立即使用</div>
                   </div>
                 </div>
@@ -245,6 +245,14 @@
         }
         getOfflineMessageCount()
     </script>
+    <!-- <script>
+        $(".tc").click(function(){
+            $("p").hide("您已经购买商机管理产品,请前往剑鱼标讯官网、APP使用对应产品。");
+         });
+         $(".tc").click(function(){
+            $("p").show("您已经购买商机管理产品,请前往剑鱼标讯官网、APP使用对应产品。");
+        });
+    </script> -->
     {{include "/common/baiducc.html"}}
 </body>