|
|
@@ -106,11 +106,11 @@ use yii\helpers\Url;
|
|
|
</a>
|
|
|
</li>
|
|
|
<li>
|
|
|
- <a href="javascript:void(0)" class="ico android" style="margin:auto;">
|
|
|
+ <a href="##" class="ico android android-download">
|
|
|
<span class="default"></span>
|
|
|
<span class="over"></span>
|
|
|
</a>
|
|
|
- <a id="download_ewm_and" href="javascript:void(0)">
|
|
|
+ <a href="##" class="android-download">
|
|
|
<?php if($language == 0){?>
|
|
|
Android下载
|
|
|
<?php }else if($language == 1){?>
|
|
|
@@ -120,14 +120,13 @@ use yii\helpers\Url;
|
|
|
<?php }?>
|
|
|
|
|
|
</a>
|
|
|
-
|
|
|
</li>
|
|
|
<li>
|
|
|
- <a href="javascript:void(0)" class="ico iphone" style="margin:auto;">
|
|
|
+ <a href="##" class="ico iphone iphone-download">
|
|
|
<span class="default"></span>
|
|
|
<span class="over"></span>
|
|
|
</a>
|
|
|
- <a href="javascript:void(0)" id="download_ewm_ios">
|
|
|
+ <a href="##" class="iphone-download">
|
|
|
<?php if($language == 0){?>
|
|
|
iPhone下载
|
|
|
<?php }else if($language == 1){?>
|
|
|
@@ -140,17 +139,7 @@ use yii\helpers\Url;
|
|
|
</li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
- <div>
|
|
|
- <img id="download_ewm_android" src="<?= STATIC_URL ?>/static/fxm/images/download.jpg" style="display: none;width:210px;height:210px;margin-top:35px;">
|
|
|
- <img id="download_ewm_android1" src="<?= STATIC_URL ?>/static/fxm/images/download1.jpg" style="display: none;width:210px;height:210px;margin-top:35px;">
|
|
|
- <img id="download_ewm_android2" src="<?= STATIC_URL ?>/static/fxm/images/download2.jpg" style="display: none;width:210px;height:210px;margin-top:35px;">
|
|
|
- <img id="download_ewm_android3" src="<?= STATIC_URL ?>/static/fxm/images/download3.jpg" style="display: none;width:210px;height:210px;margin-top:35px;">
|
|
|
- </div>
|
|
|
- <div>
|
|
|
- <img id="download_ewm_iosend" src="<?= STATIC_URL ?>/static/fxm/images/appledownload.jpg" style="display: none;margin-right: 100px;
|
|
|
- margin-top: 40px;">
|
|
|
- <img id="download_ewm_iosend1" src="<?= STATIC_URL ?>/static/fxm/images/appledownload1.jpg" style="display: none;width:210px;height:210px;margin-top:35px;">
|
|
|
- </div>
|
|
|
+
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
@@ -191,26 +180,7 @@ use yii\helpers\Url;
|
|
|
'top': '119px'
|
|
|
}, 500)
|
|
|
})
|
|
|
- $("#download_ewm_and").mouseover(function () {
|
|
|
- $("#download_ewm_android").fadeIn(1000);
|
|
|
- $("#download_ewm_android1").fadeIn(1000);
|
|
|
- $("#download_ewm_android2").fadeIn(1000);
|
|
|
- $("#download_ewm_android3").fadeIn(1000);
|
|
|
- })
|
|
|
- $("#download_ewm_and").mouseout(function () {
|
|
|
- $("#download_ewm_android").fadeOut(1000);
|
|
|
- $("#download_ewm_android1").fadeOut(1000);
|
|
|
- $("#download_ewm_android2").fadeOut(1000);
|
|
|
- $("#download_ewm_android3").fadeOut(1000);
|
|
|
- })
|
|
|
- $("#download_ewm_ios").mouseover(function () {
|
|
|
- $("#download_ewm_iosend").fadeIn(1000);
|
|
|
- $("#download_ewm_iosend1").fadeIn(1000);
|
|
|
- })
|
|
|
- $("#download_ewm_ios").mouseout(function () {
|
|
|
- $("#download_ewm_iosend").fadeOut(1000);
|
|
|
- $("#download_ewm_iosend1").fadeOut(1000);
|
|
|
- })
|
|
|
+
|
|
|
var imgurl = $("#download_ewm_android").attr('src');
|
|
|
var an_imgurl1 = $("#download_ewm_android1").attr('src');
|
|
|
var an_imgurl2 = $("#download_ewm_android2").attr('src');
|