Commit ff1b8e17 by libai

添加预览

parent d22458ae
...@@ -112,7 +112,7 @@ body { ...@@ -112,7 +112,7 @@ body {
.an-bg .an-content p { .an-bg .an-content p {
color: #ffffff; color: #ffffff;
font-size: 0.4rem; font-size: 0.4rem;
margin-top: 0.35rem; margin-top: 0.2rem;
} }
.an-bg .ios-button-tips { .an-bg .ios-button-tips {
width: 8.5rem; width: 8.5rem;
......
...@@ -111,7 +111,7 @@ body{ ...@@ -111,7 +111,7 @@ body{
p{ p{
color: #ffffff; color: #ffffff;
font-size: 0.4rem; font-size: 0.4rem;
margin-top: 0.35rem; margin-top: 0.2rem;
} }
} }
.ios-button-tips{ .ios-button-tips{
......
...@@ -57,6 +57,8 @@ ...@@ -57,6 +57,8 @@
<div class="an-content"> <div class="an-content">
<img src="images/android.png" alt=""> <img src="images/android.png" alt="">
<p>安裝前,需要先設定開啟信任外來未知安裝程式</p> <p>安裝前,需要先設定開啟信任外來未知安裝程式</p>
<p>如遇提示軟件有病毒請忽視</p>
<p>官方承諾本軟件不存在任何病毒</p>
</div> </div>
<div class="ios-button-tips"> <div class="ios-button-tips">
<p>*請將您的手機版本更新安卓5.0以上,獲得更好的</p> <p>*請將您的手機版本更新安卓5.0以上,獲得更好的</p>
...@@ -113,6 +115,7 @@ ...@@ -113,6 +115,7 @@
} else { } else {
$('.an-bg').show() $('.an-bg').show()
} }
$(".ios-down img").on("click", function () { $(".ios-down img").on("click", function () {
layer.msg("開始下載") layer.msg("開始下載")
// window.location.href = 'mitaolive:/mtwebopenlive?roomid='+sessionStorage.uid // window.location.href = 'mitaolive:/mtwebopenlive?roomid='+sessionStorage.uid
...@@ -128,6 +131,7 @@ ...@@ -128,6 +131,7 @@
if (userAgent.indexOf("Line") > -1) { if (userAgent.indexOf("Line") > -1) {
$(".tips").fadeIn(500) $(".tips").fadeIn(500)
} }
var data = OpenInstall.parseUrlParams(); var data = OpenInstall.parseUrlParams();
new OpenInstall({ new OpenInstall({
appKey: "b0yjle", appKey: "b0yjle",
......
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