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-11 17:57:54 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ba44084ff4dc46a0b6d99317a57cb7e49a480e4f
ba44084f
1 parent
152a4c04
✨ feat: 金数据跳转页面
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
src/components/BookCard/index.vue
src/components/BookCard/index.vue
View file @
ba44084
...
...
@@ -32,9 +32,8 @@ const handle = () => {
// 上传视频
const onUpload = (v) => {
// TODO: 上传视频直接跳转?不需要表示判断是上传那本书吗?
console.warn(v);
location.href = 'http://jsj.onwall.cn/f/g7D0MT';
// x_field_1是金数据表单传入的参数,老师上传的格式为:book_id
location.href = 'http://jsj.onwall.cn/f/g7D0MT?x_field_1=' + v.id;
}
onMounted(() => {
...
...
Please
register
or
login
to post a comment