替换图片路径

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

@@ -8,7 +8,7 @@
<view class="input-item"> <view class="input-item">
<view class="input-icon"> <view class="input-icon">
<!-- <uni-icons type="phone" size="24" color="#999"></uni-icons> --> <!-- <uni-icons type="phone" size="24" color="#999"></uni-icons> -->
<image src="http://47.104.199.163:9090/images/login/phone.png" mode="" style="height: 100%;width: 100%;"></image> <image src="https://wuyeadmin.bugtc.com/images/login/phone.png" mode="" style="height: 100%;width: 100%;"></image>
</view> </view>
<uni-easyinput class="input-content" type="number" v-model="phoneNumber" <uni-easyinput class="input-content" type="number" v-model="phoneNumber"
placeholder="请输入手机号" :inputBorder="false" maxlength="11" :placeholderStyle="placeholderStyle"> placeholder="请输入手机号" :inputBorder="false" maxlength="11" :placeholderStyle="placeholderStyle">
@@ -26,7 +26,7 @@
<!-- 验证码输入框 + 获取验证码按钮 --> <!-- 验证码输入框 + 获取验证码按钮 -->
<view class="input-item verify-item"> <view class="input-item verify-item">
<view class="input-icon"> <view class="input-icon">
<image src="http://47.104.199.163:9090/images/login/code.png" mode="" style="height: 100%;width: 100%;"></image> <image src="https://wuyeadmin.bugtc.com/images/login/code.png" mode="" style="height: 100%;width: 100%;"></image>
</view> </view>
<uni-easyinput class="input-content verify-input" type="number" v-model="verifyCode" <uni-easyinput class="input-content verify-input" type="number" v-model="verifyCode"
placeholder="请输入验证码" :inputBorder="false" maxlength="6" :placeholderStyle="placeholderStyle"> placeholder="请输入验证码" :inputBorder="false" maxlength="6" :placeholderStyle="placeholderStyle">

View File

@@ -8,7 +8,7 @@
<view class="input-item"> <view class="input-item">
<view class="input-icon"> <view class="input-icon">
<!-- <uni-icons type="phone" size="24" color="#999"></uni-icons> --> <!-- <uni-icons type="phone" size="24" color="#999"></uni-icons> -->
<image src="http://47.104.199.163:9090/images/login/phone.png" mode="" style="height: 100%;width: 100%;"></image> <image src="https://wuyeadmin.bugtc.com/images/login/phone.png" mode="" style="height: 100%;width: 100%;"></image>
</view> </view>
<uni-easyinput class="input-content" type="text" v-model="phoneNumber" <uni-easyinput class="input-content" type="text" v-model="phoneNumber"
placeholder="请输入帐号" :inputBorder="false" :placeholderStyle="placeholderStyle"> placeholder="请输入帐号" :inputBorder="false" :placeholderStyle="placeholderStyle">
@@ -19,7 +19,7 @@
<view class="input-item"> <view class="input-item">
<view class="input-icon"> <view class="input-icon">
<!-- <uni-icons type="locked" size="24" color="#999"></uni-icons> --> <!-- <uni-icons type="locked" size="24" color="#999"></uni-icons> -->
<image src="http://47.104.199.163:9090/images/login/password.png" mode="" style="height: 100%;width: 100%;"></image> <image src="https://wuyeadmin.bugtc.com/images/login/password.png" mode="" style="height: 100%;width: 100%;"></image>
</view> </view>
<uni-easyinput class="input-content" type="password" v-model="password" <uni-easyinput class="input-content" type="password" v-model="password"
placeholder="请输入密码" :inputBorder="false" :placeholderStyle="placeholderStyle"> placeholder="请输入密码" :inputBorder="false" :placeholderStyle="placeholderStyle">

View File

