Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
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
zhengke
jz_Travel
Commits
de57d95a
Commit
de57d95a
authored
Oct 13, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
c823dea5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
jz_LineDetail.vue
pages/jiuzhai/jz_LineDetail.vue
+5
-5
No files found.
pages/jiuzhai/jz_LineDetail.vue
View file @
de57d95a
...
...
@@ -557,7 +557,7 @@
</view>
</view>
</view>
<view
class=
"jz_TripDays"
v-if=
"dataList.feature&&dataList.feature.feeInclude
!=''
"
>
<view
class=
"jz_TripDays"
v-if=
"dataList.feature&&dataList.feature.feeInclude"
>
<span
style=
"
display: inline-block;
...
...
@@ -592,7 +592,7 @@
<rich-text
:nodes=
"dataList.feature.feeInclude"
></rich-text>
</view>
</view>
<view
class=
"jz_TripDays"
v-if=
"dataList.feature&&dataList.feature.feeNonIncludeText
!=''
"
>
<view
class=
"jz_TripDays"
v-if=
"dataList.feature&&dataList.feature.feeNonIncludeText"
>
<span
style=
"
display: inline-block;
...
...
@@ -627,7 +627,7 @@
<rich-text
:nodes=
"dataList.feature.feeNonInclude"
></rich-text>
</view>
</view>
<view
class=
"jz_TripDays"
v-if=
"dataList.feature&&dataList.feature.importantTip
!=''
"
>
<view
class=
"jz_TripDays"
v-if=
"dataList.feature&&dataList.feature.importantTip"
>
<span
style=
"
display: inline-block;
...
...
@@ -662,7 +662,7 @@
<rich-text
:nodes=
"dataList.feature.importantTip"
></rich-text>
</view>
</view>
<view
class=
"jz_TripDays"
v-if=
"dataList.feature&&dataList.feature.warmTip
!=''
"
>
<view
class=
"jz_TripDays"
v-if=
"dataList.feature&&dataList.feature.warmTip"
>
<span
style=
"
display: inline-block;
...
...
@@ -697,7 +697,7 @@
<rich-text
:nodes=
"dataList.feature.warmTip"
></rich-text>
</view>
</view>
<view
class=
"jz_TripDays"
v-if=
"dataList.feature&&dataList.feature.visaRemark
!=''
"
>
<view
class=
"jz_TripDays"
v-if=
"dataList.feature&&dataList.feature.visaRemark"
>
<span
style=
"
display: inline-block;
...
...
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