|
@@ -6,7 +6,7 @@
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
|
|
<meta name="description" content="双子星邀请你免费领取云手机">
|
|
|
<link rel="icon" href="../static/img/favicon2.ico" type="img/x-ico">
|
|
|
- <link rel="stylesheet" href="../static/css/index.css?v=1.0.0.6">
|
|
|
+ <link rel="stylesheet" href="../static/css/index.css">
|
|
|
<link rel="stylesheet" href="../static/css/vant.css" />
|
|
|
<script src="../static/js/vender/jquery-3.4.1.min.js"></script>
|
|
|
<!-- <script src="../static/js/vender/vue/vue.min.js"></script>
|
|
@@ -253,9 +253,9 @@
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
-
|
|
|
+ <div class="ipt"></div>
|
|
|
<div id="app" v-cloak class="container ">
|
|
|
- <div class="ipt"></div>
|
|
|
+
|
|
|
<div v-if='isshow&&topic!=null' style="margin: 0 auto;">
|
|
|
<div class="footer">
|
|
|
<div class="download-btn">
|
|
@@ -465,7 +465,7 @@
|
|
|
this.selectText(oInput, 0, oInput.value.length);
|
|
|
document.execCommand("Copy"); // 执行浏览器复制命令
|
|
|
this.$dialog.alert({
|
|
|
- message: `复制成功${this.code}`
|
|
|
+ message: `复制成功}`
|
|
|
})
|
|
|
oInput.style.display = 'none'; // 将input隐藏
|
|
|
oInput.blur();
|