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
7cba3bcd
Commit
7cba3bcd
authored
Jul 22, 2024
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
湖广会馆购票须知处理
parent
800b3aeb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
7 deletions
+28
-7
distributionCombiChoose.vue
...ation/distributionCombiChoose/distributionCombiChoose.vue
+1
-0
hghgIndex.vue
pages/indexs/hghgIndex/hghgIndex.vue
+27
-7
No files found.
pages/combination/distributionCombiChoose/distributionCombiChoose.vue
View file @
7cba3bcd
...
...
@@ -550,6 +550,7 @@ export default {
//settimeout解决安卓手机
setTimeout
(()
=>
{
this
.
toViewRight
=
'merchant'
+
index
this
.
$forceUpdate
()
},
100
)
})
},
...
...
pages/indexs/hghgIndex/hghgIndex.vue
View file @
7cba3bcd
...
...
@@ -16,15 +16,35 @@
告游客书
</view>
<view>
尊敬的游客、广大市民
:
尊敬的游客、广大市民
:
</view>
<view
v-for=
"(item,index) in extendInfo"
:key=
"index"
>
<view>
<text>
景区开放时间:
</text>
{{
extendInfo
.
openingHours
}}
。
</view>
<view>
<text>
{{
item
.
extendInfoKey
}}
:
博物馆开放日多媒体设备运行时间:
</text>
{{
item
.
extendInfoValu
e
}}
。
{{
extendInfo
.
multifunctionalDevic
e
}}
。
</view>
<view
style=
"margin-top: 48rpx;display: flex;justify-content: center;"
>
<view>
<text>
免费人群:
</text>
{{
extendInfo
.
freeCrowd
}}
。
</view>
<view>
<text>
退票须知:
</text>
{{
extendInfo
.
noticeOfrefund
}}
。
</view>
<view
style=
"margin-top: 60rpx;display: flex;justify-content: center;"
>
<text
class=
"button"
@
click
.
stop=
"goBuy()"
>
立即购票
</text>
</view>
</view>
...
...
@@ -39,7 +59,7 @@ export default {
urlQuery
:
''
,
showKnow
:
false
,
merchantId
:
''
,
//商户Id
extendInfo
:
[]
,
//扩展信息
extendInfo
:
''
,
//扩展信息
}
},
onLoad
(
option
)
{
...
...
@@ -72,7 +92,7 @@ export default {
}
this
.
$request
(
'scenic/user/merchant/findDetailInfo'
,
data
).
then
((
res
)
=>
{
if
(
res
.
code
==
'00'
){
this
.
extendInfo
=
res
.
data
.
extendInfo
||
[]
this
.
extendInfo
=
res
.
data
.
extendInfo
}
else
{
uni
.
showToast
({
title
:
res
.
message
,
...
...
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