This commit is contained in:
wangweidong 2026-02-25 14:57:04 +08:00
parent ea263e58df
commit 70a481b0c9
16 changed files with 155 additions and 144 deletions

View File

@ -35,7 +35,7 @@
</view>
<view class="slider-bar">
<view class="slider-bar-font">向右动滑块填充拼图</view>
<view class="slider-bar-font">向右动滑块填充拼图</view>
<view
class="slider-button"
ref="btn"

View File

@ -10,19 +10,22 @@
</view>
</view>
<view :style="{height:`${uni.getStorageSync('moveHeight') + 40}px`}"></view>
<view class="contentred" v-if="code>0">
<view class="content-img" style="display: flex;align-items: center;justify-content: flex-end;color: red;" >
<text v-if="alldata.status==1" >待审核</text>
<text v-if="alldata.status==3&&code==0">审核驳回</text>
<text v-if="alldata.status==2&&code==0" style="color: #0089FE;">审核通过</text>
<view class="small-blue" @click="changeMessage" v-if="(alldata.orgStatus != '3' && alldata.orgStatus != '4') && (alldata.optType == 'rz' || (alldata.optType == 'bg' && (alldata.status == '2' || alldata.status == '3' )))">
编辑
</view>
</view>
<view class="contentred-bgc" v-if="alldata.status==`3`">
驳回原因{{contentred}}
</view>
<view style="width: 638rpx;
min-height: 80rpx;
border-radius: 10rpx;
display: flex;
justify-content: space-between;
margin: 30rpx auto 0;
padding:20rpx;
background: RGBA(255, 240, 240, 1);
border: 1px solid RGBA(247, 175, 174, 1);"
v-if="alldata.status==3 && dexcard==0">
<view style="width: 35rpx;height: 35rpx;border-radius: 50%;background: RGBA(237, 72, 69, 1);color: #fff;text-align: center;line-height: 35rpx;margin-right: 10rpx;">i</view>
<text style="color: rgba(102, 102, 102, 1); width: 70%;word-break: break-all;">
驳回原因{{contentred}}
</text>
<text style=" color:rgba(237, 72, 69, 1);white-space: nowrap;">审核驳回</text>
</view>
<template>
@ -31,7 +34,10 @@
<view class="content-title" :style="special?{height: `100rpx`}:{height: `140rpx`}" style="position: relative;margin-bottom: 20rpx;z-index: 999;">
<view class="shu"></view>
<view class="content-weight">身份证</view>
<image class="shu-img" :src="!special? `https://www.focusnu.com/media/directive/index/${statusarray[statesTarget-1]}.png`:``" />
<view class="small-blue" @click="changeMessage" v-if="(alldata.orgStatus != '3' && alldata.orgStatus != '4') && (alldata.optType == 'rz' || (alldata.optType == 'bg' && (alldata.status == '2' || alldata.status == '3' )))&&code==1">
编辑
</view>
<image class="shu-img" v-else :src="alldata.status? `https://www.focusnu.com/media/directive/index/${statusarray[alldata.status-1]}.png`:``" />
</view>
<view class="white-photo" @click="getMessage(headImge)">
<view class="photo-left">
@ -327,6 +333,9 @@
border-radius: 30rpx;
font-size: 30rpx;
z-index: 2;
position: absolute;
right: 20rpx;
top: 15%;
}
.container {
display: flex;

View File

@ -28,7 +28,7 @@
<image class="photo"
:src="headImge ? headImge : `https://www.focusnu.com/media/directive/index/yingye.png`" />
<image style="width: 100%;height: 100%;top: 0;left: 0;z-index: 1;position: absolute;"
:src="endphoto ? `` : `https://www.focusnu.com/media/directive/index/bian.png`" />
:src="headImge ? `` : `https://www.focusnu.com/media/directive/index/bian.png`" />
<image v-if="!headImge"
style="position: absolute;top: 50%;left: 50%;width: 70rpx;height: 60rpx;transform: translate(-50%,-50%);"
src="https://www.focusnu.com/media/directive/index/takephoto.png" />

View File

@ -14,16 +14,6 @@
</view>
</view>
<view :style="{height:`${uni.getStorageSync('moveHeight') + 30}px`}"></view>
<view class="contentred">
<view class="content-img" style="display: flex;align-items: center;justify-content: flex-end;color: red;" >
<text v-if="alldata.status==3">审核驳回</text>
<text v-if="alldata.status==2" style="color: #0089FE;">审核通过</text>
</view>
<view class="contentred-bgc" v-if="alldata.status==`3`">
驳回原因{{alldata.content}}
</view>
</view>
<view class="white-content">
<view class="content-title">
<view class="shu"></view>

View File

@ -68,8 +68,8 @@
<view class="one-left">机构位置</view>
<input disabled style="cursor: not-allowed;pointer-events: none;" class="one-right" type="text"
placeholder="请选择机构位置" v-model="form.address" />
<image class="one-left-imge" src="https://www.focusnu.com/media/directive/index/canread.png" />
<!-- <image class="triangle-down" src="https://www.focusnu.com/media/directive/login/xia.png" /> -->
<!-- <image class="one-left-imge" src="https://www.focusnu.com/media/directive/index/canread.png" /> -->
<image class="triangle-down" src="https://www.focusnu.com/media/directive/login/xia.png" />
</view>
</view>
<view>
@ -90,7 +90,7 @@
</view>
<view>
<view class="one">
<view class="one-left">机构负责人电话</view>
<view class="one-left">负责人电话</view>
<input class="one-right" type="number" maxlength="11" placeholder="请输入机构负责人电话"
v-model="form.orgLeaderPhone" />
<image class="one-left-imge" src="https://www.focusnu.com/media/directive/index/canread.png" />
@ -102,20 +102,17 @@
<view class="one-left">房屋性质</view>
<input disabled style="cursor: not-allowed;pointer-events: none;" class="one-right" type="text"
placeholder="请选择房屋性质" v-model="form.orgPropertyType" />
<image class="one-left-imge" src="https://www.focusnu.com/media/directive/index/canread.png" />
<!-- <image class="triangle-down" src="https://www.focusnu.com/media/directive/login/xia.png" /> -->
<!-- <image class="one-left-imge" src="https://www.focusnu.com/media/directive/index/canread.png" /> -->
<image class="triangle-down" src="https://www.focusnu.com/media/directive/login/xia.png" />
</view>
</view>
<u-select style="font-size: 35rpx;" v-model="showselect" :list="showlist"
@confirm="onSelect1"></u-select>
<view style="margin-bottom: 20rpx;">
<view class="one" style="position: relative;">
<view class="one-left">建筑面积</view>
<input maxlength="10" class="one-right" type="digit" placeholder="请输入建筑面积"
<view class="one-left">建筑面积</view>
<input maxlength="7" class="one-right" type="digit" placeholder="请输入建筑面积"
v-model="form.orgBuildingArea" @input="formatArea" />
<view class="triangle-down-mi">
</view>
<image class="one-left-imge" src="https://www.focusnu.com/media/directive/index/canread.png" />
</view>
</view>
@ -278,7 +275,7 @@
return
} else if (!form.orgPropertyType) {
uni.showToast({
title: '请输入房屋性质',
title: '请选择房屋性质',
icon: 'none'
})
return
@ -489,7 +486,7 @@
cleaned = value.slice(0, lastDot);
}
if(cleaned>9999.99){
cleaned = 9999.99
form.orgBuildingArea = 9999.99
}
// 4
@ -812,7 +809,7 @@
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 26rpx;
right: 20rpx;
width: 20rpx;
height: 20rpx;
}

