|
@@ -722,10 +722,16 @@
|
|
|
e.preventDefault()
|
|
|
that.yyLoginTip.hide()
|
|
|
that.loginMaskObj.hide()
|
|
|
+ if(Util.isHezi){
|
|
|
+ window.open('login://close')
|
|
|
+ }
|
|
|
}).on("click", ".dw-account-tip-cancel", function (e) {
|
|
|
e.preventDefault()
|
|
|
that.yyLoginTip.hide()
|
|
|
that.loginMaskObj.hide()
|
|
|
+ if(Util.isHezi){
|
|
|
+ window.open('login://close')
|
|
|
+ }
|
|
|
}).on('click','.dw-account-tip-confirm',function(e){
|
|
|
that.yyLoginTip.hide()
|
|
|
that.loginMaskObj.hide()
|
|
@@ -843,6 +849,13 @@
|
|
|
}
|
|
|
|
|
|
this.multiLoginPopupObj.on('click', '.login-btn-yy', function (e) {
|
|
|
+ $('.udbsdk_login').on('click','.udbsdk_close',function(e){
|
|
|
+ e.preventDefault()
|
|
|
+ if(Util.isHezi){
|
|
|
+ window.open('login://close')
|
|
|
+ }
|
|
|
+ })
|
|
|
+
|
|
|
if (that.type == 'login') {
|
|
|
if (Util.isWap) {
|
|
|
__ThirdLogin.mobileLogin(successURL)
|
|
@@ -870,6 +883,9 @@
|
|
|
}).on("click", ".close", function (e) {
|
|
|
e.preventDefault()
|
|
|
that.closeLoginPopup()
|
|
|
+ if(Util.isHezi){
|
|
|
+ window.open('login://close')
|
|
|
+ }
|
|
|
})
|
|
|
|
|
|
return this
|