|
|
|
@ -36,15 +36,15 @@ |
|
|
|
|
<view class="mode_com mt_1"> |
|
|
|
|
<view class="inx_ht_warp dly_flex tol_2_warp sec_tol"> |
|
|
|
|
<view class="sec_tol_unit" @tap="qierlingurl(info.url_720)"> |
|
|
|
|
<image class="sec_tol_pic" src="https://www.lbgjtoa.com/upload/appImg/icon-left.jpg" mode="scaleToFill"></image> |
|
|
|
|
<view class="gjz_box"> |
|
|
|
|
<image class="sec_tol_pic" src="https://www.lbgjtoa.com/appImg/icon-left.jpg" mode="scaleToFill"></image> |
|
|
|
|
<view class="gjz_box"> |
|
|
|
|
<text class="ht_text">720全景</text> |
|
|
|
|
<view class="hn_text">全方位观览</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="sec_tol_unit" @click="wisdomGuide()"> |
|
|
|
|
<image class="sec_tol_pic" src="https://www.lbgjtoa.com/upload/appImg/icon-right.jpg" mode="scaleToFill"></image> |
|
|
|
|
<view class="gjz_box"> |
|
|
|
|
<image class="sec_tol_pic" src="https://www.lbgjtoa.com/appImg/icon-right.jpg" mode="scaleToFill"></image> |
|
|
|
|
<view class="gjz_box"> |
|
|
|
|
<text class="ht_text">智慧导览</text> |
|
|
|
|
<view class="hn_text">智能导航景区</view> |
|
|
|
|
</view> |
|
|
|
@ -114,7 +114,7 @@ |
|
|
|
|
<text class="cot_adr">免费</text> |
|
|
|
|
</view> |
|
|
|
|
<view class="secdt_adr dly_flex"> |
|
|
|
|
<image class="adr_pic" src="../../../static/images/icon_max.png"></image> |
|
|
|
|
<image class="adr_pic" src="../../../static/images/icon_max.png"></image> |
|
|
|
|
<text class="w_adr">最大承载量</text> |
|
|
|
|
<text class="cot_adr">1000人</text> |
|
|
|
|
</view> |
|
|
|
@ -194,9 +194,9 @@ |
|
|
|
|
<!-- 评论 --> |
|
|
|
|
|
|
|
|
|
<!-- 联系我们 弹框 --> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 服务保障 弹框 --> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 购买须知 弹框 --> |
|
|
|
|
</view> |
|
|
|
|
</template> |
|
|
|
@ -398,6 +398,7 @@ export default { |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
getScDetail: function (guid) { |
|
|
|
|
let this_ = this |
|
|
|
|
var data = { |
|
|
|
|
guid: guid, |
|
|
|
|
userkey: this.$param.userkey |
|
|
|
@ -414,19 +415,19 @@ export default { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
this.pic_list = pic_list; |
|
|
|
|
if (res.data.controlInfo.cyjcScenicUuid != '' && res.data.controlInfo.cyjcScenicUuid != null) { |
|
|
|
|
//this.comment(res.data.controlInfo.cyjcScenicUuid); |
|
|
|
|
if (res.data.controlInfo.isPeopleFlow == 'YES') { |
|
|
|
|
this.isShowFlow = true; |
|
|
|
|
this.getScenicVolume(res.data.controlInfo.cyjcScenicUuid); |
|
|
|
|
} |
|
|
|
|
} else { |
|
|
|
|
this.isShow = false; |
|
|
|
|
} |
|
|
|
|
// if (res.data.controlInfo.cyjcScenicUuid != '' && res.data.controlInfo.cyjcScenicUuid != null) { |
|
|
|
|
// //this.comment(res.data.controlInfo.cyjcScenicUuid); |
|
|
|
|
// if (res.data.controlInfo.isPeopleFlow == 'YES') { |
|
|
|
|
// this.isShowFlow = true; |
|
|
|
|
// this.getScenicVolume(res.data.controlInfo.cyjcScenicUuid); |
|
|
|
|
// } |
|
|
|
|
// } else { |
|
|
|
|
// this.isShow = false; |
|
|
|
|
// } |
|
|
|
|
this.getDuration(this.info.soundpath, res.data.sfunc); |
|
|
|
|
// this.getWeather(res.data.region); |
|
|
|
|
// this.getMethod(res.data.region); |
|
|
|
|
this.getMethodList(); |
|
|
|
|
this_.getMethodList(); |
|
|
|
|
uni.hideLoading(); |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
@ -642,7 +643,7 @@ export default { |
|
|
|
|
//Android.gotoDetial("SCENIC", guid + ""); |
|
|
|
|
debugger |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '/pages/amusement/amusementdetail/amusementdetail?guid=' + guid |
|
|
|
|
url: '/pages/amusement/amusementdetail/amusementdetail?guid=' + guid |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
play: function (soundpath) { |
|
|
|
|