Commit 4ea108e8 authored by 潘永坪's avatar 潘永坪

湖广会馆购票修改

parent 71b136a9
......@@ -5,9 +5,12 @@
<view>
<text class="button" @click="goKnow()">购票须知</text>
</view>
<view style="margin-top: 100rpx;">
<view>
<text class="button" @click="goBuy()">立即购票</text>
</view>
<view>
<text class="button" @click="goOrder()">重庆市民免费游</text>
</view>
</view>
<!-- 购票须知 -->
<view class="buy-know" v-if="showKnow" @click="showKnow=false">
......@@ -71,12 +74,19 @@ export default {
this.urlQuery=channelId+'&merchantId='+this.merchantId+'&groupId='+groupId+'&groupChannelId='+groupChannelId+'&companyId='+companyId
},
methods: {
//---购票
//---跳转组合票页面
goBuy(){
uni.navigateTo({
url:'/pages/combination/distributionCombiChoose/distributionCombiChoose?channelId='+this.urlQuery
})
},
//---跳转订单填写页面
goOrder(){
let query='?merchantId=cdd4da5d154a4512bd5f3bec2797557b&productId=z001631001788677ae6f79afc48392d3'
uni.navigateTo({
url: '/pages/scenic/scenicSingleOrder/scenicSingleOrder'+ query
})
},
//---购票须知
goKnow(){
this.showKnow=true
......@@ -123,7 +133,10 @@ export default {
}
.btn-wrap{
position: relative;
top: -160rpx;
top: -200rpx;
}
.btn-wrap>view:not(:first-child){
margin-top: 100rpx;
}
.button{
width: 520rpx;
......@@ -169,7 +182,7 @@ export default {
}
.button{
display: flex;
width: 244rpx;
width: 260rpx;
height: 96rpx;
background: url('../../../static/img/hghg/smallBtn.png') no-repeat;
background-size: 100% 100%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment