Showing
1 changed file
with
2 additions
and
2 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2022-09-21 14:51:44 | 2 | * @Date: 2022-09-21 14:51:44 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2022-11-01 16:05:33 | 4 | + * @LastEditTime: 2022-11-01 17:38:01 |
| 5 | * @FilePath: /swx/src/pages/my/index.vue | 5 | * @FilePath: /swx/src/pages/my/index.vue |
| 6 | * @Description: 我的页面 | 6 | * @Description: 我的页面 |
| 7 | --> | 7 | --> |
| ... | @@ -56,7 +56,7 @@ | ... | @@ -56,7 +56,7 @@ |
| 56 | <view style="padding: 1rem; padding-top: 0;"> | 56 | <view style="padding: 1rem; padding-top: 0;"> |
| 57 | <view v-for="(item, index) in activity_list" :key="index"> | 57 | <view v-for="(item, index) in activity_list" :key="index"> |
| 58 | <view style="padding: 1rem 0.5rem; display: flex;"> | 58 | <view style="padding: 1rem 0.5rem; display: flex;"> |
| 59 | - <van-icon :name="icon_company" size="2.5rem" color="" style="vertical-align: sub; margin-right: 0.5rem;" /><text style="color: #222222; font-size: 1.15rem; margin-top: 0.5rem;">星光读书会</text> | 59 | + <van-icon :name="icon_company" size="2.5rem" color="" style="vertical-align: sub; margin-right: 0.5rem;" /><text style="color: #222222; font-size: 1.15rem; margin-top: 0.5rem;">{{ item.host?.name }}</text> |
| 60 | </view> | 60 | </view> |
| 61 | <activity-card :data="item" type="me"></activity-card> | 61 | <activity-card :data="item" type="me"></activity-card> |
| 62 | </view> | 62 | </view> | ... | ... |
-
Please register or login to post a comment