Showing
1 changed file
with
2 additions
and
2 deletions
| 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-21 16:47:16 | 4 | + * @LastEditTime: 2022-10-27 15:10:10 |
| 5 | * @FilePath: /swx/src/pages/joinInfo/index.vue | 5 | * @FilePath: /swx/src/pages/joinInfo/index.vue |
| 6 | * @Description: 活动报名 | 6 | * @Description: 活动报名 |
| 7 | --> | 7 | --> |
| ... | @@ -69,7 +69,7 @@ import Dialog from '@/components/vant-weapp/dialog/dialog'; | ... | @@ -69,7 +69,7 @@ import Dialog from '@/components/vant-weapp/dialog/dialog'; |
| 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