替换图片路径

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

@@ -13,7 +13,7 @@
<view class="location-area">
<!-- 定位图标 -->
<view class="location-icon">
<image src="http://47.104.199.163:9090/images/home/adress.png" style="height: 100%;width: 100%;"></image>
<image src="https://wuyeadmin.bugtc.com/images/home/adress.png" style="height: 100%;width: 100%;"></image>
</view>
<!-- 小区名称和下拉箭头 -->
<view class="community-selector">
@@ -36,7 +36,7 @@
<up-swiper :list="bannerList" indicator indicatorMode="dot" ></up-swiper>
</view>
<view class="noticeClass" @click="getNoticeMore">
<image src="http://47.104.199.163:9090/images/home/notice.png" style="width: 38px;height: 38px;position: absolute;top: 21px;left: 17px;"></image>
<image src="https://wuyeadmin.bugtc.com/images/home/notice.png" style="width: 38px;height: 38px;position: absolute;top: 12px;left: 17px;"></image>
<view class="col-line"></view>
<uni-notice-bar show-icon :text="noticeText" type="line"
:showIcon="false" show-get-more scrollable color="#000" background-color="#fff" moreColor="#000">
@@ -49,7 +49,7 @@
<up-col span="3">
<view class="demo-layout bg-purple openClass" @click="openDoorClick">
<view class="iconClass">
<image src="http://47.104.199.163:9090/images/home/openDoor.png" class="iconClass-img"></image>
<image src="https://wuyeadmin.bugtc.com/images/home/openDoor.png" class="iconClass-img"></image>
</view>
<view class="title-dome-calss">一键开门</view>
</view>
@@ -57,7 +57,7 @@
<up-col span="3">
<view class="demo-layout bg-purple-light openClass" @click="payMentClick">
<view class="iconClass">
<image src="http://47.104.199.163:9090/images/home/lifePay.png" class="iconClass-img"></image>
<image src="https://wuyeadmin.bugtc.com/images/home/lifePay.png" class="iconClass-img"></image>
</view>
<view class="title-dome-calss">生活缴费</view>
</view>
@@ -65,7 +65,7 @@
<up-col span="3">
<view class="demo-layout bg-purple openClass" @click="onlineRepairClick">
<view class="iconClass">
<image src="http://47.104.199.163:9090/images/home/repair.png" class="iconClass-img"></image>
<image src="https://wuyeadmin.bugtc.com/images/home/repair.png" class="iconClass-img"></image>
</view>
<view class="title-dome-calss">在线报修</view>
</view>
@@ -73,7 +73,7 @@
<up-col span="3">
<view class="demo-layout bg-purple-light openClass" @click="visitorClick">
<view class="iconClass">
<image src="http://47.104.199.163:9090/images/home/visitorInvite.png" class="iconClass-img"></image>
<image src="https://wuyeadmin.bugtc.com/images/home/visitorInvite.png" class="iconClass-img"></image>
</view>
<view class="title-dome-calss">访客邀请</view>
</view>
@@ -87,7 +87,7 @@
<up-row justify="space-between" customStyle="margin-bottom: 10px">
<up-col span="3">
<view class="demo-layout bg-purple iconRightClass">
<image src="http://47.104.199.163:9090/images/home/ad1.png" mode="" style="width: 100%;height: 100%;"></image>
<image src="https://wuyeadmin.bugtc.com/images/home/ad1.png" mode="" style="width: 100%;height: 100%;"></image>
</view>
</up-col>
<up-col span="8">
@@ -350,15 +350,15 @@ const getNewActivityList = async() =>{
}else{
activityList.value = []
uni.showToast({
title: err.msg,
title: res.msg,
icon: 'error',
duration: 1000
})
}
}catch{
}catch (err){
uni.showToast({
title: err.msg,
title: err.msg || '网络异常',
icon: 'error',
duration: 1000
})
@@ -395,7 +395,7 @@ const moreClick = () =>{
background-color: #f9f9f9;
padding-bottom: 100rpx;
box-sizing: border-box; /* 保证padding不会撑大容器 */
min-height: 110vh;
min-height: 100vh;
overflow-y: auto;
.nar-top{
height: 400rpx;
@@ -464,12 +464,22 @@ const moreClick = () =>{
top: 112px;
left: 0;
padding: 20rpx 40rpx;
height: 300rpx;
::v-deep .u-swiper{
height: 300rpx !important;
}
::v-deep .u-swiper__wrapper{
height: 300rpx !important;
}
::v-deep .u-swiper__wrapper__item__wrapper__image{
height: 300rpx !important;
}
}
.noticeClass{
position: relative;
top: 184rpx;
left: 0;
padding: 40rpx 36rpx;
padding: 20rpx 36rpx 40rpx;
}
// 修改通知栏样式
::v-deep .uni-noticebar__content-wrapper--scrollable{