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
b7168536
Commit
b7168536
authored
Jul 22, 2024
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式处理
parent
7cba3bcd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
7 deletions
+4
-7
distributionCombiChoose.vue
...ation/distributionCombiChoose/distributionCombiChoose.vue
+2
-7
hghgIndex.vue
pages/indexs/hghgIndex/hghgIndex.vue
+2
-0
No files found.
pages/combination/distributionCombiChoose/distributionCombiChoose.vue
View file @
b7168536
<!-- 修改这个页面时,需要同步更新combiChoose页面的代码 -->
<
template
>
<view
class=
"wrap"
>
<scroll-view
@
scroll=
"scrollFull"
style=
"height: 100%;"
:scroll-into-view=
"toViewFull"
scroll-y
>
<scroll-view
@
scroll=
"scrollFull"
style=
"height: 100%;"
:scroll-into-view=
"toViewFull"
scroll-y
>
<view
class=
"banner"
>
<u-swiper
:list=
"imgList"
@
change=
"e => currentNum = e.current"
indicatorStyle=
"right: 20px;bottom:25px"
height=
"400"
circular
>
<view
slot=
"indicator"
class=
"indicator-num"
>
...
...
@@ -546,12 +546,7 @@ export default {
this
.
middleHeight
=
this
.
scrollHeight
//加个延时,防止第一次点击时元素样式还未更新,导致不滑动到对应元素
this
.
$nextTick
(()
=>
{
//this.$nextTick解决苹果手机
//settimeout解决安卓手机
setTimeout
(()
=>
{
this
.
toViewRight
=
'merchant'
+
index
this
.
$forceUpdate
()
},
100
)
this
.
toViewRight
=
'merchant'
+
index
})
},
//---展示明细弹窗
...
...
pages/indexs/hghgIndex/hghgIndex.vue
View file @
b7168536
...
...
@@ -153,6 +153,8 @@ export default {
color
:
#000000
;
font-size
:
28
rpx
;
width
:
100%
;
max-height
:
90%
;
overflow-y
:
auto
;
}
.box
>
view
{
margin-top
:
16
rpx
;
...
...
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