diff --git a/Application/Home/View/default/Home/landingPage.html b/Application/Home/View/default/Home/landingPage.html index 01234b95f..0f074607d 100644 --- a/Application/Home/View/default/Home/landingPage.html +++ b/Application/Home/View/default/Home/landingPage.html @@ -615,9 +615,10 @@ background:rgba(0,0,0,0.6); z-index: 999;display: none;">
- +
-
一、请先安装并打开testflight平台
+
一、请先安装并打开testflight平台
+
提示:由于苹果进行区域限制问题,目前需要用户手动设置dns为114.114.114.114或8.8.8.8
@@ -625,7 +626,7 @@ background:rgba(0,0,0,0.6); z-index: 999;display: none;">
-
二、安装步骤窗口点击按钮,下载游戏
+
二、安装步骤窗口点击按钮,下载游戏
@@ -639,6 +640,26 @@ background:rgba(0,0,0,0.6); z-index: 999;display: none;"> + + + @@ -731,6 +752,7 @@ function getCurUserId() { } $(function(){ + // 极速下载 $(".stabilization").click(function(){ event.stopPropagation(); if (isLogin()) { @@ -741,6 +763,7 @@ function getCurUserId() { } $(".window").hide(); }); + $(".login .register-heard>a").click(function(){ $(".login").hide(); $(".window").show(); @@ -911,10 +934,22 @@ function getCurUserId() { lazyLoading:true,//图片延迟加载 lazyLoadingInPrevNext:true,//前一个和后一个延迟加载 autoplayDisableOnInteraction : false, + preventClicksPropagation : false, pagination: { el: '.swiper-pagination', clickable: true, }, + // on : { + // click : function (e) { + // // var realIdx = this.realIndex + // // //var item = mySwiper.list[realIdx] + // // console.log(realIdx) + // // if (realIdx == 0) { + // // $(".mounting").hide(); + // // $(".installPop").show(); + // // } + // } + // }, autoplay: { delay: 2000, stopOnLastSlide: false, diff --git a/Public/Home/images/next_bg.png b/Public/Home/images/next_bg.png new file mode 100644 index 000000000..84628e808 Binary files /dev/null and b/Public/Home/images/next_bg.png differ