2024-12-10 10:35:22 +00:00
|
|
|
<view>
|
|
|
|
<view style="width:100%;margin-top:20rpx">
|
|
|
|
<view class="search-line">
|
|
|
|
<ant-input
|
|
|
|
placeholder="请输入内容"
|
|
|
|
onChange="onChange"
|
|
|
|
className="search-bar"
|
|
|
|
focusClassName="search-bar-focus"
|
|
|
|
confirmType="search"
|
|
|
|
allowClear
|
|
|
|
focus
|
|
|
|
onConfirm="onConfirm"
|
|
|
|
>
|
|
|
|
<ant-icon
|
|
|
|
slot="prefix"
|
|
|
|
type="SearchOutline"
|
|
|
|
></ant-icon>
|
|
|
|
<ant-icon
|
|
|
|
slot="suffix"
|
|
|
|
type="AudioOutline"
|
|
|
|
></ant-icon>
|
|
|
|
</ant-input>
|
|
|
|
<view class="cancel">
|
|
|
|
<image mode="scaleToFill" class="image1" src="../image/dingwei.png" />
|
|
|
|
<text style="margin-left:8rpx">{{selectedCity}}</text>
|
2024-11-10 07:01:22 +00:00
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
2024-12-17 11:46:10 +00:00
|
|
|
</view>
|
2024-12-10 10:35:22 +00:00
|
|
|
<!-- 店铺界面 -->
|
2024-12-17 11:46:10 +00:00
|
|
|
<view style="width:100%">
|
2024-12-10 10:35:22 +00:00
|
|
|
<view class="box2" >
|
2024-12-17 11:46:10 +00:00
|
|
|
<view class="kuang" a:for="{{ xuanran }}" a:key="{{index}}" data-num="{{item}}" onTap="dianpu">
|
|
|
|
<image class="image" mode="scaleToFill" src="{{item.businessAvatar}}" />
|
2024-12-10 10:35:22 +00:00
|
|
|
<view class="wenzi">
|
2024-12-17 11:46:10 +00:00
|
|
|
<text class="text">{{item.businessName}}</text>
|
|
|
|
<view style="width:120px;position:relative;top:40rpx;right:10rpx">
|
|
|
|
<text class="statues">{{item.businessImages}}</text>
|
|
|
|
<text class="dingwei" style="color: #4095e5;border:1px solid #4095e5;font-size: 12px;">{{item.startBusiness}}营业</text>
|
|
|
|
</view>
|
|
|
|
<view style="width:150px">
|
|
|
|
<text class="dingwei" style="width:150rpx;top:50rpx;width:200rpx;height:100rpx;font-size:12px;color: #9b9b9b;">{{item.address}}</text>
|
2024-12-10 10:35:22 +00:00
|
|
|
</view>
|
2024-11-10 07:01:22 +00:00
|
|
|
</view>
|
2024-12-17 11:46:10 +00:00
|
|
|
<view class="box4">
|
|
|
|
<text style="font-size:13px;color:#4095e5" a:if="{{ item.storeStatus===1 }}">可上门</text>
|
|
|
|
<text style="font-size:13px;color:#4095e5" a:if="{{ item.storeStatus===0 }}">已休息</text>
|
|
|
|
</view>
|
2024-11-10 07:01:22 +00:00
|
|
|
</view>
|
|
|
|
</view>
|
2024-12-10 10:35:22 +00:00
|
|
|
</view>
|