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-27 18:43:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a7b544510369e9779b33706fe8d3e98b5031dae6
a7b54451
1 parent
3091937d
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/pages/joinInfo/index.vue
src/pages/joinInfo/index.vue
View file @
a7b5445
<!--
* @Date: 2022-09-27 17:13:05
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-10-2
1 16:47:16
* @LastEditTime: 2022-10-2
7 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 () => {
...
...
Please
register
or
login
to post a comment