Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
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
2022-05-17 19:12:10 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b98340cebaecb767219d1c87ad51cfe56df249ce
b98340ce
1 parent
1c891b69
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/client/bookDetail.vue
src/views/client/bookDetail.vue
View file @
b98340c
...
...
@@ -216,6 +216,7 @@ const validUpload = () => {
const show = ref(false); // 跳转等待提示
const uploadVideo = () => {
show.value = true;
axios.get('/srv/?a=can_upload')
.then(res => {
if (res.data.code === 1) {
...
...
@@ -225,7 +226,6 @@ const uploadVideo = () => {
const str = `${donateItem.value.user_id}-${$route.query.id}-${donateItem.value.perf_id}`;
// 已读隐私条例,直接跳转上传页面
if (Cookies.get('privacy_notice')) {
show.value = true;
location.href = `${JSJ_FORM_C}?x_field_1=${str}`;
// BUG: 关闭loading临时处理
setTimeout(() => {
...
...
Please
register
or
login
to post a comment