|
|
@@ -77,6 +77,7 @@
|
|
|
<el-form-item label="多图上传">
|
|
|
<ul class="imgs">
|
|
|
<li v-for="(item,index) in form.imgs" :key='index'>
|
|
|
+ <i class="el-icon-delete" @click="form.imgs.splice(index,1)"></i>
|
|
|
<img width="100%" :src="item" alt="">
|
|
|
</li>
|
|
|
<li class="up_img">
|
|
|
@@ -92,7 +93,7 @@
|
|
|
</baidu-map> -->
|
|
|
<el-input style="width:100%" v-model="keyword" placeholder="请输入关键词搜索"></el-input>
|
|
|
<p>点击地图添加标记 当前标记地址:{{form.address}}</p>
|
|
|
- <baidu-map @click="getClickInfo" @ready="onBaiduMapReady" class="map bm-view" :center="point.lng||point.lat?point:'成都'" :zoom="15" :scroll-wheel-zoom="true">
|
|
|
+ <baidu-map @click="getClickInfo" @ready="onBaiduMapReady" class="map bm-view" :center="point.lng||point.lat?point:'巴中'" :zoom="15" :scroll-wheel-zoom="true">
|
|
|
<bm-view style="width: 100%; height:300px;"></bm-view>
|
|
|
<bm-marker :position="point" :dragging="true" animation="BMAP_ANIMATION_BOUNCE">
|
|
|
</bm-marker>
|