图片地址改为线上地址

This commit is contained in:
赵毅 2025-09-03 16:29:52 +08:00
parent f58cec3d0d
commit 82a7e33889
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@
<view class="swiperBox_no1">
<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" />
</swiper>
@ -30,7 +30,7 @@
<view class="swiperBox_no2">
<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" />
</swiper>
</view>

View File

@ -3,7 +3,7 @@
<view class="empty" v-if="communityList.length == 0">
<view class="emptyTitle">绑定房源</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="" />
</view>