View File

@ -17,28 +17,37 @@
</view>
</view>
<view :style="{height:`${uni.getStorageSync('moveHeight') + 30}px`}"></view>
<view style="width: 638rpx;
min-height: 80rpx;
border-radius: 10rpx;
display: flex;
justify-content: space-between;
margin: 30rpx auto 0;
padding:20rpx;
background: RGBA(255, 240, 240, 1);
border: 1px solid RGBA(247, 175, 174, 1);"
v-if="alldata.guardianModifyStatus==3||alldata.guardianModifyStatus==5">
<view style="width: 35rpx;height: 35rpx;border-radius: 50%;background: RGBA(237, 72, 69, 1);color: #fff;text-align: center;line-height: 35rpx;margin-right: 10rpx;">i</view>
<text style="color: rgba(102, 102, 102, 1); width: 70%;word-break: break-all;">
驳回原因{{alldata.guardianModifyContent}}
</text>
<text style=" color:rgba(237, 72, 69, 1);white-space: nowrap;">审核驳回</text>
</view>
<view class="white-content">
<view class="content-title" style="margin: 20rpx 0;justify-content: space-between;">
<view style="display: flex;">
<view class="shu"></view>
<view class="content-weight" style="margin-top: -2rpx;">监护人信息</view>
<image class="shu-img"
:src="applyStatus? `https://www.focusnu.com/media/directive/index/${statusarray[applyStatus-1]}.png`:``" />
<view class="content-img" style="display: flex;align-items: center;justify-content: flex-end;color: red;">
<text v-if="alldata.elderModifyStatus==1" >待审核</text>
<text v-if="alldata.elderModifyStatus==2" style="color: #0089FE;">审核通过</text>
<text v-if="alldata.elderModifyStatus==3">审核驳回</text>
</view>
<view class="small-blue" @click="changeMessage" v-if="alldata.guardianModifyStatus!=1">
编辑
</view>
<image class="shu-img" v-else
:src="alldata.guardianModifyStatus? `https://www.focusnu.com/media/directive/index/${statusarray[alldata.guardianModifyStatus-1]}.png`:``" />
</view>
<view class="small-blue" @click="changeMessage" v-if="!applyStatus">
编辑
</view>
</view>
<view style="margin:0 auto 20rpx;width: 100%;color: red;display: flex;" v-if="alldata.guardianModifyStatus==3&&alldata.guardianModifyContent">
<text style="color: #222;margin-left: 30rpx;width: 20%;white-space: nowrap;">驳回原因</text>
<text style="word-break: break-all; width: 73%;">{{alldata.guardianModifyContent}}</text>
</view>
<view class="white-photo" @click="getMessage(headImge0)">
<view class="photo-left">
@ -385,5 +394,8 @@
border-radius: 30rpx;
font-size: 30rpx;
z-index: 2;
position: absolute;
right: 20rpx;
top: 15%;
}
</style>

