Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
swx_weapp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2022-10-21 17:03:44 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d349d23e4f7cd78a7dc8bd4862d5e30e82b0addc
d349d23e
1 parent
7bf0ecf6
fix
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
src/app.config.js
src/pages/joinInfo/index.vue
src/app.config.js
View file @
d349d23
...
...
@@ -2,7 +2,7 @@
* @Author: hookehuyr hookehuyr@gmail.com
* @Date: 2022-05-27 15:57:59
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-10-2
0 17:39:30
* @LastEditTime: 2022-10-2
1 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中去
{
...
...
src/pages/joinInfo/index.vue
View file @
d349d23
<!--
* @Date: 2022-09-27 17:13:05
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-10-2
0 21:43:14
* @LastEditTime: 2022-10-2
1 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 () => {
...
...
Please
register
or
login
to post a comment