Compare commits

...

1 Commits

Author SHA1 Message Date
qf
e82aab1367 替换官网图片 2022-09-26 16:26:28 +08:00
4 changed files with 30 additions and 29 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 801 KiB

After

Width:  |  Height:  |  Size: 772 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

@@ -44,13 +44,14 @@
</div>
<div class="eori">
<div class="recordfoot">
<i class="record"></i>
<a href="https://beian.miit.gov.cn/#/Integrated/index">粤ICP备2020098441号</a>
<!-- <i class="record"></i> -->
<!-- <a href="https://beian.miit.gov.cn/#/Integrated/index">Hong Kong Li Zi Technology Co., Limited</a> -->
<a href="">Hong Kong Li Zi Technology Co., Limited</a>
</div>
<div class="gongsi">
<p>公司主体:广西狮子座网络科技有限公司</p>
<p>联系地址广州市天河区珠吉路59号之二四楼A4569</p>
<p>联系方式020-85698266</p>
<p>香港栗子科技有限公司</p>
<p>ROOM1803,18/F,TOWERONE,CHINAHONGKONGCITY</p>
<p>CR No:3040005</p>
</div>
</div>
</div>

View File

@@ -29,30 +29,30 @@ $(function () {
let iosUrl = 'http://doudouyue.com/8axv' //ios企业包
// let iosUrl = 'https://apps.apple.com/cn/app/id1571083482' //ios商店包
if (version.ios) {
$('.button-wrapper').on('click', function () {
if (version.weixin) {
$('.tips').show()
return
}
window.location.href = iosUrl;
})
} else if (version.android) {
$('.button-wrapper').on('click', function () {
if (version.weixin) {
$('.tips').show()
return
}
window.location.href = androidUrl;
})
} else {
$('.button-wrapper').on('click', function () {
window.location.href = androidUrl;
})
$('.button2-wrapper').on('click', function () {
window.location.href = iosUrl;
})
}
// if (version.ios) {
// $('.button-wrapper').on('click', function () {
// if (version.weixin) {
// $('.tips').show()
// return
// }
// window.location.href = iosUrl;
// })
// } else if (version.android) {
// $('.button-wrapper').on('click', function () {
// if (version.weixin) {
// $('.tips').show()
// return
// }
// window.location.href = androidUrl;
// })
// } else {
// $('.button-wrapper').on('click', function () {
// window.location.href = androidUrl;
// })
// $('.button2-wrapper').on('click', function () {
// window.location.href = iosUrl;
// })
// }
})