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-06-08 15:46:11 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
904e5fd4b85900ff4860154e686b1ee74baa7953
904e5fd4
1 parent
3702d401
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
src/views/client/bookDetail.vue
src/views/client/bookDetail.vue
View file @
904e5fd
...
...
@@ -211,12 +211,6 @@ const uploadVideo = () => {
// x_field_1 是金数据表单传入的参数,家长上传的格式为:user_id-book_id-perf_id,perf_id是当前缺省的儿童id
const str = `${userInfo.value.user_id}-${$route.query.id}-${userInfo.value.perf_id}`;
// 已读隐私条例,直接跳转上传页面
// $router.push({
// path: '/client/privacyNotice',
// query: {
// str
// }
// })
if (Cookies.get('privacy_notice')) {
location.href = `${JSJ_FORM_C}?x_field_1=${str}`;
// BUG: 关闭loading临时处理
...
...
Please
register
or
login
to post a comment