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
8068d968
Commit
8068d968
authored
Nov 14, 2024
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
湖广会馆购票须知处理
parent
4ea108e8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
7 deletions
+23
-7
hghgIndex.vue
pages/indexs/hghgIndex/hghgIndex.vue
+23
-7
No files found.
pages/indexs/hghgIndex/hghgIndex.vue
View file @
8068d968
...
@@ -26,27 +26,41 @@
...
@@ -26,27 +26,41 @@
<text>
<text>
景区开放时间:
景区开放时间:
</text>
</text>
{{
extendInfo
.
openingHours
}}
。
{{
extendInfo
.
openingHours
||
''
}}
。
</view>
</view>
<view>
<view>
<text>
<text>
博物馆开放日多媒体设备运行时间:
博物馆开放日多媒体设备运行时间:
</text>
</text>
{{
extendInfo
.
multifunctionalDevice
}}
。
{{
extendInfo
.
multifunctionalDevice
||
''
}}
。
</view>
</view>
<view>
<view>
<text>
<text>
免费人群:
免费人群:
</text>
</text>
{{
extendInfo
.
freeCrowd
}}
。
{{
extendInfo
.
freeCrowd
||
''
}}
。
</view>
</view>
<view>
<view>
<text>
<text>
退票须知:
退票须知:
</text>
</text>
{{
extendInfo
.
noticeOfrefund
}}
。
{{
extendInfo
.
noticeOfrefund
||
''
}}
。
</view>
<view
v-if=
"year
<2025
"
>
<text>
重庆市民免费游门票优惠活动规则:
</text>
<view
style=
"margin-top: 12rpx;"
>
<text>
活动时间:
</text>
2024年11月15日至2024年12月31日
</view>
<view
style=
"margin-top: 12rpx;"
>
<text>
优惠人群:
</text>
重庆市户籍身份证游客
</view>
<view
style=
"margin-top: 12rpx;"
>
<text>
领取方式:
</text>
需在重庆湖广会馆公众号至少提前1天预约,活动期间免费优惠门票(限量300张/天,不含景区演出和其他经营性收费项目等费用),领完为止。按照“一人一证一票”原则,预约成功后凭本人身份证原件或预约码直接到景区检票口核验入园(活动期内,每位游客仅限预约1次)。
</view>
</view>
</view>
<view
style=
"margin-top: 60rpx;display: flex;justify-content: center;"
>
<view
style=
"margin-top: 60rpx;display: flex;justify-content: center;"
>
<text
class=
"button"
@
click
.
stop=
"goBuy()"
>
立即购票
</text>
<text
class=
"button"
@
click
.
stop=
"goBuy()"
>
立即购票
</text>
</view>
</view>
...
@@ -63,9 +77,11 @@ export default {
...
@@ -63,9 +77,11 @@ export default {
showKnow
:
false
,
showKnow
:
false
,
merchantId
:
''
,
//商户Id
merchantId
:
''
,
//商户Id
extendInfo
:
''
,
//扩展信息
extendInfo
:
''
,
//扩展信息
year
:
''
}
}
},
},
onLoad
(
option
)
{
onLoad
(
option
){
this
.
year
=
new
Date
().
getFullYear
()
let
channelId
=
option
.
channelId
||
''
let
channelId
=
option
.
channelId
||
''
let
companyId
=
option
.
companyId
||
''
let
companyId
=
option
.
companyId
||
''
let
groupId
=
option
.
groupId
||
''
let
groupId
=
option
.
groupId
||
''
...
@@ -148,7 +164,7 @@ export default {
...
@@ -148,7 +164,7 @@ export default {
background-size
:
100%
100%
;
background-size
:
100%
100%
;
}
}
.buy-know
{
.buy-know
{
padding
:
0
4
8
rpx
;
padding
:
0
4
4
rpx
;
display
:
flex
;
display
:
flex
;
align-items
:
center
;
align-items
:
center
;
justify-content
:
center
;
justify-content
:
center
;
...
...
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