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-01 17:39:02 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b38a9998f2b986f5d7aa9476912af2f2c82f7f19
b38a9998
1 parent
7d26a8f1
🐞 fix: 我的页面参加项目主办方名称显示优化
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/pages/my/index.vue
src/pages/my/index.vue
View file @
b38a999
<!--
* @Date: 2022-09-21 14:51:44
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-11-01 1
6:05:33
* @LastEditTime: 2022-11-01 1
7:38:01
* @FilePath: /swx/src/pages/my/index.vue
* @Description: 我的页面
-->
...
...
@@ -56,7 +56,7 @@
<view style="padding: 1rem; padding-top: 0;">
<view v-for="(item, index) in activity_list" :key="index">
<view style="padding: 1rem 0.5rem; display: flex;">
<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>
<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>
</view>
<activity-card :data="item" type="me"></activity-card>
</view>
...
...
Please
register
or
login
to post a comment