Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
mlaj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-09-26 20:20:10 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
07b1af881ab6413d783cc264f7ae6b377ef80599
07b1af88
1 parent
16570f2c
refactor: 移除代码中的TODO注释并更新相关说明
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/utils/upload.js
src/views/activities/ActivitySignupPage.vue
src/utils/upload.js
View file @
07b1af8
...
...
@@ -97,7 +97,7 @@ export const uploadFile = async (file, fileCode, onProgress) => {
const
suffix
=
getFileSuffix
(
file
.
name
);
const
fileName
=
`uploadForm/
${
fileCode
}
/
${
md5
}${
suffix
}
`
;
//
TODO:
image_info 为七牛返回的图片信息,现在是上传视频看后期适配
// image_info 为七牛返回的图片信息,现在是上传视频看后期适配
const
{
filekey
,
image_info
}
=
await
uploadToQiniu
(
file
,
tokenResult
.
token
,
...
...
src/views/activities/ActivitySignupPage.vue
View file @
07b1af8
...
...
@@ -169,7 +169,7 @@ const handleSubmit = async () => {
error.value = ''
loading.value = true
//
TODO:
实现报名和支付逻辑
// 实现报名和支付逻辑
await new Promise(resolve => setTimeout(resolve, 1000))
// 报名成功后跳转回活动详情页,使用replace避免返回到报名页
...
...
Please
register
or
login
to post a comment