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 13:48:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c7c5c220f8494c5b734fba9144dd7f29c54e80de
c7c5c220
1 parent
c25a79f2
fix 文字修改
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
src/pages/joinInfo/index.vue
src/pages/joinVolunteerInfo/index.vue
src/pages/joinInfo/index.vue
View file @
c7c5c22
<!--
* @Date: 2022-09-27 17:13:05
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-1
0-27 15:10:10
* @LastEditTime: 2022-1
1-01 13:48:45
* @FilePath: /swx/src/pages/joinInfo/index.vue
* @Description: 活动报名
-->
...
...
@@ -51,7 +51,7 @@
<view @tap="cancelJoin" class="button">取消报名</view>
</view>
<view class="box">
<view @tap="editJoin" class="button">确认
修改
报名</view>
<view @tap="editJoin" class="button">确认报名</view>
</view>
</view>
...
...
src/pages/joinVolunteerInfo/index.vue
View file @
c7c5c22
...
...
@@ -43,7 +43,7 @@
<view @tap="cancelJoin" class="button">取消报名</view>
</view>
<view class="box">
<view @tap="editJoin" class="button">确认
修改
报名</view>
<view @tap="editJoin" class="button">确认报名</view>
</view>
</view>
<van-dialog id="van-dialog" />
...
...
Please
register
or
login
to post a comment