@@ -13,7 +13,7 @@
<!-- 手机号输入框 --> <!-- 手机号输入框 -->
<view class="input-item"> <view class="input-item">
<view class="input-icon"> <view class="input-icon">
<image src="http://47.104.199.163:9090/images/login/phone.png" mode="" <image src="https://wuyeadmin.bugtc.com/images/login/phone.png" mode=""
style="height: 100%;width: 100%;"></image> style="height: 100%;width: 100%;"></image>
</view> </view>
<uni-easyinput class="input-content" type="number" v-model="phoneNumber" placeholder="请输入手机号" <uni-easyinput class="input-content" type="number" v-model="phoneNumber" placeholder="请输入手机号"
@@ -24,7 +24,7 @@
<!-- 验证码输入 + 获取验证码按钮 --> <!-- 验证码输入 + 获取验证码按钮 -->
<view class="input-item verify-item"> <view class="input-item verify-item">
<view class="input-icon"> <view class="input-icon">
<image src="http://47.104.199.163:9090/images/login/code.png" mode="" style="height: 100%;width: 100%;"> <image src="https://wuyeadmin.bugtc.com/images/login/code.png" mode="" style="height: 100%;width: 100%;">
</image> </image>
<!-- <uni-icons type="locked" size="24" color="#999"></uni-icons> --> <!-- <uni-icons type="locked" size="24" color="#999"></uni-icons> -->
</view> </view>
@@ -40,7 +40,7 @@
<!-- 账号输入框 --> <!-- 账号输入框 -->
<view class="input-item"> <view class="input-item">
<view class="input-icon"> <view class="input-icon">
<image src="http://47.104.199.163:9090/images/login/account.png" mode="" <image src="https://wuyeadmin.bugtc.com/images/login/account.png" mode=""
style="height: 100%;width: 100%;"></image> style="height: 100%;width: 100%;"></image>
<!-- <uni-icons type="person" size="24" color="#999"></uni-icons> --> <!-- <uni-icons type="person" size="24" color="#999"></uni-icons> -->
</view> </view>
@@ -53,7 +53,7 @@
<!-- 密码输入框 --> <!-- 密码输入框 -->
<view class="input-item"> <view class="input-item">
<view class="input-icon"> <view class="input-icon">
<image src="http://47.104.199.163:9090/images/login/password.png" mode="" <image src="https://wuyeadmin.bugtc.com/images/login/password.png" mode=""
style="height: 100%;width: 100%;"></image> style="height: 100%;width: 100%;"></image>
<!-- <uni-icons type="locked" size="24" color="#999"></uni-icons> --> <!-- <uni-icons type="locked" size="24" color="#999"></uni-icons> -->
</view> </view>

View File

@@ -23,8 +23,8 @@
{{noticeDetail.noticeContent}} {{noticeDetail.noticeContent}}
</view> </view>
<view class="articleimg"> <view class="articleimg">
<image src="http://47.104.199.163:9090/images/home/notice-1.png" mode="" style="width: 100%;height: 100%;border-radius: 20rpx;"></image> <image src="https://wuyeadmin.bugtc.com/images/home/notice-1.png" mode="" style="width: 100%;height: 100%;border-radius: 20rpx;"></image>
<image src="http://47.104.199.163:9090/images/home/notice-2.png" mode="" style="width: 100%;height: 100%;border-radius: 20rpx;"></image> <image src="https://wuyeadmin.bugtc.com/images/home/notice-2.png" mode="" style="width: 100%;height: 100%;border-radius: 20rpx;"></image>
</view> </view>
</view> </view>

View File

@@ -7,7 +7,7 @@
<uni-nav-bar left-icon="left" title="远程开门" backgroundColor ="none" :border="false" @clickLeft="narBack" /> <uni-nav-bar left-icon="left" title="远程开门" backgroundColor ="none" :border="false" @clickLeft="narBack" />
</view> </view>
<view class="top-img"> <view class="top-img">
<image src="http://47.104.199.163:9090/images/openDoor/remoteOpen.png" mode="" style="width: 100%;height: 100%;"></image> <image src="https://wuyeadmin.bugtc.com/images/openDoor/remoteOpen.png" mode="" style="width: 100%;height: 100%;"></image>
</view> </view>
<!-- 提示文案 --> <!-- 提示文案 -->

