|
|
@@ -6,28 +6,28 @@
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
|
<title>猿人电竞</title>
|
|
|
- <link rel="stylesheet" href="static/share/share.css">
|
|
|
+ <link rel="stylesheet" href="share/share.css">
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
|
|
|
<div id="app">
|
|
|
<div class="content">
|
|
|
- <img src="static/share/images/text_yonghuduan.png" alt="" class="top">
|
|
|
+ <img src="share/images/text_yonghuduan.png" alt="" class="top">
|
|
|
|
|
|
<input class="input" type="number" v-model="inputVal" placeholder="输入你的手机号">
|
|
|
|
|
|
<div class="btn" @click="submit">确定</div>
|
|
|
|
|
|
<div style="flex-grow:1"></div>
|
|
|
- <img src="static/share/images/img_0000000.png" alt="" class="bottomImg">
|
|
|
+ <img src="share/images/img_0000000.png" alt="" class="bottomImg">
|
|
|
</div>
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
-<script src="static/share/vue.js"></script>
|
|
|
+<script src="share/vue.js"></script>
|
|
|
|
|
|
<script>
|
|
|
var Ajax = {
|