|
@@ -119,6 +119,9 @@ var checkPowerAndSwitchStyle = `
|
|
|
|
|
|
var checkVipExpireStyle = `
|
|
|
<style>
|
|
|
+#checkVipExpireModal {
|
|
|
+ overflow: unset;
|
|
|
+}
|
|
|
.check-vip-expire-box {
|
|
|
position: relative;
|
|
|
margin: 0 auto;
|
|
@@ -128,7 +131,7 @@ var checkVipExpireStyle = `
|
|
|
}
|
|
|
.check-vip-expire-modal {
|
|
|
left: 50%;
|
|
|
- top: 50%;
|
|
|
+ top: 46%;
|
|
|
transform: translate(-50%, -50%);
|
|
|
}
|
|
|
.check-vip-expire-container {
|
|
@@ -484,7 +487,7 @@ var checkVipExpireDialog = {
|
|
|
})
|
|
|
},
|
|
|
rechargeNow: function() {
|
|
|
- this.closeDialog()
|
|
|
+ this.onDialogClose()
|
|
|
setTimeout(() => {
|
|
|
window.open('/swordfish/page_big_pc/free/svip/buy?type=renew')
|
|
|
}, 50)
|