hookehuyr

fix

......@@ -2,7 +2,7 @@
* @Author: hookehuyr hookehuyr@gmail.com
* @Date: 2022-05-27 15:57:59
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-10-20 17:39:30
* @LastEditTime: 2022-10-21 11:22:11
* @FilePath: /swx/src/app.config.js
* @Description:
*/
......@@ -44,6 +44,7 @@ export default {
'pages/editProject/index',
'pages/auth/index',
'pages/joinVolunteerInfo/index',
'pages/apxUserInfo/index',
],
subpackages: [ // 配置在tabBar中的页面不能分包写到subpackages中去
{
......
<!--
* @Date: 2022-09-27 17:13:05
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-10-20 21:43:14
* @LastEditTime: 2022-10-21 16:47:16
* @FilePath: /swx/src/pages/joinInfo/index.vue
* @Description: 活动报名
-->
......@@ -68,8 +68,8 @@ import Dialog from '@/components/vant-weapp/dialog/dialog';
const cancelJoin = (val) => {
Dialog.confirm({
title: '标题',
message: '弹窗内容',
title: '温馨提示',
message: '是否确认取消活动?',
confirmButtonColor: '#199a74'
})
.then(async () => {
......