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
2efc8099
Commit
2efc8099
authored
Feb 20, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复bug
parent
100b4ffe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
1 deletion
+28
-1
visaDetail.vue
pages/visa/visaDetail.vue
+2
-1
visa_Reserve.vue
pages/visa/visa_Reserve.vue
+26
-0
No files found.
pages/visa/visaDetail.vue
View file @
2efc8099
...
...
@@ -222,7 +222,7 @@
class=
"SaleText"
@
click=
"downloadTripPlanHandler(item)"
>
<view>
{{ item.Name }}
</view>
<view>
<button
class=
"jz_ConButton row items-center"
v-if=
"dataList.VisaProductInfo&&dataList.VisaProductInfo.DownloadMaterialsFileList.length>0"
>
<button
class=
"jz_ConButton row items-center"
style=
"height: 100%;"
v-if=
"dataList.VisaProductInfo&&dataList.VisaProductInfo.DownloadMaterialsFileList.length>0"
>
<img
style=
"width: 36rpx; height: 38rpx"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1695376860000_131.png"
alt=
""
/>
...
...
@@ -1386,6 +1386,7 @@
display
:
flex
;
justify-content
:
space-between
;
border-bottom
:
1rpx
solid
#eee
;
overflow
:
hidden
;
}
.jz_LineDetaCZ
{
height
:
36rpx
;
...
...
pages/visa/visa_Reserve.vue
View file @
2efc8099
...
...
@@ -633,14 +633,17 @@
</view>
<u-picker
mode=
"selector"
v-model=
"showCountry"
:default-selector=
"[0]"
:range=
"countrys"
@
confirm=
'(e)=>{changeDown(e,CountryType)}'
@
change=
"(e)=>{columnChange(e,CountryType)}"
range-key=
"label"
@
input=
"showCountry=false"
></u-picker>
<u-picker
mode=
"selector"
v-model=
"showProvince"
:default-selector=
"[0]"
:range=
"provinceList"
@
confirm=
'(e)=>{changeDown(e,3)}'
@
change=
"(e)=>{columnChange(e,3)}"
range-key=
"label"
@
input=
"showProvince=false"
></u-picker>
<u-picker
mode=
"selector"
v-model=
"showCity"
:default-selector=
"[0]"
:range=
"cityList"
@
confirm=
'(e)=>{changeDown(e,4)}'
@
change=
"(e)=>{columnChange(e,4)}"
range-key=
"label"
@
input=
"showProvince=false"
></u-picker>
<
template
v-if=
"couponList.length>0"
>
...
...
@@ -856,6 +859,7 @@
"level"
:
2
},
r
=>
{
if
(
r
.
resultCode
==
1
)
{
this
.
cityList
=
[]
for
(
let
i
=
0
;
i
<
r
.
data
.
length
;
i
++
)
{
let
Count
=
r
.
data
[
i
]
let
obj
=
{
...
...
@@ -868,6 +872,28 @@
}
},
err
=>
{})
},
columnChange
(
e
,
type
){
let
i
=
e
if
(
type
==
1
){
this
.
customer
.
count
=
this
.
countrys
[
i
].
ID
this
.
optionsTitle
[
0
]
=
this
.
countrys
[
i
].
Name
this
.
customer
.
PhoneCountryStr
=
'+'
+
this
.
countrys
[
i
].
PhoneCode
}
if
(
type
==
2
){
this
.
orderMsg
.
RelationPhoneType
=
'+'
+
this
.
countrys
[
i
].
PhoneCode
this
.
optionsTitle
[
1
]
=
this
.
countrys
[
i
].
Name
}
if
(
type
==
3
){
this
.
orderMsg
.
ReceiverProvince
=
this
.
provinceList
[
i
].
Name
this
.
orderMsg
.
ReceiverProvinceId
=
this
.
provinceList
[
i
].
ID
this
.
optionsTitle
[
2
]
=
this
.
provinceList
[
i
].
Name
this
.
getCity
()
}
if
(
type
==
4
){
this
.
orderMsg
.
ReceiverCity
=
this
.
cityList
[
i
].
Name
this
.
optionsTitle
[
3
]
=
this
.
cityList
[
i
].
Name
}
},
changeDown
(
e
,
type
){
let
i
=
[
e
]
if
(
type
==
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