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:51:49 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ac2dd021e49849ecddbddcdbf9b11d9459651602
ac2dd021
1 parent
c7c5c220
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 @
ac2dd02
<!--
* @Date: 2022-09-27 17:13:05
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-11-01 13:
48:45
* @LastEditTime: 2022-11-01 13:
50:43
* @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 @
ac2dd02
...
...
@@ -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