|
@@ -274,7 +274,7 @@ $(function() {
|
|
$('.experience-button').on('click', function() {
|
|
$('.experience-button').on('click', function() {
|
|
var source = $(this).attr('data-source')
|
|
var source = $(this).attr('data-source')
|
|
if (!loginflag) {
|
|
if (!loginflag) {
|
|
- return openLoginDig(false)
|
|
|
|
|
|
+ return openLoginDig(false, 'reload')
|
|
}
|
|
}
|
|
if (_this.checkHasPower()) {
|
|
if (_this.checkHasPower()) {
|
|
_this.redirectToPage()
|
|
_this.redirectToPage()
|
|
@@ -284,7 +284,7 @@ $(function() {
|
|
})
|
|
})
|
|
$('.phone-submit-button').on('click', function() {
|
|
$('.phone-submit-button').on('click', function() {
|
|
if (!loginflag) {
|
|
if (!loginflag) {
|
|
- return openLoginDig(false)
|
|
|
|
|
|
+ return openLoginDig(false, 'reload')
|
|
}
|
|
}
|
|
var source = _this.data.bottomBannerModule.source
|
|
var source = _this.data.bottomBannerModule.source
|
|
var phone = $('.phone-submit-input').val()
|
|
var phone = $('.phone-submit-input').val()
|