You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

104 lines
4.0 KiB

<template>
<view class="page flex-col" style="margin-bottom: 200rpx;overflow-y: auto;">
<view class="block_1 flex-col"
style="background-image: url(http://118.89.89.96/lanhu/6.png); background-repeat: no-repeat; background-size: 100% 100%;">
<image class="group_1 flex-col" src="http://118.89.89.96/lanhu/7.png" />
</image>
<view class="group_2 flex-col">
<view class="box_1 flex-row justify-between">
<text class="text_1">九号笙活&nbsp;No.9&nbsp;Night&nbsp;life</text>
<view class="image-text_1 flex-col justify-between">
<image class="label_1" referrerpolicy="no-referrer"
src="http://118.89.89.96/lanhu_zhuye1/ps509cdg9zqwinq1owtd7zy9syyikr5bk1p94fdac60-3611-4c44-85de-c9a6ea7098dd.png" />
<text class="text-group_1">分享</text>
</view>
</view>
<view class="box_2 flex-row justify-between">
<view class="text-wrapper_1 flex-col">
<text class="text_2">营业中</text>
</view>
<text class="text_3">营业时间:19:59-05:30</text>
</view>
<image class="image_1" @click="go1"
src="http://118.89.89.96/lanhu_zhuye1/ps7o5jktbhk7vl9wqte3bixrmbii6g06cpe313eb71-f2d8-43b3-b134-e7104de4f8c4.png" />
<view class="image-text_2 flex-row justify-between">
<image class="label_2" referrerpolicy="no-referrer"
src="http://118.89.89.96/lanhu_zhuye1/ps50aro0kmoakynt2s60ho3ade2pushkacbd4b06b0-fb24-4171-b9b0-809e906a4776.png" />
<text class="text-group_2">安徽省合肥市包河区大宁缤购商业中心</text>
</view>
<view class="box_3 flex-row">
<view class="image-text_3 flex-row justify-between">
<image class="label_3" referrerpolicy="no-referrer"
src="http://118.89.89.96/lanhu_zhuye1/psxreqyy5b7l3bo3wo6uyvu6x5l5xmsv0c9936a580-660a-40f9-a818-dba31bb8f743.png" />
<text class="text-group_3">查看导航</text>
</view>
<view class="image-text_4 flex-row justify-between">
<image class="label_4" referrerpolicy="no-referrer"
src="http://118.89.89.96/lanhu_zhuye1/psewr4akzugt8q6xhv9sq2dtipwt4f4ov9e6740a42-c1c6-43ca-9b91-16b2d33bad0a.png" />
<text class="text-group_4">客服电话</text>
</view>
<view class="image-text_5 flex-row justify-between">
<image class="label_5" referrerpolicy="no-referrer"
src="http://118.89.89.96/lanhu_zhuye1/pstlr6i3amcs9rjvmeh46hikh69g5pn60b3a406735-f36b-407e-9ea9-f70a4064c53a.png" />
<text class="text-group_5">联系客服</text>
</view>
</view>
</view>
<view class="group_3 flex-col">
<view class="text-group_6 flex-col justify-between">
<text class="text_4">品牌介绍</text>
<text class="text_5">Brand&nbsp;Introduction</text>
</view>
<text class="text_6" style="font-size:12px;">
在凡客纳伯投资有限公司旗下品牌Club&nbsp;Miracle与夜光Luminous&nbsp;Party.K相继破圈之后凡客纳伯集团全新品牌九号笙活强势入驻合肥打破品牌与客户最后一档防线九号笙活会员店是一家集酒吧餐饮酒水平价超市潮牌为主题的生活体验馆以更多不同的玩乐模式筑造城市娱乐综合平台更深度的与客户捆绑为客户的夜生活提供全方位的选择
</text>
<view class="image-wrapper_1 flex-row">
<image class="image_2" referrerpolicy="no-referrer" :src="item.lanhuimage0"
v-for="(item, index) in loopData0" :key="index" />
</view>
</view>
<!-- 轮播图 -->
<view class="image-wrapper_2 flex-col">
</view>
</view>
</view>
</template>
<script>
export default {
data() {
return {
loopData0: [{
lanhuimage0: 'http://118.89.89.96/lanhu/8.png'
},
{
lanhuimage0: 'http://118.89.89.96/lanhu/8.png'
},
{
lanhuimage0: 'http://118.89.89.96/lanhu/8.png'
}
],
constants: {}
};
},
methods: {
go1() {
console.log(123)
uni.switchTab({
url: '/pages/index/index'
});
}
}
};
</script>
<style lang='css'>
@import '../common/common.css';
@import './assets/style/index.rpx.css';
</style>