Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
U
uni-pdtravel
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
panyongping
uni-pdtravel
Commits
96876d54
Commit
96876d54
authored
Jul 17, 2024
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
湖广会馆购票须知修改后线上版本
parent
aba5672b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
distributionCombiChoose.vue
...ation/distributionCombiChoose/distributionCombiChoose.vue
+5
-4
No files found.
pages/combination/distributionCombiChoose/distributionCombiChoose.vue
View file @
96876d54
...
...
@@ -13,7 +13,7 @@
<!-- 中间上面部分 -->
<view
class=
"middle-top"
:style=
"middleTopStyle"
>
<view
class=
"merchant-name"
>
{{
currentMerchant
.
nam
e
||
''
}}
{{
merchantTitl
e
||
''
}}
</view>
<u-transition
:show=
"showTransition"
:duration=
'600'
>
<view
class=
"merchant-info-bottom"
>
...
...
@@ -207,6 +207,7 @@ export default {
},
data
()
{
return
{
merchantTitle
:
''
,
//商家标题
currentMerchant
:
''
,
//当前入口商家信息
showTip
:
false
,
//系统调不通或者崩了跳出弹窗
detailData
:
''
,
//详情数据
...
...
@@ -393,6 +394,7 @@ export default {
item
.
productListCopy
=
item
.
productList
//获取当前商家信息
this
.
currentMerchant
=
item
this
.
merchantTitle
=
item
.
name
}
else
{
// item.productListCopy = item.productList.slice(0, 2)不要更多,暂时注释
item
.
productListCopy
=
item
.
productList
...
...
@@ -550,15 +552,14 @@ export default {
this
.
middleBottomStyle
=
'margin-top:50px;'
this
.
middleHeight
=
this
.
scrollHeight
this
.
showTransition
=
false
this
.
merchantTitle
=
'组合购买更省钱'
}
else
{
console
.
log
(
e
.
detail
.
scrollTop
)
//中间上部分不固定,中间下部分不可滚动,全屏滚动
this
.
middleTopStyle
=
'position:relative;'
this
.
middleBottomStyle
=
'margin-top:0;'
this
.
middleHeight
=
this
.
originHeight
this
.
showTransition
=
true
this
.
merchantTitle
=
this
.
scenicList
[
0
].
name
}
}
}).
exec
()
...
...
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