|
|
@@ -25,12 +25,13 @@
|
|
|
</view> -->
|
|
|
</view>
|
|
|
<view class="item-list">
|
|
|
- <!-- <view class="item-list-one" @click="navigateToVr">
|
|
|
- <image src="../../static/images/vr.png" class="img-btn"></image>
|
|
|
- <text class="list-txt">VR全景</text>
|
|
|
- </view> -->
|
|
|
+ <view class="item-list-one" @click="navigateToJiu">
|
|
|
+ <image src="../../static/images/yudingjiudian.png" class="img-btn"></image>
|
|
|
+ <text class="list-txt">酒店预定</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
+
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
@@ -68,6 +69,21 @@ export default {
|
|
|
let gwUrl = "https://www.720pai.net/tour/dfecea34bfc84088";
|
|
|
window.location.href = gwUrl;
|
|
|
},
|
|
|
+ //酒店跳转
|
|
|
+ navigateToJiu(){
|
|
|
+ //订房系统维护中,请稍后再试
|
|
|
+ wx.showModal({
|
|
|
+ title: '提示',
|
|
|
+ content: '订房系统维护中,请稍后再试',
|
|
|
+ success(res) {
|
|
|
+ if (res.confirm) {
|
|
|
+ } else if (res.cancel) {
|
|
|
+ }
|
|
|
+ }
|
|
|
+ });
|
|
|
+ // let gwUrl = "https://chtech.ncjti.edu.cn/hotelReservation/dist/";
|
|
|
+ // window.location.href = gwUrl;
|
|
|
+ }
|
|
|
},
|
|
|
};
|
|
|
</script>
|