diff --git a/src/pages/article/_id.vue b/src/pages/article/_id.vue
index 7fa619d..1be94b2 100755
--- a/src/pages/article/_id.vue
+++ b/src/pages/article/_id.vue
@@ -113,8 +113,9 @@
猜你喜欢
-
+
+
+
![]()
+
+
![]()
+
+ 微信扫一扫
+
+ 获取最新糖尿病展示
+
+
+
-
- 点击关注微信公众号,查看更多专业资讯
-
+
+
![]()
+
+ 微信扫码关注糖尿病网公众号
+
+ 专业资讯随时看
+
+
@@ -152,7 +150,10 @@ export default {
inLike: false,
playerOptions: {},
mobileVideoHeight: 180,
- mobileVideoImgHeight: 77.3
+ mobileVideoImgHeight: 77.3,
+ isPro: false,
+ qrcodeUrl: require('~/assets/images/follow_qrcode.png'),
+ qrcodeUrlTest: require('~/assets/images/follow_qrcode_test.png')
};
},
@@ -177,6 +178,7 @@ export default {
}
},
mounted() {
+ this.isPro = process.env.VUE_APP_TITLE === 'production';
this.mobileVideoHeight =
((document.documentElement.offsetWidth || document.body.offsetWidth) *
9) /
@@ -259,6 +261,38 @@ export default {
}
}
}
+ .go-wechat {
+ margin: 20px auto 0;
+ display: flex;
+ margin-bottom: 30px;
+ padding: 20px;
+ width: 525px;
+ height: 150px;
+ background: $bg-color;
+ border-radius: 4px;
+ box-sizing: border-box;
+ align-items: center;
+ justify-content: space-between;
+ border-radius: 12px;
+ box-shadow: 10px 10px 10px #f2f2f2;
+ .content {
+ margin-left: 15px;
+ flex: 1;
+ font-size: 16px;
+ color: $main-blue-color;
+ line-height: 31px;
+ .bold {
+ font-weight: bold;
+ }
+ }
+
+ img {
+ flex-shrink: 0;
+ width: 110px;
+ height: 110px;
+ background: $body-color;
+ }
+ }
.go-follow {
margin: 40px 0 10px;
}