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-15 15:09:41 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b147e9ce23102018496a2d4de355e44a4e814ee9
b147e9ce
1 parent
1fa31864
fix 文字修改
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
src/pages/userInfo/index.vue
src/pages/userManage/index.vue
src/pages/userInfo/index.vue
View file @
b147e9c
<!--
* @Date: 2022-09-29 16:32:03
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-11-
01 16:06:56
* @LastEditTime: 2022-11-
15 14:20:47
* @FilePath: /swx/src/pages/userInfo/index.vue
* @Description: 用户资料
-->
...
...
@@ -58,7 +58,7 @@
<van-icon :name="icon_sel3" size="0.8rem" color="" style="vertical-align: middle;" />
</view>
<view style="float: right; margin-top: 0.25rem;">
陪伴者
:
记录人
:
</view>
</view>
<view id="partner-list">
...
...
src/pages/userManage/index.vue
View file @
b147e9c
<!--
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-11-
03 16:50:29
* @LastEditTime: 2022-11-
15 13:58:51
* @FilePath: /swx/src/pages/userManage/index.vue
* @Description: 单个主办方管理页面
-->
...
...
@@ -246,7 +246,7 @@ export default {
addUser ({ id }) {
Dialog.confirm({
title: '温馨提示',
message: '是否确认
成为
义工?',
message: '是否确认
添加
义工?',
confirmButtonColor: '#199A74'
})
.then(async () => {
...
...
Please
register
or
login
to post a comment