Explorar el Código

feat: 落地页未登录留资提示登录2

cuiyalong hace 2 semanas
padre
commit
0e85e5cae0
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      src/web/staticres/bid-fileinter/js/product-introduce.js

+ 3 - 3
src/web/staticres/bid-fileinter/js/product-introduce.js

@@ -46,7 +46,7 @@ $(function() {
       }
     },
     initModule: function() {
-      this.seoTdkUpdate()
+      // this.seoTdkUpdate()
       this.initSwiper()
       this.initDescModule()
       this.initEvents()
@@ -274,7 +274,7 @@ $(function() {
       $('.experience-button').on('click', function() {
         var source = $(this).attr('data-source')
         if (!loginflag) {
-          return $('.login-register-button').trigger('click')
+          return openLoginDig(false)
         }
         if (_this.checkHasPower()) {
           _this.redirectToPage()
@@ -284,7 +284,7 @@ $(function() {
       })
       $('.phone-submit-button').on('click', function() {
         if (!loginflag) {
-          return $('.login-register-button').trigger('click')
+          return openLoginDig(false)
         }
         var source = _this.data.bottomBannerModule.source
         var phone = $('.phone-submit-input').val()