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

View File

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