Commit 7cba3bcd authored by 潘永坪's avatar 潘永坪

湖广会馆购票须知处理

parent 800b3aeb
...@@ -550,6 +550,7 @@ export default { ...@@ -550,6 +550,7 @@ export default {
//settimeout解决安卓手机 //settimeout解决安卓手机
setTimeout(()=>{ setTimeout(()=>{
this.toViewRight='merchant'+index this.toViewRight='merchant'+index
this.$forceUpdate()
},100) },100)
}) })
}, },
......
...@@ -16,15 +16,35 @@ ...@@ -16,15 +16,35 @@
告游客书 告游客书
</view> </view>
<view> <view>
尊敬的游客、广大市民: 尊敬的游客、广大市民
</view> </view>
<view v-for="(item,index) in extendInfo" :key="index">
<view>
<text>
景区开放时间:
</text>
{{extendInfo.openingHours}}
</view>
<view>
<text>
博物馆开放日多媒体设备运行时间:
</text>
{{extendInfo.multifunctionalDevice}}
</view>
<view>
<text>
免费人群:
</text>
{{extendInfo.freeCrowd}}
</view>
<view>
<text> <text>
{{item.extendInfoKey}}: 退票须知:
</text> </text>
{{item.extendInfoValue}} {{extendInfo.noticeOfrefund}}
</view> </view>
<view style="margin-top: 48rpx;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>
</view> </view>
...@@ -39,7 +59,7 @@ export default { ...@@ -39,7 +59,7 @@ export default {
urlQuery:'', urlQuery:'',
showKnow:false, showKnow:false,
merchantId:'',//商户Id merchantId:'',//商户Id
extendInfo:[],//扩展信息 extendInfo:'',//扩展信息
} }
}, },
onLoad(option) { onLoad(option) {
...@@ -72,7 +92,7 @@ export default { ...@@ -72,7 +92,7 @@ export default {
} }
this.$request('scenic/user/merchant/findDetailInfo',data).then((res)=>{ this.$request('scenic/user/merchant/findDetailInfo',data).then((res)=>{
if(res.code=='00'){ if(res.code=='00'){
this.extendInfo=res.data.extendInfo||[] this.extendInfo=res.data.extendInfo
}else{ }else{
uni.showToast({ uni.showToast({
title: res.message, title: res.message,
......
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