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

组合票开发

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