You need to sign in or sign up before continuing.
hookehuyr

fix

1 <!-- 1 <!--
2 * @Date: 2022-09-21 14:51:44 2 * @Date: 2022-09-21 14:51:44
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2022-10-31 17:17:07 4 + * @LastEditTime: 2022-10-31 17:31:18
5 * @FilePath: /swx/src/pages/my/index.vue 5 * @FilePath: /swx/src/pages/my/index.vue
6 * @Description: 我的页面 6 * @Description: 我的页面
7 --> 7 -->
...@@ -121,7 +121,7 @@ const followUser = async () => { ...@@ -121,7 +121,7 @@ const followUser = async () => {
121 url: '../myFollowUser/index?host_id=' + join_hosts.value[0]['id'] 121 url: '../myFollowUser/index?host_id=' + join_hosts.value[0]['id']
122 }) 122 })
123 } else { 123 } else {
124 - Toast('您还加入过义工') 124 + Toast('您还加入过义工')
125 } 125 }
126 } 126 }
127 127
......