|
@@ -108,8 +108,7 @@
|
|
|
</svg>
|
|
</svg>
|
|
|
<span class="text">下载iOS版</span>
|
|
<span class="text">下载iOS版</span>
|
|
|
</a>
|
|
</a>
|
|
|
-<a class="btn-download"
|
|
|
|
|
- href="https://www.baidu.com">
|
|
|
|
|
|
|
+<a class="btn-download" id="btn-android">
|
|
|
<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="android"
|
|
<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="android"
|
|
|
class="svg-inline--fa fa-android fa-w-18" role="img" xmlns="http://www.w3.org/2000/svg"
|
|
class="svg-inline--fa fa-android fa-w-18" role="img" xmlns="http://www.w3.org/2000/svg"
|
|
|
viewBox="0 0 576 512">
|
|
viewBox="0 0 576 512">
|
|
@@ -126,6 +125,10 @@
|
|
|
if (/micromessenger/i.test(navigator.userAgent)) {
|
|
if (/micromessenger/i.test(navigator.userAgent)) {
|
|
|
$('.mask').fadeIn();
|
|
$('.mask').fadeIn();
|
|
|
}
|
|
}
|
|
|
|
|
+ $.get('/sysConfig/get/apk_url', function (res) {
|
|
|
|
|
+ console.log(res);
|
|
|
|
|
+ $('#btn-android').attr('href', res.value);
|
|
|
|
|
+ });
|
|
|
</script>
|
|
</script>
|
|
|
</body>
|
|
</body>
|
|
|
|
|
|