View File

@@ -35,7 +35,7 @@
@tap="selectCommunity(item)" @tap="selectCommunity(item)"
> >
<view class="community-item-left"> <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"> <view class="community-info">
<text class="community-name">{{ item.villageName }}</text> <text class="community-name">{{ item.villageName }}</text>
</view> </view>

View File

@@ -4,7 +4,7 @@
<!-- 顶部导航栏 --> <!-- 顶部导航栏 -->
<view class="nav-bar"> <view class="nav-bar">
<view class="nav-left" @tap="goBack"> <view class="nav-left" @tap="goBack">
<image src="http://47.104.199.163:9090/images/home/arr-left.png" style="width: 18px; height: 18px;"></image> <image src="https://wuyeadmin.bugtc.com/images/home/arr-left.png" style="width: 18px; height: 18px;"></image>
</view> </view>
<view class="nav-title">在线报修</view> <view class="nav-title">在线报修</view>
<view class="nav-right"></view> <view class="nav-right"></view>
@@ -20,7 +20,7 @@
@click="publicClick" @click="publicClick"
style="margin-right: 20rpx;" style="margin-right: 20rpx;"
> >
<image src="http://47.104.199.163:9090/images/repair/publicRepair.png" style="width: 100%;height: 100%;"></image> <image src="https://wuyeadmin.bugtc.com/images/repair/publicRepair.png" style="width: 100%;height: 100%;"></image>
<!-- <uni-icons type="staff" size="24" color="#fff"></uni-icons> --> <!-- <uni-icons type="staff" size="24" color="#fff"></uni-icons> -->
<!-- <text class="type-text">公共报修</text> --> <!-- <text class="type-text">公共报修</text> -->
</view> </view>
@@ -29,7 +29,7 @@
:class="{ active: activeType === 'personal' }" :class="{ active: activeType === 'personal' }"
@click="personalClick" @click="personalClick"
> >
<image src="http://47.104.199.163:9090/images/repair/personalRepair.png" style="width: 100%;height: 100%;"></image> <image src="https://wuyeadmin.bugtc.com/images/repair/personalRepair.png" style="width: 100%;height: 100%;"></image>
<!-- <uni-icons type="person" size="24" color="#fff"></uni-icons> --> <!-- <uni-icons type="person" size="24" color="#fff"></uni-icons> -->
<!-- <text class="type-text">个人报修</text> --> <!-- <text class="type-text">个人报修</text> -->
</view> </view>

View File

@@ -56,7 +56,7 @@
<!-- 已上传图片 --> <!-- 已上传图片 -->
<view class="upload-item" v-for="(img, index) in form.images" :key="index"> <view class="upload-item" v-for="(img, index) in form.images" :key="index">
<image :src="img" mode="aspectFill" class="upload-img" @click="previewImage(img)"></image> <image :src="img" mode="aspectFill" class="upload-img" @click="previewImage(img)"></image>
<image src="http://47.104.199.163:9090/images/imgs/delete.png" class="upload-delete" @click="deleteImage(index)"></image> <image src="https://wuyeadmin.bugtc.com/images/imgs/delete.png" class="upload-delete" @click="deleteImage(index)"></image>
</view> </view>
<!-- 上传按钮 --> <!-- 上传按钮 -->
<view class="upload-btn" @click="chooseImage" v-if="form.images.length < 3"> <view class="upload-btn" @click="chooseImage" v-if="form.images.length < 3">

View File

