Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
million
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
viitto
million
Commits
87a51be2
Commit
87a51be2
authored
Sep 21, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
3677317e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
8 deletions
+11
-8
detailsNew.vue
src/pages/detailsNew.vue
+11
-8
No files found.
src/pages/detailsNew.vue
View file @
87a51be2
...
...
@@ -451,7 +451,7 @@
>
<flight
:price=
"currentPrice"
></flight>
<div
class=
"text-h5 text-weight-bold text-left"
class=
"text-h5 text-weight-bold text-left
q-pb-xl
"
ref=
"feature"
:class=
"{
'q-px-md': $q.screen.width < 1220 && $q.platform.is.mobile,
...
...
@@ -460,7 +460,7 @@
行程特色
</div>
<div
class=
"relative"
>
<div
<
!-- <
div
class="q-mt-md trip-text q-pb-xl line-feature large-feature"
ref="diyContext"
v-html="dataList.feature.featureContent"
...
...
@@ -472,14 +472,14 @@
:style="{ zoom: zoomDiyContext }"
v-html="dataList.feature.featureHtml"
v-if="dataList.feature.featureHtml != '' && (!tripImages || tripImages.length==0)"
></div>
<div
v-
else-
if=
"tripImages&&tripImages.length>0"
></div>
-->
<div
v-if=
"tripImages&&tripImages.length>0"
ref=
"diyContext"
>
<div
v-for=
"(x,i) in tripImages"
>
<!-- <img class="block" :src="x.header" width="100%"> -->
<img
class=
"block"
:src=
"x.page"
width=
"
100%"
>
<img
class=
"block"
:src=
"x.page"
style=
"width:
100%"
>
<div
class=
"tripImages-footer"
>
<img
class=
"block"
:src=
"x.footer"
width=
"
100%"
>
<img
class=
"block"
:src=
"x.footer"
style=
"width:
100%"
>
</div>
</div>
</div>
...
...
@@ -612,7 +612,7 @@
>
取消政策
</div> -->
<div
class=
"q-mt-lg f12 text-grey-6"
>
<div
class=
"q-mt-lg f12 text-grey-6"
ref=
"journeyLookOut"
>
<q-icon
name=
"iconfont icontishi"
class=
"q-mr-sm"
/>
<span
>
注意:由于站内商品来自全球各地,订单取消时间将依该供应商所在时区判定。供应商需
...
...
@@ -649,9 +649,11 @@
</div>
</div> -->
</div>
<
template
v-if=
"$q.platform.is.desktop&¤tHeight>130&¤tHeight<navs[4].top"
>
<
template
v-if=
"$q.platform.is.desktop&¤tHeight>130
&&$refs.journeyLookOut.getBoundingClientRect().top+currentHeight-300>currentHeight"
>
<!--
<div
class=
"col-1"
></div>
-->
<!-- col q-ml-xl position-relative -->
<div
:class=
"
{'absolute':currentHeight
<1000
,
'
fixed
'
:currentHeight
>
1000}"
...
...
@@ -800,6 +802,7 @@ export default {
zoomDiyContext
:
1
,
detailsImageList
:[],
tripImages
:[],
footerTop
:
0
};
},
components
:
{
...
...
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