|
|
@@ -11,21 +11,6 @@
|
|
|
<u-icon name="search" class="search" @click="search"></u-icon>
|
|
|
<input type="text" v-model="data.search" placeholder="请输入基地名称" @input="searchinput" />
|
|
|
</view>
|
|
|
-<<<<<<< HEAD
|
|
|
- <view class="bases_list_text">
|
|
|
- <p><span style="margin-right: 30rpx;">{{items.base_name}}</span><span>{{items.base_area}}㎡</span></p>
|
|
|
- <p style="font-size: 24rpx;">联系人:{{items.base_charge}}</p>
|
|
|
- <p style="font-size: 24rpx;">联系电话:{{items.base_phone}}</p>
|
|
|
- <p style="font-size: 24rpx;">地址:{{items.base_name}}</p>
|
|
|
- </view>
|
|
|
- <u-icon name="more-dot-fill" class="bases_list_xiangqing" @click.native.stop="XQclick(items)"></u-icon>
|
|
|
- <view class="photoshow">
|
|
|
- <image src="../../static/image/fourMoodBase/cbd.png" mode=""></image>
|
|
|
- <image src="../../static/image/fourMoodBase/scd.png" mode=""></image>
|
|
|
- <image src="../../static/image/fourMoodBase/qxz.png" mode=""></image>
|
|
|
- <view class="photoshow_num">
|
|
|
- 6+
|
|
|
-=======
|
|
|
</view>
|
|
|
<view class="bases">
|
|
|
<view class="bases_list" v-for="(items,index) in baselist" :key="index" @click="details(items.id)">
|
|
|
@@ -43,13 +28,12 @@
|
|
|
</view>
|
|
|
<u-icon name="more-dot-fill" class="bases_list_xiangqing" @click.native.stop="XQclick(items)"></u-icon>
|
|
|
<view class="photoshow">
|
|
|
- <image src="../../static/image/fourMoodBase/测报灯.png" mode=""></image>
|
|
|
- <image src="../../static/image/fourMoodBase/杀虫灯.png" mode=""></image>
|
|
|
- <image src="../../static/image/fourMoodBase/环境监测.png" mode=""></image>
|
|
|
+ <image src="../../static/image/fourMoodBase/cbd.png" mode=""></image>
|
|
|
+ <image src="../../static/image/fourMoodBase/scd.png" mode=""></image>
|
|
|
+ <image src="../../static/image/fourMoodBase/qxz.png" mode=""></image>
|
|
|
<view class="photoshow_num">
|
|
|
{{items.num}}+
|
|
|
</view>
|
|
|
->>>>>>> 1c31f0ba3e58f06f275858f2857f9f7f3e3fafc8
|
|
|
</view>
|
|
|
</view>
|
|
|
<u-action-sheet :list="actionSheetList" v-model="post_show" @click="message"></u-action-sheet>
|