Commit 57a23faf by dabai

ios下载

parent 060ab439
Showing with 19 additions and 16 deletions
...@@ -273,22 +273,25 @@ ...@@ -273,22 +273,25 @@
<script type="text/javascript"> <script type="text/javascript">
$('.mBottom').show(); $('.mBottom').show();
var data = OpenInstall.parseUrlParams(); var data = OpenInstall.parseUrlParams();
new OpenInstall({ $('.iosBg').on('click',function(){
appKey: "dzxj4c", window.location.href = 'https://testflight.apple.com/join/F0dDxv20';
preferWakeup: true, })
mask: function () { //new OpenInstall({
return '<div id="openinstall_shadow" class="shadow-img"><img src="images/share-img.png" alt=""></div>' // appKey: "dzxj4c",
}, // preferWakeup: true,
onready: function () { // mask: function () {
var m = this; // return '<div id="openinstall_shadow" class="shadow-img"><img src="images/share-img.png" alt=""></div>'
m.schemeWakeup(); // },
$(".iosBtn").on("click", function () { // onready: function () {
console.log(1111111111) // var m = this;
m.wakeupOrInstall(); // m.schemeWakeup();
return false; // $(".iosBtn").on("click", function () {
}) // console.log(1111111111)
} // m.wakeupOrInstall();
}, data); // return false;
// })
// }
//}, data);
$('.topUp').on('click',function(){ $('.topUp').on('click',function(){
window.location.href = 'http://www.yabolive.tv/footseen/phonepay/applepay.html?lang='+sessionStorage.lang+'&gofrom=web'+'&gofrom=web&cidStr=h5_footseengw'; window.location.href = 'http://www.yabolive.tv/footseen/phonepay/applepay.html?lang='+sessionStorage.lang+'&gofrom=web'+'&gofrom=web&cidStr=h5_footseengw';
}) })
......
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