邓洁:删除首页及地图上方搜索框
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
<template>
|
||||
<view>
|
||||
<view class="search-box">
|
||||
<!-- <view class="search-box">
|
||||
<view class="search-box-input">
|
||||
<u-input placeholder="热门店铺" placeholder-style="color: #888888" prefixIcon="search"
|
||||
prefixIconStyle="font-size: 24px;color: #888888;" border="true">
|
||||
</u-input>
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="content">
|
||||
<map id="map" @markertap="markerClick" :markers="marker" :show-location="true" :latitude="lat"
|
||||
:longitude="lng"></map>
|
||||
<map id="map" @markertap="markerClick" :markers="marker" :show-location="true" :latitude="lat" :longitude="lng"
|
||||
:show-scale="true"></map>
|
||||
</view>
|
||||
<view class="down-shop">
|
||||
<!-- <view class="down-shop">
|
||||
<ShowShopListItem :shopInfo="shopList" :is-adshow="true" :show-style="0"></ShowShopListItem>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user