|
|
@@ -14,7 +14,7 @@
|
|
|
<script src="js/axios.min.js"></script>
|
|
|
<script src="js/weChatSdk.js?version=1.6"></script>
|
|
|
</head>
|
|
|
-<body>
|
|
|
+<body style="touch-action: none;">
|
|
|
|
|
|
|
|
|
<div id="myApp" class="bg-box">
|
|
|
@@ -245,8 +245,11 @@
|
|
|
|
|
|
|
|
|
<style>
|
|
|
- .bg-box{
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ .bg-box{
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
background-image: url(./image/bg.jpg);
|