|
@@ -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()
|