Showing
2 changed files
with
4 additions
and
4 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2022-09-29 16:32:03 | 2 | * @Date: 2022-09-29 16:32:03 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2022-11-01 16:06:56 | 4 | + * @LastEditTime: 2022-11-15 14:20:47 |
| 5 | * @FilePath: /swx/src/pages/userInfo/index.vue | 5 | * @FilePath: /swx/src/pages/userInfo/index.vue |
| 6 | * @Description: 用户资料 | 6 | * @Description: 用户资料 |
| 7 | --> | 7 | --> |
| ... | @@ -58,7 +58,7 @@ | ... | @@ -58,7 +58,7 @@ |
| 58 | <van-icon :name="icon_sel3" size="0.8rem" color="" style="vertical-align: middle;" /> | 58 | <van-icon :name="icon_sel3" size="0.8rem" color="" style="vertical-align: middle;" /> |
| 59 | </view> | 59 | </view> |
| 60 | <view style="float: right; margin-top: 0.25rem;"> | 60 | <view style="float: right; margin-top: 0.25rem;"> |
| 61 | - 陪伴者: | 61 | + 记录人: |
| 62 | </view> | 62 | </view> |
| 63 | </view> | 63 | </view> |
| 64 | <view id="partner-list"> | 64 | <view id="partner-list"> | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2022-09-19 14:11:06 | 2 | * @Date: 2022-09-19 14:11:06 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2022-11-03 16:50:29 | 4 | + * @LastEditTime: 2022-11-15 13:58:51 |
| 5 | * @FilePath: /swx/src/pages/userManage/index.vue | 5 | * @FilePath: /swx/src/pages/userManage/index.vue |
| 6 | * @Description: 单个主办方管理页面 | 6 | * @Description: 单个主办方管理页面 |
| 7 | --> | 7 | --> |
| ... | @@ -246,7 +246,7 @@ export default { | ... | @@ -246,7 +246,7 @@ export default { |
| 246 | addUser ({ id }) { | 246 | addUser ({ id }) { |
| 247 | Dialog.confirm({ | 247 | Dialog.confirm({ |
| 248 | title: '温馨提示', | 248 | title: '温馨提示', |
| 249 | - message: '是否确认成为义工?', | 249 | + message: '是否确认添加义工?', |
| 250 | confirmButtonColor: '#199A74' | 250 | confirmButtonColor: '#199A74' |
| 251 | }) | 251 | }) |
| 252 | .then(async () => { | 252 | .then(async () => { | ... | ... |
-
Please register or login to post a comment