hookehuyr

fix

1 <!-- 1 <!--
2 * @Date: 2022-09-26 14:36:57 2 * @Date: 2022-09-26 14:36:57
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2022-11-01 16:02:50 4 + * @LastEditTime: 2022-11-02 10:52:00
5 * @FilePath: /swx/src/pages/activityDetail/index.vue 5 * @FilePath: /swx/src/pages/activityDetail/index.vue
6 * @Description: 活动详情页 6 * @Description: 活动详情页
7 --> 7 -->
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
10 <view class="share-wrapper"> 10 <view class="share-wrapper">
11 <van-image width="100%" height="15rem" fit="cover" :src="activity.cover" /> 11 <van-image width="100%" height="15rem" fit="cover" :src="activity.cover" />
12 <view @tap="shareActivity" class="share-button"> 12 <view @tap="shareActivity" class="share-button">
13 - <van-icon name="share-o" /> 13 + <van-icon name="share-o" color="" />
14 <text>分享</text> 14 <text>分享</text>
15 </view> 15 </view>
16 </view> 16 </view>
...@@ -534,7 +534,9 @@ export default { ...@@ -534,7 +534,9 @@ export default {
534 }, 534 },
535 data () { 535 data () {
536 return { 536 return {
537 - activity: {}, 537 + activity: {
538 + cover: '',
539 + },
538 host: {}, 540 host: {},
539 member_role: '', 541 member_role: '',
540 reg_id: '', 542 reg_id: '',
......