mirror of
https://github.com/lan-tianxiang/JS_TOOL.git
synced 2025-07-19 12:53:49 +08:00
更新于 07-05 22:43
This commit is contained in:
@@ -66,7 +66,7 @@
|
|||||||
<div class="qframe-close" title="关闭">✖</div>
|
<div class="qframe-close" title="关闭">✖</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript" src="./js/jd1.js?999998"></script>
|
<script type="text/javascript" src="./js/jd1.js?9999998"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
@@ -86,7 +86,6 @@ $(document).ready(function () {
|
|||||||
let timeStamp = new Date().getTime();
|
let timeStamp = new Date().getTime();
|
||||||
$.get('./qrcode?t=' + timeStamp, function (data) {
|
$.get('./qrcode?t=' + timeStamp, function (data) {
|
||||||
if (data.err == 0) {
|
if (data.err == 0) {
|
||||||
$('#qrcontainer').removeClass('hidden');
|
|
||||||
$('#refresh_qrcode').addClass('hidden');
|
$('#refresh_qrcode').addClass('hidden');
|
||||||
$('.landing').addClass('is-loading');
|
$('.landing').addClass('is-loading');
|
||||||
window.location.href = `openapp.jdmobile://virtual/ad?params=${encodeURI(
|
window.location.href = `openapp.jdmobile://virtual/ad?params=${encodeURI(
|
||||||
|
Reference in New Issue
Block a user