View File

@ -10,32 +10,35 @@
</view>
</view>
<view :style="{height:`${uni.getStorageSync('moveHeight') + 30}px`}"></view>
<view style="width: 638rpx;
min-height: 80rpx;
border-radius: 10rpx;
display: flex;
justify-content: space-between;
margin: 30rpx auto 0;
padding:20rpx;
background: RGBA(255, 240, 240, 1);
border: 1px solid RGBA(247, 175, 174, 1);"
v-if="alldata.elderModifyStatus==3||alldata.elderModifyStatus==5">
<view style="width: 35rpx;height: 35rpx;border-radius: 50%;background: RGBA(237, 72, 69, 1);color: #fff;text-align: center;line-height: 35rpx;margin-right: 10rpx;">i</view>
<text style="color: rgba(102, 102, 102, 1); width: 70%;word-break: break-all;">
驳回原因{{alldata.elderModifyContent}}
</text>
<text style=" color:rgba(237, 72, 69, 1);white-space: nowrap;">审核驳回</text>
</view>
<view class="white-content">
<view class="content-title" style="margin: 20rpx 0;justify-content: space-between;">
<view class="content-title" style="margin: 30rpx 0;justify-content: space-between;">
<view style="display: flex;">
<view class="shu"></view>
<view class="content-weight" style="margin-top: -2rpx;">长者信息</view>
<image class="shu-img"
:src="applyStatus? `https://www.focusnu.com/media/directive/index/${statusarray[applyStatus-1]}.png`:``" />
<view class="content-img" style="display: flex;align-items: center;justify-content: flex-end;color: red;">
<text v-if="alldata.elderModifyStatus==1" >待审核</text>
<text v-if="alldata.elderModifyStatus==2" style="color: #0089FE;">审核通过</text>
<text v-if="alldata.elderModifyStatus==3">审核驳回</text>
</view>
</view>
<view class="small-blue" @click="changeMessage" v-if="!applyStatus&&alldata.elderModifyStatus!=1">
编辑
<view class="small-blue" @click="changeMessage" v-if="alldata.elderModifyStatus!=1">
编辑
</view>
<image class="shu-img" v-else
:src="alldata.elderModifyStatus? `https://www.focusnu.com/media/directive/index/${statusarray[alldata.elderModifyStatus-1]}.png`:``" />
</view>
</view>
</view>
<view style="margin:0 auto 0;width: 100%;color: red;display: flex;" v-if="alldata.elderModifyStatus==3&&alldata.elderModifyContent">
<text style="color: #222;margin-left: 40rpx;width: 20%;white-space: nowrap;">驳回原因</text>
<text style="word-break: break-all; width: 73%;">{{alldata.elderModifyContent}}</text>
</view>
<view class="white-content">

