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
43ed46a2
Commit
43ed46a2
authored
Oct 12, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
3ab7d4c4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
3 deletions
+12
-3
jz_Line.vue
pages/jiuzhai/jz_Line.vue
+11
-2
jz_LineDetail.vue
pages/jiuzhai/jz_LineDetail.vue
+1
-1
No files found.
pages/jiuzhai/jz_Line.vue
View file @
43ed46a2
...
@@ -436,7 +436,6 @@
...
@@ -436,7 +436,6 @@
companyId
:
0
,
companyId
:
0
,
searchKey
:
''
,
//搜索数据
searchKey
:
''
,
//搜索数据
priceOrderByField
:
2
,
priceOrderByField
:
2
,
LineTeamIds
:
''
,
PlaceIds
:
''
PlaceIds
:
''
},
},
time
:
''
,
time
:
''
,
...
@@ -532,7 +531,14 @@
...
@@ -532,7 +531,14 @@
},
},
onLoad
(
option
)
{
onLoad
(
option
)
{
if
(
option
&&
option
.
LineTeamIds
){
if
(
option
&&
option
.
LineTeamIds
){
this
.
msg
.
LineTeamIds
=
option
.
LineTeamIds
// this.msg.LineTeamIds = option.LineTeamIds
let
NewArr
=
[];
NewArr
=
option
.
LineTeamIds
.
split
(
","
);
if
(
NewArr
.
length
>
0
){
NewArr
.
forEach
(
x
=>
{
this
.
msg
.
team
.
push
(
parseInt
(
x
));
})
}
}
}
if
(
option
&&
option
.
PlaceIds
){
if
(
option
&&
option
.
PlaceIds
){
this
.
msg
.
PlaceIds
=
option
.
PlaceIds
this
.
msg
.
PlaceIds
=
option
.
PlaceIds
...
@@ -636,6 +642,9 @@
...
@@ -636,6 +642,9 @@
})
})
this
.
optionsTitle
[
1
]
=
temp
this
.
optionsTitle
[
1
]
=
temp
}
}
if
(
this
.
optionsTitle
[
1
]
==
''
){
this
.
optionsTitle
[
1
]
=
'线路玩法'
}
this
.
$forceUpdate
()
this
.
$forceUpdate
()
this
.
$refs
.
uDropdown
.
close
();
this
.
$refs
.
uDropdown
.
close
();
this
.
research
();
this
.
research
();
...
...
pages/jiuzhai/jz_LineDetail.vue
View file @
43ed46a2
...
@@ -181,7 +181,7 @@
...
@@ -181,7 +181,7 @@
style=
"color: #ff3166; font-size: 26rpx"
style=
"color: #ff3166; font-size: 26rpx"
>
¥
{{
item
.
b2CPrice
}}
</view
>
¥
{{
item
.
b2CPrice
}}
</view
>
>
<view
v-if=
"item.remainNum
=
= 0"
style=
"padding: 20rpx 0"
>
<view
v-if=
"item.remainNum
<
=
0
"
style=
"padding: 20rpx 0"
>
<text
style=
"font-size: 32rpx; font-weight: 600"
>
已售罄
</text>
<text
style=
"font-size: 32rpx; font-weight: 600"
>
已售罄
</text>
</view>
</view>
</view>
</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