替换图片路径

This commit is contained in:
zhouyanli
2026-05-14 16:10:56 +08:00
parent 6341c08703
commit 8ee170f78b
13 changed files with 45 additions and 35 deletions

View File

@@ -35,7 +35,7 @@
@tap="selectCommunity(item)"
>
<view class="community-item-left">
<image src="http://47.104.199.163:9090/images/home/community.png" style="width: 60rpx;height: 60rpx;"></image>
<image src="https://wuyeadmin.bugtc.com/images/home/community.png" style="width: 60rpx;height: 60rpx;"></image>
<view class="community-info">
<text class="community-name">{{ item.villageName }}</text>
</view>