hookehuyr

fix

<!--
* @Date: 2022-09-27 17:13:05
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-10-21 16:47:16
* @LastEditTime: 2022-10-27 15:10:10
* @FilePath: /swx/src/pages/joinInfo/index.vue
* @Description: 活动报名
-->
......@@ -69,7 +69,7 @@ import Dialog from '@/components/vant-weapp/dialog/dialog';
const cancelJoin = (val) => {
Dialog.confirm({
title: '温馨提示',
message: '是否确认取消活动?',
message: '是否确认取消报名?',
confirmButtonColor: '#199a74'
})
.then(async () => {
......