diff --git a/phone1.html b/phone1.html
index 2a302b5..455c74f 100644
--- a/phone1.html
+++ b/phone1.html
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
     <meta charset="utf-8"/>
-    <script type="text/javascript" charset="UTF-8" src="//res.cdn.openinstall.io/openinstall.js"></script>
+    <!--<script type="text/javascript" charset="UTF-8" src="//res.cdn.openinstall.io/openinstall.js"></script>-->
     <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/>
     <meta name="apple-mobile-web-app-capable" content="yes">
     <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
@@ -52,25 +52,9 @@
 <script src="lib/jquery-3.1.1.min.js"></script>
 
 <script>
-    // var data = OpenInstall.parseUrlParams();//openinstall.js中提供的工具函数,解析url中的所有查询参数
-    // new OpenInstall({
-    //     appKey : "r06f9c",
-    //     onready : function() {
-    //         var m = this, button = document.getElementById("downloadButton");
-    //         button.style.visibility = "visible";
-    //         /*在app已安装的情况尝试拉起app*/
-    //         m.schemeWakeup();
-    //         $(".banner").addClass("banner2");
-    //         /*用户点击某个按钮时(假定按钮id为downloadButton),安装app*/
-      
-    //         button.onclick = function() {
-    //             m.wakeupOrInstall();
-    //             return false;
-    //         }
-            
 
-    //     }
-    // }, data);
+
+
  $(".btn").on("click",function(){
     var ua = navigator.userAgent.toLowerCase();
     if(ua.match(/MicroMessenger/i) == 'micromessenger'){