View File

@ -368,13 +368,13 @@
const next = () => {
if (!fontphoto.value) {
uni.showToast({
title: '请上传身份证面',
title: '请上传身份证人像面',
icon: 'none'
})
return
} else if (!endphoto.value) {
uni.showToast({
title: '请上传身份证面',
title: '请上传身份证国徽面',
icon: 'none'
})
return

View File

@ -19,24 +19,21 @@
<view :style="{height:`${uni.getStorageSync('moveHeight') + 30}px`}"></view>
<view style="display: flex;justify-content: space-between;width: 90%;margin: 40rpx auto;overflow: hidden;">
<view class="content-img"
style="display: flex;align-items: center;justify-content: flex-end;color: red;">
<text v-if="alldata.applyStatus==1">待审核</text>
<text v-if="alldata.applyStatus==2" style="color: #0089FE;">审核通过</text>
<text v-if="alldata.applyStatus==3">审核驳回</text>
<text v-if="alldata.applyStatus==4">待审核</text>
<text v-if="alldata.applyStatus==5">审核驳回</text>
</view>
<view class="small-blue" @click="changeMessage" v-if="alldata.applyStatus!=1&&alldata.applyStatus!=4&&code<0">
编辑
</view>
</view>
<view style="margin:00rpx auto 0;width: 90%;color: red;display: flex;" v-if="(alldata.applyStatus==3||alldata.applyStatus==5)&&alldata.auditContent">
<text style="color: #222;margin-left: 10rpx;width: 20%;white-space: nowrap;">驳回原因</text>
<text style="word-break: break-all; width: 73%;">{{alldata.auditContent}}</text>
<view style="width: 638rpx;
min-height: 80rpx;
border-radius: 10rpx;
display: flex;
justify-content: space-between;
margin: 30rpx auto 0;
padding:20rpx;
background: RGBA(255, 240, 240, 1);
border: 1px solid RGBA(247, 175, 174, 1);"
v-if="(alldata.applyStatus==3||alldata.applyStatus==5)&&dexcard==0">
<view style="width: 35rpx;height: 35rpx;border-radius: 50%;background: RGBA(237, 72, 69, 1);color: #fff;text-align: center;line-height: 35rpx;margin-right: 10rpx;">i</view>
<text style="color: rgba(102, 102, 102, 1); width: 70%;word-break: break-all;">
驳回原因{{alldata.auditContent}}
</text>
<text style=" color:rgba(237, 72, 69, 1);white-space: nowrap;">审核驳回</text>
</view>
<template>
<view v-if="dexcard==0">
@ -45,8 +42,12 @@
<view style="display: flex;">
<view class="shu"></view>
<view class="content-weight" style="margin-top: -2rpx;">个人信息</view>
<!-- <image class="shu-img" v-if="(alldata.applyStatus==1&&alldata.applyStatus==4)||code==1"
:src="alldata.applyStatus? `https://www.focusnu.com/media/directive/index/${statusarray[alldata.applyStatus-1]}.png`:``" /> -->
<view class="small-blue" @click="changeMessage" v-if="alldata.applyStatus!=1&&alldata.applyStatus!=4&&code<0">
编辑
</view>
<image class="shu-img" v-else
:src="alldata.applyStatus? `https://www.focusnu.com/media/directive/index/${statusarray[alldata.applyStatus-1]}.png`:``" />
</view>
</view>
<!-- <view class="contentred" v-if="!applyStatus&&contentred">
@ -314,7 +315,7 @@
const show = ref(false);
const content = ref("");
const statusarray = ["loading", "success", "fail"]
const statusarray = ["loading", "success", "fail","loading","fail"]
const nameArray = ["姓名", "性别", "身份证号码", "民族", "出生日期", "住址", "签发机关", "有效期限"];
const textArray = reactive(["", "", "", "", "", "", "", ""]);
@ -330,7 +331,7 @@
const nameArray0 = ["开户行", "开户行卡号"];
const textArray0 = reactive(["", "", ]);
const nameArray1 = ["婚否", "联系电话", "身高", "体重", "健康状态", "政治面貌", "紧急联系人", "紧急联系人电话", "联系人与本人关系", "户口性质",'现住址' ];
const nameArray1 = ["婚否", "联系电话", "身高 cm", "体重 kg", "健康状态", "政治面貌", "紧急联系人", "紧急联系人电话", "联系人与本人关系", "户口性质",'现住址' ];
const textArray1 = reactive(["", "", "", "", "", "", "", "", "", "",""]);
const backImge = ref("");
@ -441,8 +442,8 @@
keys.forEach((key, index) => {
textArray1[index] = data[key] || ""
})
textArray1[2] = Number(textArray1[2]) + "cm"
textArray1[3] = Number(textArray1[3]) + "kg"
textArray1[2] = Number(textArray1[2])
textArray1[3] = Number(textArray1[3])
})
const changeMessage = () => {
@ -690,5 +691,8 @@
border-radius: 30rpx;
font-size: 30rpx;
z-index: 2;
position: absolute;
right: 20rpx;
top: 15%;
}
</style>

