|
@@ -33,8 +33,8 @@
|
|
|
<!-- windows phone 点击无高 -->
|
|
|
<meta name="msapplication-tap-highlight" content="no" />
|
|
|
<link rel="stylesheet" type="text/css" href="css/WXtrialInterface.css" />
|
|
|
- <link rel="stylesheet" href="https://cdn.bootcss.com/weui/1.1.3/style/weui.min.css" />
|
|
|
- <link rel="stylesheet" href="https://cdn.bootcss.com/jquery-weui/1.2.1/css/jquery-weui.min.css" />
|
|
|
+ <link rel="stylesheet" href="../static/css/weui.min.css" />
|
|
|
+ <link rel="stylesheet" href="../static/css/jquery-weui.min.css" />
|
|
|
<!-- <link rel="stylesheet" href="../static/lib/swiper/swiper-bundle.min.css" />
|
|
|
<script src="../static/lib/swiper/swiper-bundle.js"></script> -->
|
|
|
<script src="../static/lib/doT-1.1.3/doT.min.js"></script>
|
|
@@ -244,7 +244,7 @@
|
|
|
<script type="text/javascript" src="pcm-player.js"></script>
|
|
|
<script type="text/javascript" src="webgl.js"></script>
|
|
|
<script type="text/javascript" src="https://cdn.bootcss.com/vConsole/3.2.0/vconsole.min.js"></script>
|
|
|
- <script type="text/javascript" src="https://js.cdn.aliyun.dcloud.net.cn/dev/uni-app/uni.webview.1.5.2.js"></script>
|
|
|
+ <script type="text/javascript" src="../static/js/uni.webview.1.5.2.js"></script>
|
|
|
<script type="text/javascript">
|
|
|
$(function () {
|
|
|
//手指滑动多少距离就认为是滑成功
|