Commit 61f8b5d0 authored by 潘永坪's avatar 潘永坪

组合票开发

parent ff3bbff8
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<text> <text>
开放时间: 开放时间:
</text> </text>
{{openTime}} {{openTime}}(18:00停止售票入馆)
</view> </view>
<view> <view>
<text> <text>
...@@ -56,7 +56,7 @@ export default { ...@@ -56,7 +56,7 @@ export default {
return { return {
urlQuery:'', urlQuery:'',
showKnow:false, showKnow:false,
openTime:'09:00 - 18:00,闭馆前1小时(17:00)停止售票',//开放时间 openTime:'',//开放时间
merchantId:'',//商户Id merchantId:'',//商户Id
} }
}, },
...@@ -97,7 +97,7 @@ export default { ...@@ -97,7 +97,7 @@ export default {
item.merchantChildTitleData.forEach(item2=> { item.merchantChildTitleData.forEach(item2=> {
if (item2.childTitleCode == '101001') { if (item2.childTitleCode == '101001') {
//开放时间 //开放时间
this.openTime = item2.contentList[0].content||'09:00 - 18:00,闭馆前1小时(17:00)停止售票' this.openTime = item2.contentList[0].content
} }
}) })
} }
......
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