Showing
2 changed files
with
5 additions
and
4 deletions
| ... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
| 2 | * @Author: hookehuyr hookehuyr@gmail.com | 2 | * @Author: hookehuyr hookehuyr@gmail.com |
| 3 | * @Date: 2022-05-27 15:57:59 | 3 | * @Date: 2022-05-27 15:57:59 |
| 4 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 4 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 5 | - * @LastEditTime: 2022-10-20 17:39:30 | 5 | + * @LastEditTime: 2022-10-21 11:22:11 |
| 6 | * @FilePath: /swx/src/app.config.js | 6 | * @FilePath: /swx/src/app.config.js |
| 7 | * @Description: | 7 | * @Description: |
| 8 | */ | 8 | */ |
| ... | @@ -44,6 +44,7 @@ export default { | ... | @@ -44,6 +44,7 @@ export default { |
| 44 | 'pages/editProject/index', | 44 | 'pages/editProject/index', |
| 45 | 'pages/auth/index', | 45 | 'pages/auth/index', |
| 46 | 'pages/joinVolunteerInfo/index', | 46 | 'pages/joinVolunteerInfo/index', |
| 47 | + 'pages/apxUserInfo/index', | ||
| 47 | ], | 48 | ], |
| 48 | subpackages: [ // 配置在tabBar中的页面不能分包写到subpackages中去 | 49 | subpackages: [ // 配置在tabBar中的页面不能分包写到subpackages中去 |
| 49 | { | 50 | { | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2022-09-27 17:13:05 | 2 | * @Date: 2022-09-27 17:13:05 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2022-10-20 21:43:14 | 4 | + * @LastEditTime: 2022-10-21 16:47:16 |
| 5 | * @FilePath: /swx/src/pages/joinInfo/index.vue | 5 | * @FilePath: /swx/src/pages/joinInfo/index.vue |
| 6 | * @Description: 活动报名 | 6 | * @Description: 活动报名 |
| 7 | --> | 7 | --> |
| ... | @@ -68,8 +68,8 @@ import Dialog from '@/components/vant-weapp/dialog/dialog'; | ... | @@ -68,8 +68,8 @@ import Dialog from '@/components/vant-weapp/dialog/dialog'; |
| 68 | 68 | ||
| 69 | const cancelJoin = (val) => { | 69 | const cancelJoin = (val) => { |
| 70 | Dialog.confirm({ | 70 | Dialog.confirm({ |
| 71 | - title: '标题', | 71 | + title: '温馨提示', |
| 72 | - message: '弹窗内容', | 72 | + message: '是否确认取消活动?', |
| 73 | confirmButtonColor: '#199a74' | 73 | confirmButtonColor: '#199a74' |
| 74 | }) | 74 | }) |
| 75 | .then(async () => { | 75 | .then(async () => { | ... | ... |
-
Please register or login to post a comment