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
4ea108e8
Commit
4ea108e8
authored
Nov 12, 2024
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
湖广会馆购票修改
parent
71b136a9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
4 deletions
+17
-4
hghgIndex.vue
pages/indexs/hghgIndex/hghgIndex.vue
+17
-4
No files found.
pages/indexs/hghgIndex/hghgIndex.vue
View file @
4ea108e8
...
@@ -5,9 +5,12 @@
...
@@ -5,9 +5,12 @@
<view>
<view>
<text
class=
"button"
@
click=
"goKnow()"
>
购票须知
</text>
<text
class=
"button"
@
click=
"goKnow()"
>
购票须知
</text>
</view>
</view>
<view
style=
"margin-top: 100rpx;"
>
<view>
<text
class=
"button"
@
click=
"goBuy()"
>
立即购票
</text>
<text
class=
"button"
@
click=
"goBuy()"
>
立即购票
</text>
</view>
</view>
<view>
<text
class=
"button"
@
click=
"goOrder()"
>
重庆市民免费游
</text>
</view>
</view>
</view>
<!-- 购票须知 -->
<!-- 购票须知 -->
<view
class=
"buy-know"
v-if=
"showKnow"
@
click=
"showKnow=false"
>
<view
class=
"buy-know"
v-if=
"showKnow"
@
click=
"showKnow=false"
>
...
@@ -71,12 +74,19 @@ export default {
...
@@ -71,12 +74,19 @@ export default {
this
.
urlQuery
=
channelId
+
'&merchantId='
+
this
.
merchantId
+
'&groupId='
+
groupId
+
'&groupChannelId='
+
groupChannelId
+
'&companyId='
+
companyId
this
.
urlQuery
=
channelId
+
'&merchantId='
+
this
.
merchantId
+
'&groupId='
+
groupId
+
'&groupChannelId='
+
groupChannelId
+
'&companyId='
+
companyId
},
},
methods
:
{
methods
:
{
//---
购票
//---
跳转组合票页面
goBuy
(){
goBuy
(){
uni
.
navigateTo
({
uni
.
navigateTo
({
url
:
'/pages/combination/distributionCombiChoose/distributionCombiChoose?channelId='
+
this
.
urlQuery
url
:
'/pages/combination/distributionCombiChoose/distributionCombiChoose?channelId='
+
this
.
urlQuery
})
})
},
},
//---跳转订单填写页面
goOrder
(){
let
query
=
'?merchantId=cdd4da5d154a4512bd5f3bec2797557b&productId=z001631001788677ae6f79afc48392d3'
uni
.
navigateTo
({
url
:
'/pages/scenic/scenicSingleOrder/scenicSingleOrder'
+
query
})
},
//---购票须知
//---购票须知
goKnow
(){
goKnow
(){
this
.
showKnow
=
true
this
.
showKnow
=
true
...
@@ -123,7 +133,10 @@ export default {
...
@@ -123,7 +133,10 @@ export default {
}
}
.btn-wrap
{
.btn-wrap
{
position
:
relative
;
position
:
relative
;
top
:
-160
rpx
;
top
:
-200
rpx
;
}
.btn-wrap
>
view
:not
(
:first-child
)
{
margin-top
:
100
rpx
;
}
}
.button
{
.button
{
width
:
520
rpx
;
width
:
520
rpx
;
...
@@ -169,7 +182,7 @@ export default {
...
@@ -169,7 +182,7 @@ export default {
}
}
.button
{
.button
{
display
:
flex
;
display
:
flex
;
width
:
2
44
rpx
;
width
:
2
60
rpx
;
height
:
96
rpx
;
height
:
96
rpx
;
background
:
url('../../../static/img/hghg/smallBtn.png')
no-repeat
;
background
:
url('../../../static/img/hghg/smallBtn.png')
no-repeat
;
background-size
:
100%
100%
;
background-size
:
100%
100%
;
...
...
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