图片地址改为线上地址
This commit is contained in:
parent
f58cec3d0d
commit
82a7e33889
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
<view class="swiperBox_no1">
|
<view class="swiperBox_no1">
|
||||||
<swiper @animationfinish="swipers" autoplay circular>
|
<swiper @animationfinish="swipers" autoplay circular>
|
||||||
<image src="http://localhost:8080/community_no_image1.png" mode="aspectFill" class="swiperBox_no_img"
|
<image src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/community_no_image1.png" mode="aspectFill" class="swiperBox_no_img"
|
||||||
@click="addCommunity" />
|
@click="addCommunity" />
|
||||||
</swiper>
|
</swiper>
|
||||||
|
|
||||||
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
<view class="swiperBox_no2">
|
<view class="swiperBox_no2">
|
||||||
<swiper @animationfinish="swipers" autoplay circular>
|
<swiper @animationfinish="swipers" autoplay circular>
|
||||||
<image src="http://localhost:8080/community_no_image2.png" mode="aspectFill" class="swiperBox_no_img"
|
<image src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/community_no_image2.png" mode="aspectFill" class="swiperBox_no_img"
|
||||||
@click="addCommunity" />
|
@click="addCommunity" />
|
||||||
</swiper>
|
</swiper>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
<view class="empty" v-if="communityList.length == 0">
|
<view class="empty" v-if="communityList.length == 0">
|
||||||
<view class="emptyTitle">绑定房源</view>
|
<view class="emptyTitle">绑定房源</view>
|
||||||
<view class="emptyMsg">请绑定房源信息 以便使用其他功能</view>
|
<view class="emptyMsg">请绑定房源信息 以便使用其他功能</view>
|
||||||
<image src="http://localhost:8080/community_no_image3.png"
|
<image src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/community_no_image3.png"
|
||||||
alt="" />
|
alt="" />
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user