Commit c670a893 by agan

xg

parent eb3a8118
Showing with 13 additions and 4 deletions
...@@ -277,7 +277,7 @@ ...@@ -277,7 +277,7 @@
} }
/* 暂时屏蔽visa */ /* 暂时屏蔽visa */
.newvisapay{ .newvisapay {
display: none !important; display: none !important;
} }
...@@ -311,16 +311,25 @@ ...@@ -311,16 +311,25 @@
display: block; display: block;
} }
.apple-ul .payermax img{ .apple-ul .payermax img {
width: auto; width: auto;
height: 0.6rem; height: 0.6rem;
} }
.payermax {
display: none;
}
.visapay {
display: none;
}
</style> </style>
</head> </head>
<body> <body>
<div class="mHead"> <div class="mHead">
<div class="closeBtn"><a class="mClose" href="javascript:window.opener=null;window.open('','_self');window.close();">關閉</a> <div class="closeBtn"><a class="mClose"
href="javascript:window.opener=null;window.open('','_self');window.close();">關閉</a>
</div> </div>
</div> </div>
<div class="p-w"> <div class="p-w">
...@@ -676,7 +685,7 @@ ...@@ -676,7 +685,7 @@
}) })
$('.danapay').on('click', function () { $('.danapay').on('click', function () {
sessionStorage.pay = 'DANA_PAY'; sessionStorage.pay = 'DANA_PAY';
sessionStorage.payType = '240'; sessionStorage.payType = '240';
if (sessionStorage.uid != undefined) window.location.href = 'https://firefly.live/footseen/phonepay/danapay.html?uid=' + sessionStorage.uid + '&token=' + sessionStorage.token + '&lang=' + sessionStorage.lang + '&pay=' + sessionStorage.pay + '&cidStr=' + sessionStorage.cidStr + '&osStr=' + mOsStr + '&os=' + data.os; if (sessionStorage.uid != undefined) window.location.href = 'https://firefly.live/footseen/phonepay/danapay.html?uid=' + sessionStorage.uid + '&token=' + sessionStorage.token + '&lang=' + sessionStorage.lang + '&pay=' + sessionStorage.pay + '&cidStr=' + sessionStorage.cidStr + '&osStr=' + mOsStr + '&os=' + data.os;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment