Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mongo-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ui
mongo-ui
Commits
1e1b2961
Commit
1e1b2961
authored
Jul 27, 2020
by
郭志伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 问题修复
parent
e7d5b81c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
28 deletions
+30
-28
LIDetail.vue
src/views/Goods/Detail/LIDetail.vue
+28
-26
NavTab.vue
src/views/Goods/Detail/modules/NavTab.vue
+2
-2
No files found.
src/views/Goods/Detail/LIDetail.vue
View file @
1e1b2961
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
@
option-click=
"openIframePupop(4)"
@
option-click=
"openIframePupop(4)"
>
>
<compactCellGroup
:cell-data=
"planCellInfo"
:text-bold=
"true"
/>
<compactCellGroup
:cell-data=
"planCellInfo"
:text-bold=
"true"
/>
<div
class=
"
z
"
slot=
"footer"
>
<div
class=
"
cal-footer
"
slot=
"footer"
>
<div
class=
"cal-footer-num"
>
<div
class=
"cal-footer-num"
>
<h4>
155
<small>
元/年起
</small></h4>
<h4>
155
<small>
元/年起
</small></h4>
</div>
</div>
...
@@ -39,6 +39,7 @@
...
@@ -39,6 +39,7 @@
<div
id=
"det_process"
>
<div
id=
"det_process"
>
<cps-process
:process-data=
"processDetail"
@
click=
"openIframePupop(5)"
/>
<cps-process
:process-data=
"processDetail"
@
click=
"openIframePupop(5)"
/>
</div>
</div>
<div
id=
"det_notice"
>
<protocol-read
<protocol-read
title=
"理赔须知"
title=
"理赔须知"
:options=
"[]"
:options=
"[]"
...
@@ -63,7 +64,8 @@
...
@@ -63,7 +64,8 @@
</ul>
</ul>
</div>
</div>
</protocol-read>
</protocol-read>
<cps-qa
:qa-data=
"qaInfo"
/>
</div>
<div
id=
"det_qa"
><cps-qa
:qa-data=
"qaInfo"
/></div>
</div>
</div>
<detail-footer
:company-info=
"companyInfo"
/>
<detail-footer
:company-info=
"companyInfo"
/>
<copyright
/>
<copyright
/>
...
...
src/views/Goods/Detail/modules/NavTab.vue
View file @
1e1b2961
...
@@ -77,8 +77,8 @@ export default {
...
@@ -77,8 +77,8 @@ export default {
const
_val
=
this
.
navList
[
index
].
value
;
const
_val
=
this
.
navList
[
index
].
value
;
// 获取目标的 offsetTop
// 获取目标的 offsetTop
const
targetOffsetTop
=
document
.
querySelector
(
`#det_
${
_val
}
`
).
offsetTop
;
const
targetOffsetTop
=
document
.
querySelector
(
`#det_
${
_val
}
`
).
offsetTop
;
document
.
body
.
scrollTop
=
targetOffsetTop
-
60
;
document
.
body
.
scrollTop
=
targetOffsetTop
;
document
.
documentElement
.
scrollTop
=
targetOffsetTop
-
60
;
document
.
documentElement
.
scrollTop
=
targetOffsetTop
;
}
}
}
}
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment