Commit 9107c20e by agan

xg

parent bd099403
Showing with 9 additions and 5 deletions
......@@ -6,22 +6,25 @@ var langList = [
foot2: '下載APP',
foot3: '邀請碼:',
foot4: '複製成功',
foot5: '暫不支持IOS下載,敬請期待',
},
{
foot1: 'Top-up',
foot2: 'Download APP',
foot3: 'Invitation code:',
foot4: 'Copy success',
foot5: 'IOS download not currently supported, please stay tuned'
},
{
foot1: 'شحن',
foot2: 'تحميل التطبيق',
foot3: 'شفرة الدعوة:',
foot4: 'تم النسخ بنجاح',
foot5: 'دائرة الرقابة الداخلية تحميل غير معتمد حاليا ، يرجى الاستمرار في التركيز'
},
{
foot1: "giá trị được lưu trữ",
foot2: "tải ứng dụng"
foot2: "tải ứng dụng",
}
]
var langType = 0;
......
......@@ -129,7 +129,7 @@
</div>
</body>
<script src="https://www.footseen.com/js/jquery-3.1.1.min.js"></script>
<script src="https://www.footseen.com/js/new/lang.js"></script>
<script src="https://www.footseen.com/js/new/lang.js?v=202310301230"></script>
<script src='https://www.footseen.com/layer-v3.1.0/layer/layer.js'></script>
<script type="text/javascript">
......@@ -170,7 +170,8 @@
$('.iosDown').on('click', function () {
copyText(getRequest().agentCode);
// window.location.href = 'https://testflight.apple.com/join/yQuQniSm';
ShareTrace.download();
// ShareTrace.download();
layer.msg(langList[langType].foot5)
})
} else {
......@@ -191,8 +192,8 @@
});
$('.iosDown').on('click', function () {
copyText(getRequest().agentCode);
ShareTrace.download();
// window.location.href = 'https://big.bgp.ourpow.com/apk/mf/app-debug-3.apk';
// ShareTrace.download();
window.location.href = 'https://big.bgp.ourpow.com/apk/nf/Release-ftsgw.apk';
})
}
$('.topUp').on('click', function () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment