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
c75ee663
Commit
c75ee663
authored
Jul 26, 2024
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
产品页面优化
parent
8edfa81e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
scenicProduct.vue
pages/scenic/scenicProduct/scenicProduct.vue
+3
-3
No files found.
pages/scenic/scenicProduct/scenicProduct.vue
View file @
c75ee663
...
...
@@ -3,7 +3,7 @@
<view
class=
"banner"
v-if=
"detailData"
>
<u-swiper
:list=
"detailData.imgList"
@
change=
"e => currentNum = e.current"
indicatorStyle=
"right: 20px;bottom:25px"
height=
"400"
circular
>
<view
slot=
"indicator"
class=
"indicator-num"
>
<text
class=
"indicator-num__text"
>
{{
currentNum
+
1
}}
/
{{
detailData
.
imgList
.
length
}}
</text>
<text
class=
"indicator-num__text"
>
{{
currentNum
+
1
}}
/
{{
detailData
.
imgList
.
length
?
detailData
.
imgList
.
length
:
0
}}
</text>
</view>
</u-swiper>
</view>
...
...
@@ -11,7 +11,7 @@
<view
class=
"middle-introduce"
v-if=
"detailData"
>
<view
class=
"introduce-one"
@
click=
"showDetail()"
>
<view
class=
"merchantname"
>
{{
detailData
.
name
}}
{{
detailData
.
name
||
''
}}
</view>
<view
class=
"businesstime"
>
<view
style=
"font-size: 24rpx;"
>
...
...
@@ -37,7 +37,7 @@
<view
class=
"introduce-three"
>
<view
style=
"flex: 1;margin-right: 20rpx;"
>
{{
detailData
.
address
}}
{{
detailData
.
address
||
''
}}
</view>
<view
class=
"introduce-icon"
>
<u-icon
name=
'map-fill'
color=
'#3688ff'
size=
'44'
@
click=
"navigation()"
></u-icon>
...
...
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