|
@ -3,111 +3,11 @@ |
|
|
|
|
|
|
|
|
<navbar/> |
|
|
<navbar/> |
|
|
|
|
|
|
|
|
<view class="search"> |
|
|
|
|
|
|
|
|
|
|
|
<view @click="showSelectArea" class="left-area"> |
|
|
|
|
|
<image src="@/static/image/home/address-icon.png"></image> |
|
|
|
|
|
<view class="area">{{ area }}</view> |
|
|
|
|
|
<image src="@/static/image/home/arrow-icon.png" mode="aspectFit"></image> |
|
|
|
|
|
<view class="parting-line">|</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
<view class="center-area"> |
|
|
|
|
|
<image |
|
|
|
|
|
style="margin-right: 20rpx;" |
|
|
|
|
|
src="@/static/image/home/search-icon.png"></image> |
|
|
|
|
|
<input v-model="queryParams.title" |
|
|
|
|
|
placeholder="桌布租赁" /> |
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
<!-- <view class="right-area"> |
|
|
|
|
|
<view @click="searchAddress" class="search-button"> |
|
|
|
|
|
搜索 |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> --> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<view class="uni-color-btn" |
|
|
|
|
|
@click="$utils.navigateTo('/pages_order/author/editor')"> |
|
|
|
|
|
章节编辑器 |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<view class="swipe"> |
|
|
|
|
|
<uv-swiper |
|
|
|
|
|
:list="bannerList" |
|
|
|
|
|
indicator |
|
|
|
|
|
height="320rpx" |
|
|
|
|
|
keyName="url"></uv-swiper> |
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
<!-- 水洗店 --> |
|
|
|
|
|
<view class="userShop" |
|
|
|
|
|
v-if="userShop"> |
|
|
|
|
|
<view class="list"> |
|
|
|
|
|
<view class="item" |
|
|
|
|
|
v-for="(item, index) in 4" |
|
|
|
|
|
:key="index"> |
|
|
|
|
|
<view class=""> |
|
|
|
|
|
<view class=""> |
|
|
|
|
|
我的客户 |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="num"> |
|
|
|
|
|
{{ 30 }} |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class=""> |
|
|
|
|
|
<image :src="`/static/image/home/${index}.png`" mode=""></image> |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
<!-- 酒店 --> |
|
|
|
|
|
<view class="user" |
|
|
|
|
|
v-else> |
|
|
|
|
|
<uv-notice-bar |
|
|
|
|
|
fontSize="28rpx" |
|
|
|
|
|
:text="text"></uv-notice-bar> |
|
|
|
|
|
|
|
|
|
|
|
<view class="shop"> |
|
|
|
|
|
<image |
|
|
|
|
|
class="image" |
|
|
|
|
|
src="https://img95.699pic.com/photo/50058/1378.jpg_wh860.jpg" |
|
|
|
|
|
mode=""></image> |
|
|
|
|
|
<view class="shopInfo"> |
|
|
|
|
|
<view class="title"> |
|
|
|
|
|
HOUS水洗店 |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="tags"> |
|
|
|
|
|
<view class="tag"> |
|
|
|
|
|
桌布水洗 |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="tag"> |
|
|
|
|
|
桌布租赁 |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="time"> |
|
|
|
|
|
9:00-18:00 |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="address"> |
|
|
|
|
|
长沙市天心区桂花坪街道231号 |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="btns"> |
|
|
|
|
|
<view class="btn" |
|
|
|
|
|
@click="$utils.navigateTo('/pages_order/auth/wxUserInfo')"> |
|
|
|
|
|
我要水洗 |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
<view class="tips"> |
|
|
|
|
|
关联门店:主信门店 |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
<view class="productList"> |
|
|
|
|
|
<productList/> |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
<!-- <selectArea ref="selectArea" @close="closeAreaPro" @select="selectArea"></selectArea> --> |
|
|
|
|
|
|
|
|
|
|
|
<PrivacyAgreementPoup/> |
|
|
<PrivacyAgreementPoup/> |
|
|
|
|
|
|
|
|
<tabber select="home"/> |
|
|
<tabber select="home"/> |
|
|