View File

@ -29,17 +29,8 @@
<view class="applyfail" v-if="form.applyStatus===`3`&&form.applyType =='0'">
已拒绝
</view>
<text v-if="form.applyStatus==1&&form.applyType >0">待审核</text>
<text v-if="form.applyStatus==2&&form.applyType >0" style="color: #0089FE;">审核通过</text>
<text v-if="form.applyStatus==3&&form.applyType >0">审核驳回</text>
<text v-if="form.applyStatus==4">待审核</text>
<text v-if="form.applyStatus==5">审核驳回</text>
</view>
</view>
<view style="margin:0 auto 0;width: 100%;color: red;display: flex;" v-if="(form.applyStatus==3||form.applyStatus==5)&&form.auditContent">
<text style="color: #222;margin-left: 40rpx;width: 20%;white-space: nowrap;">驳回原因</text>
<text style="word-break: break-all; width: 73%;">{{form.auditContent}}</text>
</view>
<view class="white-message">
<view>
<view class="one" style="position: relative;" @click="showmarry = true">

View File

@ -9,28 +9,43 @@
</view>
</view>
<view :style="{height:`${uni.getStorageSync('moveHeight') + 30}px`}"></view>
<view style="width: 638rpx;
min-height: 80rpx;
border-radius: 10rpx;
display: flex;
justify-content: space-between;
margin: 30rpx auto 0;
padding:20rpx;
background: RGBA(255, 240, 240, 1);
border: 1px solid RGBA(247, 175, 174, 1);"
v-if="datas.suppliersStatus==3||datas.suppliersStatus==5">
<view style="width: 35rpx;height: 35rpx;border-radius: 50%;background: RGBA(237, 72, 69, 1);color: #fff;text-align: center;line-height: 35rpx;margin-right: 10rpx;">i</view>
<text style="color: rgba(102, 102, 102, 1); width: 70%;word-break: break-all;">
驳回原因{{datas.auditContent}}
</text>
<text style=" color:rgba(237, 72, 69, 1);white-space: nowrap;">审核驳回</text>
</view>
<view class="white-content">
<view class="content-title" style="margin: 20rpx 0;justify-content: space-between;margin-top: 30rpx;">
<view style="display: flex;">
<view class="shu"></view>
<view class="content-weight" style="margin-top: -2rpx;">营业执照</view>
<image class="shu-img"
:src="applyStatus? `https://www.focusnu.com/media/directive/index/${statusarray[applyStatus-1]}.png`:``" />
<view class="small-blue" @click="changeMessage" v-if="code>0">
编辑
</view>
<image class="shu-img" v-else
:src="datas.suppliersStatus? `https://www.focusnu.com/media/directive/index/${statusarray[datas.suppliersStatus-1]}.png`:``" />
</view>
<view class="content-img" style="display: flex;align-items: center;justify-content: flex-end;color: red;">
<!-- <view class="content-img" style="display: flex;align-items: center;justify-content: flex-end;color: red;">
<text v-if="datas.suppliersStatus==1" >待审核</text>
<text v-if="datas.suppliersStatus==3">审核驳回</text>
<text v-if="datas.suppliersStatus==2" style="color: #0089FE;">审核通过</text>
</view>
<view class="small-blue" @click="changeMessage" v-if="code>0">
编辑
</view>
</view>
<view style="margin:0 auto 0;width: 100%;color: red;display: flex;" v-if="datas.suppliersStatus==3||datas.suppliersStatus==5">
<text style="color: #222;margin-left: 40rpx;width: 20%;white-space: nowrap;">驳回原因</text>
<text style="word-break: break-all; width: 73%;">{{datas.auditContent}}</text>
</view> -->
</view>
<view class="white-photo" @click="getMessage(headImge)">
<view class="photo-left">
<view class="photo-weight"></view>
@ -302,7 +317,7 @@
const nameArray0 = ["开户行", "开户行卡号"];
const textArray0 = reactive(["", "", ]);
const nameArray1 = ["供应商名称", "供应商性质", "供应商地址", "负责人", "联系电话", "开户行","开户行账号" ];
const nameArray1 = ["供应商名称", "供应商地址", "供应商性质", "负责人", "联系电话", "开户行","开户行账号" ];
const textArray1 = reactive(["", "", "", "", "", "", ""]);
const backImge = ref("");
@ -394,8 +409,8 @@
const keys = [
"suppliersName",
"name",
"suppliersAddress",
"name",
"personInCharge",
"contactNumber",
"openingBank",
@ -641,5 +656,8 @@
border-radius: 30rpx;
font-size: 30rpx;
z-index: 2;
position: absolute;
right: 20rpx;
top: 15%;
}
</style>

