Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
swx_weapp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2022-11-02 11:24:37 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
33dfb1821aa8368709d54a8fdb03fa9079624e02
33dfb182
1 parent
5e7e9f1b
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
src/pages/activityDetail/index.vue
src/pages/activityDetail/index.vue
View file @
33dfb18
<!--
* @Date: 2022-09-26 14:36:57
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-11-0
1 16:02:5
0
* @LastEditTime: 2022-11-0
2 10:52:0
0
* @FilePath: /swx/src/pages/activityDetail/index.vue
* @Description: 活动详情页
-->
...
...
@@ -10,7 +10,7 @@
<view class="share-wrapper">
<van-image width="100%" height="15rem" fit="cover" :src="activity.cover" />
<view @tap="shareActivity" class="share-button">
<van-icon name="share-o" />
<van-icon name="share-o"
color=""
/>
<text>分享</text>
</view>
</view>
...
...
@@ -534,7 +534,9 @@ export default {
},
data () {
return {
activity: {},
activity: {
cover: '',
},
host: {},
member_role: '',
reg_id: '',
...
...
Please
register
or
login
to post a comment