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
6b8e0267
Commit
6b8e0267
authored
Feb 18, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
9798c1a0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
visa_SureOrder.vue
pages/visa/visa_SureOrder.vue
+10
-4
No files found.
pages/visa/visa_SureOrder.vue
View file @
6b8e0267
...
...
@@ -370,8 +370,14 @@
</view>
<view
class=
"jz_ReserIn"
style=
"margin: 33rpx 0 18rpx 0"
>
<!--
{{
currentPriceInfo
.
startCityName
}}
出发
{{
currentPriceInfo
.
startDate
}}
-->
<text
v-if=
"orderData.ProductModel.SendCityName"
style=
"margin-right: 15rpx;"
>
送签地:
{{
orderData
.
ProductModel
.
SendCityName
}}
</text>
<text
v-if=
"orderData.ProductModel.VisaValidity"
>
有效期:
{{
orderData
.
ProductModel
.
VisaValidity
}}
</text>
<text
v-if=
"orderData.ProductModel.SendCityName"
style=
"margin-right: 35rpx;"
>
<text>
送签地:
</text>
<text>
{{
orderData
.
ProductModel
.
SendCityName
}}
</text>
</text>
<text
v-if=
"orderData.ProductModel.VisaValidity"
>
<text>
有效期:
</text>
<text>
{{
orderData
.
ProductModel
.
VisaValidity
}}
</text>
</text>
</view>
<view
class=
"big-title"
v-if=
"orderData.OrderModel.StartCityName"
>
<text>
{{
orderData
.
OrderModel
.
StartCityName
}}
出发
</text>
...
...
@@ -430,10 +436,10 @@
</view>
</view>
<view
class=
"empty-block"
></view>
<view
class=
"jz_form"
v-if=
"orderData.OrderModel.Remark
s
"
>
<view
class=
"jz_form"
v-if=
"orderData.OrderModel.Remark"
>
<view
class=
"form-items"
style=
"border-bottom: 0"
>
<view
class=
"label"
>
备注
</view>
<view
class=
"jz_SureVal"
>
{{
orderData
.
OrderModel
.
Remark
s
}}
</view>
<view
class=
"jz_SureVal"
>
{{
orderData
.
OrderModel
.
Remark
}}
</view>
</view>
</view>
<view
class=
"empty-block"
></view>
...
...
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