hookehuyr

fix 文字修改

<!--
* @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">
......
<!--
* @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 () => {
......