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
cca67d1c
Commit
cca67d1c
authored
Feb 21, 2025
by
罗超
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/zk123/jz_travel
# Conflicts: # components/coupon/index.vue
parents
17f11cb9
95348a2c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
7 deletions
+18
-7
jz_LineDetail.vue
pages/jiuzhai/jz_LineDetail.vue
+3
-4
jz_SureOrder.vue
pages/jiuzhai/jz_SureOrder.vue
+8
-1
visaDetail.vue
pages/visa/visaDetail.vue
+1
-1
visa_SureOrder.vue
pages/visa/visa_SureOrder.vue
+6
-1
No files found.
pages/jiuzhai/jz_LineDetail.vue
View file @
cca67d1c
...
...
@@ -57,14 +57,13 @@
<text>
原价:
</text>
<text
class=
"jz_renmin"
>
¥
</text><text
class=
"jz_B2bPrice"
>
{{
$utils
.
getretailer
()?
currentPrice
.
b2BPrice
:
currentPrice
.
b2CPrice
}}
</text>
<text
style=
"color: #999999; font-size: 28rpx; font-weight: 400"
>
/人起
</text>
<!--
<view
class=
""
v-if=
"stepNumber==0&&dataList.currentPriceInfo.teamType==0"
>
<text
style=
"font-size: 13px;color:#111"
>
直客价:
<text
style=
"font-size: 20rpx;"
>
¥
</text>
{{
currentPrice
.
b2CPrice
}}
</text>
</view>
-->
<text
style=
"font-size: 13px;color:#111;margin-left: 10px;"
>
<text
style=
"font-size: 13px;color:#111;margin-left: 10px;"
v-else
>
直客价:
<text
style=
"font-size: 20rpx;"
>
¥
</text>
{{
currentPrice
.
b2CPrice
}}
</text>
</view>
...
...
@@ -1183,7 +1182,7 @@
fontSize: '14px',
margin: '0 auto',
width: '90vw',
}
"
@
click
=
"
showSalePreviwe=false
"
>
确定
<
/u-button
>
}
"
@
click
=
"
goReserce()
"
>
确定
<
/u-button
>
<
/view
>
<
/u-popup
>
<
/view
>
...
...
pages/jiuzhai/jz_SureOrder.vue
View file @
cca67d1c
...
...
@@ -366,7 +366,7 @@
<u-icon
name=
"arrow"
size=
"20"
/>
-->
</view>
</view>
<view
class=
"jz_ReserTitle"
>
<view
class=
"jz_ReserTitle"
@
click=
"goJzDetail"
>
{{
orderData
.
model
.
Title
}}
</view>
<view
class=
"jz_ReserIn"
style=
"margin: 33rpx 0 18rpx 0"
>
...
...
@@ -597,6 +597,13 @@
}
},
methods
:
{
//跳转至详情
goJzDetail
()
{
let
model
=
this
.
orderData
.
model
;
uni
.
navigateTo
({
url
:
"/pages/jiuzhai/jz_LineDetail?tcid="
+
model
.
TCID
});
},
goback
()
{
uni
.
navigateBack
({
delta
:
1
,
...
...
pages/visa/visaDetail.vue
View file @
cca67d1c
...
...
@@ -218,7 +218,7 @@
fontSize: '14px',
margin: '0 auto',
width: '90vw',
}"
@
click=
"
showSalePreviwe=false
"
>
确定
</u-button>
}"
@
click=
"
goReserce()
"
>
确定
</u-button>
</view>
</u-popup>
<u-popup
v-model=
"showDownload"
mode=
"bottom"
border-radius=
"50"
length=
"60%"
:safe-area-inset-bottom=
"true"
>
...
...
pages/visa/visa_SureOrder.vue
View file @
cca67d1c
...
...
@@ -365,7 +365,7 @@
<u-icon
name=
"arrow"
size=
"20"
/>
-->
</view>
</view>
<view
class=
"jz_ReserTitle"
>
<view
class=
"jz_ReserTitle"
@
click=
"goDetail"
>
{{
orderData
.
ProductModel
.
Name
}}
</view>
<view
class=
"jz_ReserIn"
style=
"margin: 33rpx 0 18rpx 0"
>
...
...
@@ -574,6 +574,11 @@
}
},
methods
:
{
goDetail
()
{
uni
.
navigateTo
({
url
:
"/pages/visa/visaDetail?id="
+
this
.
orderData
.
ProductModel
.
Id
})
},
goback
()
{
uni
.
navigateBack
({
delta
:
1
,
...
...
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