Compare commits
1 Commits
customerSe
...
addPrivacy
Author | SHA1 | Date | |
---|---|---|---|
![]() |
e82aab1367 |
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 |
@@ -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>
|
||||
|
@@ -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;
|
||||
})
|
||||
// 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;
|
||||
})
|
||||
}
|
||||
// } 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;
|
||||
// })
|
||||
// }
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user