@@ -39,7 +39,7 @@
<!-- 已上传图片 --> <!-- 已上传图片 -->
<view class="upload-item" v-for="(img, index) in form.images" :key="index"> <view class="upload-item" v-for="(img, index) in form.images" :key="index">
<image :src="img" mode="aspectFill" class="upload-img"></image> <image :src="img" mode="aspectFill" class="upload-img"></image>
<image src="http://47.104.199.163:9090/images/imgs/delete.png" class="upload-delete" @click="deleteImage(index)"></image> <image src="https://wuyeadmin.bugtc.com/images/imgs/delete.png" class="upload-delete" @click="deleteImage(index)"></image>
<!-- <uni-icons type="close" size="16" @click="deleteImage(index)"></uni-icons> --> <!-- <uni-icons type="close" size="16" @click="deleteImage(index)"></uni-icons> -->
</view> </view>
<!-- 上传按钮 --> <!-- 上传按钮 -->

View File

@@ -9,7 +9,7 @@
v-for="item in houseList" v-for="item in houseList"
:key="item.id" :key="item.id"
> >
<image src="http://47.104.199.163:9090/images/repair/house.png" style="width: 48rpx;height: 48rpx;"></image> <image src="https://wuyeadmin.bugtc.com/images/repair/house.png" style="width: 48rpx;height: 48rpx;"></image>
<view class="house-name"> <view class="house-name">
{{ item.villageName }} {{ item.villageName }}
<view class="house-detail">{{item.unitNo}}-{{item.floorNo}}-{{item.houseNo}}</view> <view class="house-detail">{{item.unitNo}}-{{item.floorNo}}-{{item.houseNo}}</view>

View File

@@ -4,7 +4,7 @@
<!-- 顶部导航栏 --> <!-- 顶部导航栏 -->
<view class="nav-bar"> <view class="nav-bar">
<view class="nav-left" @tap="goBack"> <view class="nav-left" @tap="goBack">
<image src="http://47.104.199.163:9090/images/home/arr-left.png" style="width: 18px; height: 18px;"></image> <image src="https://wuyeadmin.bugtc.com/images/home/arr-left.png" style="width: 18px; height: 18px;"></image>
</view> </view>
<view class="nav-title">访客邀请</view> <view class="nav-title">访客邀请</view>
<view class="nav-right"></view> <view class="nav-right"></view>

View File

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

View File

@@ -14,7 +14,7 @@
<swiper-item> <swiper-item>
<view class="guide-item"> <view class="guide-item">
<view class="guide-img"> <view class="guide-img">
<image src="http://47.104.199.163:9090/images/guide1.png" style="width: 100%;height: 100%;"></image> <image src="https://wuyeadmin.bugtc.com/images/guide1.png" style="width: 100%;height: 100%;"></image>
</view> </view>
<view style="height: 200rpx;width: 100%;"></view> <view style="height: 200rpx;width: 100%;"></view>
<view class="guide-title">便捷服务</view> <view class="guide-title">便捷服务</view>
@@ -26,7 +26,7 @@
<swiper-item> <swiper-item>
<view class="guide-item"> <view class="guide-item">
<view class="guide-img"> <view class="guide-img">
<image src="http://47.104.199.163:9090/images/guide2.png" style="width: 100%;height: 100%;"></image> <image src="https://wuyeadmin.bugtc.com/images/guide2.png" style="width: 100%;height: 100%;"></image>
</view> </view>
<view style="height: 200rpx;width: 100%;"></view> <view style="height: 200rpx;width: 100%;"></view>
<view class="guide-title">高效管理</view> <view class="guide-title">高效管理</view>
@@ -38,7 +38,7 @@
<swiper-item> <swiper-item>
<view class="guide-item"> <view class="guide-item">
<view class="guide-img"> <view class="guide-img">
<image src="http://47.104.199.163:9090/images/guide3.png" style="width: 100%;height: 100%;"></image> <image src="https://wuyeadmin.bugtc.com/images/guide3.png" style="width: 100%;height: 100%;"></image>
</view> </view>
<view style="height: 200rpx;width: 100%;"></view> <view style="height: 200rpx;width: 100%;"></view>
<view class="guide-title">安全保障</view> <view class="guide-title">安全保障</view>