View File

@ -16,20 +16,6 @@
营业执照
<view style="margin-top: 8rpx;margin-left: 12rpx;;font-size: 23rpx;">(必填)</view>
</view>
<view class="content-img"
style="display: flex;align-items: center;justify-content: flex-end;color: red;">
<text v-if="form.suppliersStatus==1">待审核</text>
<text v-if="form.suppliersStatus==2" style="color: #0089FE;">审核通过</text>
<text v-if="form.suppliersStatus==3">审核驳回</text>
<text v-if="form.suppliersStatus==4">待审核</text>
<text v-if="form.suppliersStatus==5">审核驳回</text>
</view>
</view>
<view style="margin:0 auto 0;width: 100%;color: red;display: flex;"
v-if="form.suppliersStatus==3||form.suppliersStatus==5">
<text style="color: #222;margin-left: 40rpx;width: 20%;white-space: nowrap;">驳回原因</text>
<text style="word-break: break-all; width: 73%;">{{form.auditContent}}</text>
</view>
<view class="white-photo" @click="selectphoto()">
<view class="photo-left">
@ -64,6 +50,11 @@
v-model="form.suppliersName" />
</view>
<view class="one">
<view class="one-left">供应商地址</view>
<input class="one-right" maxlength="50" disabled placeholder="自动获取"
v-model="form.suppliersAddress" />
</view>
<view class="one" @click="showmarry = true">
<view class="one-left">供应商性质</view>
<input disabled style="cursor: not-allowed;pointer-events: none;" class="one-right" type="text"
@ -73,11 +64,7 @@
</view>
<u-select style="font-size: 35rpx;" v-model="showmarry" :list="showmarrylist"
@confirm="confirmmarry"></u-select>
<view class="one">
<view class="one-left">供应商地址</view>
<input class="one-right" maxlength="50" disabled placeholder="自动获取"
v-model="form.suppliersAddress" />
</view>
<view class="one">
<view class="one-left">负责人</view>
<input class="one-right" maxlength="8" placeholder="请输入负责人" v-model="form.personInCharge" />

View File

@ -185,7 +185,7 @@
uni.showToast({
title: res.message,
icon: 'none', //
duration: 2000 //
duration: 4000 //
})
}
})

View File

@ -117,7 +117,7 @@
.under-container {
position: fixed;
left: 0;
bottom: 25vh;
bottom: 30vh;
width: 100%;
height: 27vh;
display: flex;

View File

@ -80,7 +80,7 @@
</view>
</view>
<view class="card-right">
<image class="right-imge" src="https://www.focusnu.com/media/directive/login/supplier.png" />
<image class="right-imge" src="https://www.focusnu.com/media/directive/login/supplier.png?_t=+ new Date().getTime()" />
</view>
</view>
</view>

View File

@ -13,7 +13,7 @@
<view class="yuangong-font">
&#x3000;&#x3000;提供专业照料
涵盖日常饮食清洁排泄等方面<text style="color: #2792FC;">7*24
涵盖日常饮食清洁睡眠排泄等方面<text style="color: #2792FC;">7*24
小时生命体征监测医护团队协同护航
</text>
量身定制科学的护理流程护理员贴心床前陪伴让长者感受家的温暖与关怀