|
@@ -5,7 +5,6 @@
|
|
|
<meta charset="UTF-8">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
|
|
<meta name="description" content="分享内容 ">
|
|
|
- <title>分享内容 </title>
|
|
|
<link rel="icon" href="../static/img/favicon2.ico" type="img/x-ico">
|
|
|
<link rel="stylesheet" href="../static/css/index.css?v=1.0.0.2">
|
|
|
<link rel="stylesheet" href="../static/css/vant.css" />
|
|
@@ -13,6 +12,10 @@
|
|
|
<script src="../static/js/vender/vue/vant.min.js"></script>
|
|
|
<script src="../static/js/vender/config.js"></script>
|
|
|
<script src="../static/js/vender/uuid.js"></script>
|
|
|
+ <script src="../static/js/vender/vue/axios.min.js"></script>
|
|
|
+ <script src="../static/js/vender/vue/config.js"></script>
|
|
|
+ <script src="../static/js/vender/vue/api.js"></script>
|
|
|
+ <title>分享内容 </title>
|
|
|
<style>
|
|
|
.container {
|
|
|
display: flex;
|
|
@@ -205,14 +208,28 @@
|
|
|
.top-banner {
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
- .hide{
|
|
|
+
|
|
|
+ h1,
|
|
|
+ h2,
|
|
|
+ h3,
|
|
|
+ h4,
|
|
|
+ h5 {
|
|
|
+ font-size: 0.32rem;
|
|
|
+ font-family: PingFangSC-Semibold, PingFang SC;
|
|
|
+ font-weight: 600;
|
|
|
+ color: #333333;
|
|
|
+ /* margin-bottom: 0.12rem;
|
|
|
+ margin-top: 0.12rem; */
|
|
|
+ }
|
|
|
+ .hide{
|
|
|
display: none;
|
|
|
}
|
|
|
</style>
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
- <div id="app" v-cloak class="container hide">
|
|
|
+ <div class="hide">分享攻略122222222222222</div>
|
|
|
+ <div id="app" v-cloak class="container ">
|
|
|
<div v-if='isshow&&topic!=null' style="margin: 0 auto;">
|
|
|
|
|
|
<div class="top-banner">
|
|
@@ -248,17 +265,14 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <script type="text/javascript" src="https://res.wx.qq.com/open/js/jweixin-1.2.0.js"></script>
|
|
|
- <script src="../static/js/vender/vue/axios.min.js"></script>
|
|
|
- <script src="../static/js/vender/vue/config.js"></script>
|
|
|
- <script src="../static/js/vender/vue/api.js"></script>
|
|
|
- <script src="../static/js/vender/vue/vue-clipboard.min.js"></script>
|
|
|
+ <!-- <script type="text/javascript" src="https://res.wx.qq.com/open/js/jweixin-1.2.0.js"></script> -->
|
|
|
+
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
var meta_description = document.getElementsByTagName('meta')['description']
|
|
|
document.title = '更新标题'
|
|
|
meta_description.content = '更新描述'; // Android iOS
|
|
|
- document.querySelector('#app').classList.remove('hide');
|
|
|
+
|
|
|
var u = navigator.userAgent,
|
|
|
app = navigator.appVersion;
|
|
|
var isAndroid = u.indexOf('Android') > -1 || u.indexOf('Linux') > -1; //g
|
|
@@ -283,9 +297,8 @@
|
|
|
// window.location.href = 'investigate.html'
|
|
|
},
|
|
|
mounted() {
|
|
|
-
|
|
|
+ // document.querySelector('#app').classList.remove('hide');
|
|
|
this.getActDetail();
|
|
|
-
|
|
|
this.getMarquee(); //跑马灯
|
|
|
|
|
|
if (localStorage.getItem("uuid")) {
|