|
|
@ -113,7 +113,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
<view |
|
|
|
<view |
|
|
|
v-if="isShowBuy == 'YES' && isShowLink_st == 'YES'" |
|
|
|
v-if="isShowBuy == 'YES' && isShowLink_st == 'YES'" |
|
|
|
:class="[scenicDetail.ticketinfo.length != null && scenicDetail.ticketinfo.length > 0 ? 'mt_1' : 'mt_1 btn_open']" |
|
|
|
:class="[scenicDetail.ticketinfo&&scenicDetail.ticketinfo.length != null && scenicDetail.ticketinfo.length > 0 ? 'mt_1' : 'mt_1 btn_open']" |
|
|
|
class="piao_box" |
|
|
|
class="piao_box" |
|
|
|
> |
|
|
|
> |
|
|
|
<view class="mode_com"> |
|
|
|
<view class="mode_com"> |
|
|
@ -447,11 +447,16 @@ export default { |
|
|
|
if(!that.netType){ |
|
|
|
if(!that.netType){ |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
this.$util.hideLoadingByTime(); |
|
|
|
this.$util.hideLoadingByTime(); |
|
|
|
|
|
|
|
// #ifdef H5 |
|
|
|
const oMeta = document.createElement('meta'); |
|
|
|
const oMeta = document.createElement('meta'); |
|
|
|
oMeta.httpEquiv = "Cache-Control"; |
|
|
|
oMeta.httpEquiv = "Cache-Control"; |
|
|
|
oMeta.content = "no-cache, no-store, must-revalidate" |
|
|
|
oMeta.content = "no-cache, no-store, must-revalidate" |
|
|
|
document.getElementsByTagName('head')[0].appendChild(oMeta); |
|
|
|
document.getElementsByTagName('head')[0].appendChild(oMeta); |
|
|
|
|
|
|
|
// #endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// this.requestLocation(); |
|
|
|
// this.requestLocation(); |
|
|
|
that.$util.saveOperatorLog(that, 'SCENIC', options.guid); |
|
|
|
that.$util.saveOperatorLog(that, 'SCENIC', options.guid); |
|
|
|
//正常进入详情 |
|
|
|
//正常进入详情 |
|
|
@ -496,6 +501,12 @@ export default { |
|
|
|
// setTimeout(function() { |
|
|
|
// setTimeout(function() { |
|
|
|
// uni.hideLoading(); |
|
|
|
// uni.hideLoading(); |
|
|
|
// }, 500); |
|
|
|
// }, 500); |
|
|
|
|
|
|
|
// // #ifdef MP-WEIXIN |
|
|
|
|
|
|
|
// const oMeta = document.createElement('meta'); |
|
|
|
|
|
|
|
// oMeta.httpEquiv = "Cache-Control"; |
|
|
|
|
|
|
|
// oMeta.content = "no-cache, no-store, must-revalidate" |
|
|
|
|
|
|
|
// document.getElementsByTagName('head')[0].appendChild(oMeta); |
|
|
|
|
|
|
|
// // #endif |
|
|
|
}, |
|
|
|
}, |
|
|
|
data() { |
|
|
|
data() { |
|
|
|
return { |
|
|
|
return { |
|
|
@ -619,6 +630,7 @@ export default { |
|
|
|
guid: guid, |
|
|
|
guid: guid, |
|
|
|
userkey: this.$param.userkey |
|
|
|
userkey: this.$param.userkey |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
console.log(data,'0-0-0-0') |
|
|
|
this.$Request.post(this.$config.scenicDetial, data).then(res => { |
|
|
|
this.$Request.post(this.$config.scenicDetial, data).then(res => { |
|
|
|
this.info = res.data; |
|
|
|
this.info = res.data; |
|
|
|
this.tickeTlist = res.data.ticketlist; |
|
|
|
this.tickeTlist = res.data.ticketlist; |
|
|
|