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

湖广会馆购票修改

parent 71b136a9
...@@ -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: -160rpx; top: -200rpx;
}
.btn-wrap>view:not(:first-child){
margin-top: 100rpx;
} }
.button{ .button{
width: 520rpx; width: 520rpx;
...@@ -169,7 +182,7 @@ export default { ...@@ -169,7 +182,7 @@ export default {
} }
.button{ .button{
display: flex; display: flex;
width: 244rpx; width: 260rpx;
height: 96rpx; height: 96rpx;
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%;
......
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