This commit is contained in:
parent
cf6a97ff50
commit
cb933368ba
|
|
@ -61,7 +61,7 @@
|
|||
display: flex;
|
||||
justify-content: space-between;
|
||||
font-weight: 500;
|
||||
z-index: 999;
|
||||
z-index: 998;
|
||||
|
||||
.bottom-button {
|
||||
width: 100%;
|
||||
|
|
|
|||
|
|
@ -112,7 +112,7 @@ const go = () => {
|
|||
align-items: center;
|
||||
color: #fff;
|
||||
font-size: 25rpx;
|
||||
border-radius: 35rpx;
|
||||
border-radius: 24rpx;
|
||||
}
|
||||
.button-white {
|
||||
width: 47%;
|
||||
|
|
@ -125,11 +125,11 @@ const go = () => {
|
|||
// color: #fff;
|
||||
// color: rgb(242,242,242);
|
||||
font-size: 25rpx;
|
||||
border-radius: 35rpx;
|
||||
border-radius: 24rpx;
|
||||
}
|
||||
.button-father{
|
||||
position: absolute;
|
||||
bottom: 30rpx;
|
||||
bottom: 35rpx;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
width: 100%;
|
||||
|
|
|
|||
|
|
@ -117,7 +117,7 @@ function init() {
|
|||
containerWidth.value = data.width
|
||||
containerHeight.value = data.height
|
||||
|
||||
originX.value = Math.random() * (containerWidth.value - pieceSize) + pieceSize / 2
|
||||
originX.value = Math.random() * 0.8 * (containerWidth.value - pieceSize) + pieceSize / 2
|
||||
originX.value = Math.max(pieceSize / 2, Math.min(originX.value, containerWidth.value - pieceSize / 2))
|
||||
originY.value = containerHeight.value / 2
|
||||
offsetX.value = 0
|
||||
|
|
@ -149,7 +149,7 @@ function onEnd() {
|
|||
})
|
||||
emit('success')
|
||||
} else {
|
||||
offsetX.value全員= 0
|
||||
offsetX.value= 0
|
||||
uni.showToast({
|
||||
title: '验证失败',
|
||||
icon: 'none',
|
||||
|
|
|
|||
|
|
@ -192,24 +192,24 @@
|
|||
}
|
||||
|
||||
|
||||
const next = () => {
|
||||
// const next = () => {
|
||||
|
||||
let trans = alldata.value
|
||||
trans.id = null
|
||||
uni.setStorageSync("baddata", trans)
|
||||
uni.setStorageSync('specicalid', trans.id);
|
||||
uni.setStorageSync("backhuancun", {})
|
||||
uni.navigateTo({
|
||||
url: `/pages/addjigou/name`
|
||||
});
|
||||
// let trans = alldata.value
|
||||
// trans.id = null
|
||||
// uni.setStorageSync("baddata", trans)
|
||||
// uni.setStorageSync('specicalid', trans.id);
|
||||
// uni.setStorageSync("backhuancun", {})
|
||||
// uni.navigateTo({
|
||||
// url: `/pages/addjigou/name`
|
||||
// });
|
||||
|
||||
// uni.setStorageSync('specicalid', alldata.value.id);
|
||||
// uni.setStorageSync("baddata",alldata.value)
|
||||
// uni.setStorageSync("backhuancun",{})
|
||||
// uni.navigateTo({
|
||||
// url: `/pages/addjigou/name`
|
||||
// });
|
||||
}
|
||||
// // uni.setStorageSync('specicalid', alldata.value.id);
|
||||
// // uni.setStorageSync("baddata",alldata.value)
|
||||
// // uni.setStorageSync("backhuancun",{})
|
||||
// // uni.navigateTo({
|
||||
// // url: `/pages/addjigou/name`
|
||||
// // });
|
||||
// }
|
||||
function isAtLeastEightChars(str) {
|
||||
return typeof str === 'string' && str.length >= 12;
|
||||
}
|
||||
|
|
@ -261,7 +261,7 @@
|
|||
textArray1[3] = data.orgLeaderPhone;
|
||||
textArray1[4] = data.orgPropertyType;
|
||||
if(data.orgBuildingArea){
|
||||
textArray1[5] = data.orgBuildingArea + '平方米';
|
||||
textArray1[5] = data.orgBuildingArea + 'm²';
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -108,7 +108,7 @@
|
|||
<input class="one-right" type="digit" placeholder="请输入建筑面积" v-model="form.orgBuildingArea"
|
||||
@input="formatArea" />
|
||||
<view class="triangle-down-mi">
|
||||
平方米
|
||||
m²
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
|
|
|||
|
|
@ -6,25 +6,13 @@
|
|||
mode="widthFix" lazy-load="false" />
|
||||
</view>
|
||||
<model :show="show" @close="show=false" :content="content" />
|
||||
<swiper style="width: 100%;" :duration="150" :style="{height: `100vh`}" :current="which" @change="swiperchange">
|
||||
<swiper style="width: 100%;position: fixed;bottom: 0;left: 0;" :duration="150" :style="{minHeight: `100vh`}" :current="which" @change="swiperchange">
|
||||
|
||||
<view v-for="(item,index) in menuArray" :key="index">
|
||||
<swiper-item>
|
||||
|
||||
<view class="white-content-father-time">
|
||||
<view class="white-content" v-if="item.comName">
|
||||
<view class="white-bgc" style="font-size: 32rpx;">
|
||||
|
||||
{{item.comName}}
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="white-content-father">
|
||||
<!-- <image
|
||||
class="chuo-img" v-if="item.status!=`-1`&&item.status!=`2`"
|
||||
:src=" `https://www.focusnu.com/media/directive/index/${statusarray[Number(item.status) - 1]}.png`"
|
||||
/> -->
|
||||
<view class="chuo-ball" @click="loadingData" v-if="item.status==`1`">
|
||||
<image class="ball-img"
|
||||
:src=" `https://www.focusnu.com/media/directive/index/refresh.png`" />
|
||||
|
|
@ -35,9 +23,7 @@
|
|||
lazy-load="false" />
|
||||
<view class="white-font">
|
||||
您提交的
|
||||
<!-- <text style="font-weight: 600;">
|
||||
"{{item.comName}}"
|
||||
</text> -->
|
||||
|
||||
</view>
|
||||
<view class="second-font">
|
||||
<text>
|
||||
|
|
@ -54,25 +40,12 @@
|
|||
查看
|
||||
</view>
|
||||
</view>
|
||||
<!-- </swiper-item> -->
|
||||
|
||||
<!-- <swiper-item v-if="item.status==`3`"> -->
|
||||
|
||||
<view class="white-content" v-if="item.status==`3`">
|
||||
<image class="white-content-img"
|
||||
:src="`https://www.focusnu.com/media/directive/index/${statusarray[Number(item.status) - 1]}.png`"
|
||||
lazy-load="false" />
|
||||
<!-- <view class="white-font" style="margin-top: 320rpx;">
|
||||
您提交的
|
||||
</view>
|
||||
<view class="second-font">
|
||||
{{item.comName}}
|
||||
</view>
|
||||
<view class="second-font">
|
||||
加盟申请
|
||||
<text style="color: #FF7744;">
|
||||
审核不通过
|
||||
</text>
|
||||
</view> -->
|
||||
|
||||
<view class="white-font">
|
||||
您提交的
|
||||
|
||||
|
|
@ -95,14 +68,13 @@
|
|||
驳回原因
|
||||
</view>
|
||||
</view>
|
||||
<!-- </swiper-item> -->
|
||||
<!-- <swiper-item v-if="item.status==`2`"> -->
|
||||
|
||||
<view style="z-index: 1;width: 100%;" v-if="item.status==`2`">
|
||||
<view class="zhiling-box">
|
||||
<view class="">
|
||||
单元清洁服务指令已执行完毕,点击查看
|
||||
暂无指令
|
||||
</view>
|
||||
<image class="zhiling-img"
|
||||
<image class="zhiling-img" v-show="false"
|
||||
src="https://www.focusnu.com/media/directive/index/mine/more.png" />
|
||||
</view>
|
||||
<view class="white-box-father">
|
||||
|
|
@ -110,10 +82,7 @@
|
|||
<image class="box-img"
|
||||
:src="`https://www.focusnu.com/media/directive/index/addjiji/${index}.png`" />
|
||||
<view class="box-font">{{item}}</view>
|
||||
<!-- <image
|
||||
class="chuo-img" v-if="item.status!=`-1`&&item.status!=`2`"
|
||||
:src=" `https://www.focusnu.com/media/directive/index/${statusarray[Number(item.status) - 1]}.png`"
|
||||
/> -->
|
||||
|
||||
</view>
|
||||
<view class="white-box">
|
||||
<view style="font-weight: 600;font-size: 80rpx;">+</view>
|
||||
|
|
@ -121,12 +90,11 @@
|
|||
</view>
|
||||
</view>
|
||||
|
||||
<!-- </swiper-item> -->
|
||||
</view>
|
||||
|
||||
|
||||
<!-- <swiper-item> -->
|
||||
<view class="white-content" style="margin: 0 auto;margin-top: 110rpx;" v-if="item.status==`-1`">
|
||||
|
||||
<view class="white-content" style="margin: 0 auto;" v-if="item.status==`-1`">
|
||||
<image class="white-content-secondimg"
|
||||
src="https://www.focusnu.com/media/directive/index/addjiji/addjigou.png"
|
||||
lazy-load="false" />
|
||||
|
|
@ -134,7 +102,17 @@
|
|||
添加机构
|
||||
</view>
|
||||
</view>
|
||||
<!-- </swiper-item> -->
|
||||
<view class="white-content-father-time" v-if="item.status==`2`">
|
||||
<view class="white-content" style="background-color: transparent;" v-if="item.comName">
|
||||
<view class="white-bgc">
|
||||
|
||||
{{item.comName}}
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
</swiper-item>
|
||||
</view>
|
||||
|
||||
|
|
@ -354,7 +332,7 @@
|
|||
.login-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: calc(100vh + 90rpx);
|
||||
min-height: calc(100vh);
|
||||
width: 100%;
|
||||
background-color: rgb(239, 241, 252);
|
||||
position: relative;
|
||||
|
|
@ -492,10 +470,12 @@
|
|||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin-top: 30rpx;
|
||||
// margin-top: 600rpx;
|
||||
margin-top: 40vh;
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
|
||||
// overflow-y: auto;
|
||||
overflow: hidden;
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -509,18 +489,23 @@
|
|||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin-top: 600rpx;
|
||||
// margin: 40rpx 0;
|
||||
// margin-bottom: 40rpx;
|
||||
margin-top: 20rpx;
|
||||
// margin-bottom: 600rpx;
|
||||
|
||||
.white-bgc {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #fff;
|
||||
padding-left: 50rpx;
|
||||
// background-color: #fff;
|
||||
// padding-left: 50rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
// justify-content: center;
|
||||
justify-content: center;
|
||||
font-size: 32rpx;
|
||||
color: #333333;
|
||||
// box-shadow: 2rpx 2rpx 5rpx rgba(0, 0, 0, 0.1);
|
||||
border: 2rpx solid #fff;
|
||||
// border: 2rpx solid #fff;
|
||||
}
|
||||
|
||||
.white-content {
|
||||
|
|
@ -587,13 +572,13 @@
|
|||
width: 100%;
|
||||
flex-wrap: wrap;
|
||||
margin-left: 1%;
|
||||
|
||||
// margin-bottom: 30rpx;
|
||||
// margin-top: 10rpx;
|
||||
.white-box {
|
||||
margin-top: 35rpx;
|
||||
width: 20%;
|
||||
width: 20.7%;
|
||||
margin-left: 3%;
|
||||
height: 220rpx;
|
||||
height: 237rpx;
|
||||
background-color: #fff;
|
||||
border-radius: 35rpx;
|
||||
display: flex;
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@
|
|||
// uni.setStorageSync('platId', res.result.platId);
|
||||
})
|
||||
|
||||
const cardMenu = [`机构信息`, `加盟审核`, `宣传页`]
|
||||
const cardMenu = [`机构信息`, `加盟审核`, `机构功能`]
|
||||
|
||||
const change = () => {
|
||||
uni.navigateTo({
|
||||
|
|
@ -93,9 +93,9 @@
|
|||
|
||||
break;
|
||||
case 2:
|
||||
uni.navigateTo({
|
||||
url: `/pages/login/special?no=true`
|
||||
});
|
||||
// uni.navigateTo({
|
||||
// url: `/pages/login/special?no=true`
|
||||
// });
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<view class="under-container-title">
|
||||
<view class="under-container-input">
|
||||
<view class="input-left">+86</view>
|
||||
<input type="number" style="width: 600rpx;font-size: 33rpx;" maxlength="11" placeholder="请输入手机号"
|
||||
<input type="number" style="width: 600rpx;font-size: 33rpx;height: 200rpx;" maxlength="11" placeholder="请输入手机号"
|
||||
@input="isRight" />
|
||||
</view>
|
||||
</view>
|
||||
|
|
|
|||
|
|
@ -1,34 +1,40 @@
|
|||
<template>
|
||||
<view class="font-father">
|
||||
<view class="title-font">
|
||||
NU 护理单元使用条款
|
||||
NU 护理单元使用条款
|
||||
</view>
|
||||
<view class="font-qian">
|
||||
一、总则
|
||||
</view>
|
||||
<view class="font-normal">
|
||||
<p>  为规范长者及家属在 NU 护理单元的行为,保障长者得到优质护理服务,维护护理单元正常秩序,鉴于每个护理单元均为独立空间,特制定本使用条款。本条款是所有进入NU 护理单元的长者、家属必须遵守的准则,违反者将根据情节承担相应责任。</p>
|
||||
<p>  为规范长者及家属在 NU 护理单元的行为,保障长者得到优质护理服务,维护护理单元正常秩序,鉴于每个护理单元均为独立空间,特制定本使用条款。本条款是所有进入NU
|
||||
护理单元的长者、家属必须遵守的准则,违反者将根据情节承担相应责任。</p>
|
||||
</view>
|
||||
<view class="font-qian">
|
||||
二、长者及家属使用条款
|
||||
</view>
|
||||
<view class="font-ri">
|
||||
(一)日常行为规范
|
||||
(一)日常行为规范
|
||||
</view>
|
||||
<view class="font-normal" style="margin-top: 50rpx;">
|
||||
<text style="font-weight: 600;">1.遵守作息时间:</text>严格遵守护理单元规定的作息时间,保持安静,不得大声喧哗、播放音乐或进行其他影响他人休息的活动。各独立护理单元之间应相互保持安静,避免噪音干扰其他单元长者。
|
||||
<text
|
||||
style="font-weight: 600;">1.遵守作息时间:</text>严格遵守护理单元规定的作息时间,保持安静,不得大声喧哗、播放音乐或进行其他影响他人休息的活动。各独立护理单元之间应相互保持安静,避免噪音干扰其他单元长者。
|
||||
</view>
|
||||
<view class="font-normal" style="margin-top: 50rpx;">
|
||||
<text style="font-weight: 600;">2.维护环境卫生:</text>保持所在护理单元病房及公共区域的整洁卫生,不随地吐痰、乱扔垃圾。生活垃圾应分类投放到指定垃圾桶内,医疗废物交由护理人员统一处理,不得随意丢弃。不得将垃圾放置在护理单元外公共通道,以免影响其他单元环境。
|
||||
<text
|
||||
style="font-weight: 600;">2.维护环境卫生:</text>保持所在护理单元病房及公共区域的整洁卫生,不随地吐痰、乱扔垃圾。生活垃圾应分类投放到指定垃圾桶内,医疗废物交由护理人员统一处理,不得随意丢弃。不得将垃圾放置在护理单元外公共通道,以免影响其他单元环境。
|
||||
</view>
|
||||
<view class="font-normal" style="margin-top: 50rpx;">
|
||||
<text style="font-weight: 600;">3.爱护公共设施:</text>妥善使用本护理单元病房内的床铺、桌椅、呼叫器、卫生间设备等公共设施,不得故意损坏。如因使用不当造成设施设备损坏,需照价赔偿。禁止在病房内私自拆卸、改装任何设施设备。严禁将本护理单元设施设备挪至其他单元使用。
|
||||
<text
|
||||
style="font-weight: 600;">3.爱护公共设施:</text>妥善使用本护理单元病房内的床铺、桌椅、呼叫器、卫生间设备等公共设施,不得故意损坏。如因使用不当造成设施设备损坏,需照价赔偿。禁止在病房内私自拆卸、改装任何设施设备。严禁将本护理单元设施设备挪至其他单元使用。
|
||||
</view>
|
||||
<view class="font-normal" style="margin-top: 50rpx;">
|
||||
<text style="font-weight: 600;">4.规范用电安全:</text>:严禁在病房内使用电炉、热得快、电暖器等大功率电器,不得私拉乱接电线,防止发生用电安全事故。手机、充电器等小型电器使用完毕后及时拔除电源。各护理单元应独立检查用电安全,不得因用电不当影响其他单元供电。
|
||||
<text
|
||||
style="font-weight: 600;">4.规范用电安全:</text>:严禁在病房内使用电炉、热得快、电暖器等大功率电器,不得私拉乱接电线,防止发生用电安全事故。手机、充电器等小型电器使用完毕后及时拔除电源。各护理单元应独立检查用电安全,不得因用电不当影响其他单元供电。
|
||||
</view>
|
||||
<view class="font-normal" style="margin-top: 50rpx;">
|
||||
<text style="font-weight: 600;">5.禁止吸烟:</text>NU 护理单元为无烟区域,长者及家属严禁在病房、走廊、卫生间等任何区域吸烟,违者将按照医院相关规定进行处罚。尤其要注意,在独立护理单元周边区域也严禁吸烟避免烟雾飘散影响其他单元长者健康。
|
||||
<text style="font-weight: 600;">5.禁止吸烟:</text>NU
|
||||
护理单元为无烟区域,长者及家属严禁在病房、走廊、卫生间等任何区域吸烟,违者将按照医院相关规定进行处罚。尤其要注意,在独立护理单元周边区域也严禁吸烟避免烟雾飘散影响其他单元长者健康。
|
||||
</view>
|
||||
<view class="font-ri" style="margin-top: 50rpx;">
|
||||
(二)安全与沟通
|
||||
|
|
@ -37,10 +43,12 @@
|
|||
<text style="font-weight: 600;">1.长者安全管理:</text>
|
||||
</view>
|
||||
<view class="font-normal" style="margin-top: 50rpx;">
|
||||
<p>  长者不得擅自离开所在护理单元。确需外出时,须向主管护士提出书面请假申请,经医生评估同意并签署意见后,方可离院。外出期间长者的安全由家属负责,如因擅自外出导致病情加重或其他意外情况,后果自行承担。</p>
|
||||
<p>  长者不得擅自离开所在护理单元。确需外出时,须向主管护士提出书面请假申请,经医生评估同意并签署意见后,方可离院。外出期间长者的安全由家属负责,如因擅自外出导致病情加重或其他意外情况,后果自行承担。
|
||||
</p>
|
||||
</view>
|
||||
<view class="font-normal" style="margin-top: 50rpx;">
|
||||
<p>  主动与医护人员保持良好沟通,及时反馈长者的病情变化、不适症状及心理状态。积极参与长者的护理计划和治疗方案制定,提出合理的意见和建议。家属如需了解其他护理单元类似病例情况,应通过医护人员正规渠道咨询,不得私自打听。</p>
|
||||
<p>  主动与医护人员保持良好沟通,及时反馈长者的病情变化、不适症状及心理状态。积极参与长者的护理计划和治疗方案制定,提出合理的意见和建议。家属如需了解其他护理单元类似病例情况,应通过医护人员正规渠道咨询,不得私自打听。
|
||||
</p>
|
||||
</view>
|
||||
<view class="font-normal" style="margin-top: 50rpx;">
|
||||
<p>  妥善保管长者的贵重物品,医护人员不承担长者财物保管责任。如需帮助,可与护理单元管理人员协商解决。不得在护理单元公共区域随意堆放个人物品,影响通行及空间使用。</p>
|
||||
|
|
@ -49,16 +57,20 @@
|
|||
三、独立空间管理细则
|
||||
</view>
|
||||
<view class="font-normal">
|
||||
<text style="font-weight: 600;">1.空间使用规范:</text>各护理单元为独立封闭空间,未经允许,长者、家属及医护人员不得随意进入其他护理单元。护理单元之间设置明显标识及隔离设施,防止人员误闯。在紧急情况下,如需跨单元调配资源,需遵循医院统一指挥,按照既定应急流程执行。
|
||||
<text
|
||||
style="font-weight: 600;">1.空间使用规范:</text>各护理单元为独立封闭空间,未经允许,长者、家属及医护人员不得随意进入其他护理单元。护理单元之间设置明显标识及隔离设施,防止人员误闯。在紧急情况下,如需跨单元调配资源,需遵循医院统一指挥,按照既定应急流程执行。
|
||||
</view>
|
||||
<view class="font-normal" style="margin-top: 50rpx;">
|
||||
<text style="font-weight: 600;">2.设施设备管理:</text>每个护理单元配备独立的仪器设备,设备专人专用,定期维护保养。设备标识明确所属护理单元,不得自挪用至其他单元。如设备出现故障,及时报修,并在本单元内做好备用设备调配,确保护理工作不受影响。定期对护理单元内设施设备进行安全检查,包括电气设备、医疗器械等,保障长者使用安全。
|
||||
<text
|
||||
style="font-weight: 600;">2.设施设备管理:</text>每个护理单元配备独立的仪器设备,设备专人专用,定期维护保养。设备标识明确所属护理单元,不得自挪用至其他单元。如设备出现故障,及时报修,并在本单元内做好备用设备调配,确保护理工作不受影响。定期对护理单元内设施设备进行安全检查,包括电气设备、医疗器械等,保障长者使用安全。
|
||||
</view>
|
||||
<view class="font-normal" style="margin-top: 50rpx;">
|
||||
<text style="font-weight: 600;">3.环境清洁与消毒:</text>各护理单元安排专人负责日常清洁与消毒工作,保持空间内环境整洁卫生。按照医院感染防控要求,制定独立的消毒计划,对病房、走廊、卫生间、护士站等区域定期消毒。消毒用品独立存放于本护理单元,妥善保管,防止误用。在传染病流行期间,加强本护理单元的防控措施,严格限制人员进出,确保不发生交又感染。
|
||||
<text
|
||||
style="font-weight: 600;">3.环境清洁与消毒:</text>各护理单元安排专人负责日常清洁与消毒工作,保持空间内环境整洁卫生。按照医院感染防控要求,制定独立的消毒计划,对病房、走廊、卫生间、护士站等区域定期消毒。消毒用品独立存放于本护理单元,妥善保管,防止误用。在传染病流行期间,加强本护理单元的防控措施,严格限制人员进出,确保不发生交又感染。
|
||||
</view>
|
||||
<view class="font-normal" style="margin-top: 50rpx;">
|
||||
<text style="font-weight: 600;">4.物资管理:</text>护理单元内物资独立储备,包括药品、耗材、办公用品等。建立物资管理台账,定期盘点,确保物资充足且在有效期内。物资领取、使用严格登记,避免浪费及流失。特殊物资(如急救药品、贵重耗材)单独存放,专人负责管理,保障紧急情况下物资供应。若物资短缺需跨单元调配,需经上级部门协调,遵循先急后缓原则。
|
||||
<text
|
||||
style="font-weight: 600;">4.物资管理:</text>护理单元内物资独立储备,包括药品、耗材、办公用品等。建立物资管理台账,定期盘点,确保物资充足且在有效期内。物资领取、使用严格登记,避免浪费及流失。特殊物资(如急救药品、贵重耗材)单独存放,专人负责管理,保障紧急情况下物资供应。若物资短缺需跨单元调配,需经上级部门协调,遵循先急后缓原则。
|
||||
</view>
|
||||
<view class="font-qian">
|
||||
四、附则
|
||||
|
|
@ -89,13 +101,13 @@
|
|||
display: flex;
|
||||
padding: 0 80rpx;
|
||||
flex-direction: column;
|
||||
|
||||
.title-font{
|
||||
margin: 250rpx auto 80rpx auto;
|
||||
|
||||
.title-font {
|
||||
margin: 200rpx auto 10rpx auto;
|
||||
font-size: 40rpx;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
|
||||
.font-title {
|
||||
font-size: 40rpx;
|
||||
font-weight: 700;
|
||||
|
|
@ -106,15 +118,15 @@
|
|||
font-weight: 700;
|
||||
margin: 50rpx 0;
|
||||
}
|
||||
|
||||
.font-ri{
|
||||
|
||||
.font-ri {
|
||||
font-size: 30rpx;
|
||||
font-weight: 700;
|
||||
margin-left: -20rpx;
|
||||
// margin-bottom: 30rpx;
|
||||
// margin: 30rpx 0;
|
||||
}
|
||||
|
||||
|
||||
.font-gray {
|
||||
font-size: 25rpx;
|
||||
color: #999;
|
||||
|
|
@ -127,16 +139,19 @@
|
|||
color: #333333;
|
||||
line-height: 40rpx;
|
||||
}
|
||||
.back-button{
|
||||
|
||||
.back-button {
|
||||
// margin-top: 40rpx;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 44%;
|
||||
height: 90rpx;
|
||||
margin: 80rpx auto;
|
||||
border: 2rpx solid #c3cacd;
|
||||
background: linear-gradient(to bottom, #f3f3f5, #dee4e9);
|
||||
border-radius: 50rpx;
|
||||
font-size: 35rpx;
|
||||
border-radius: 35rpx;
|
||||
background: linear-gradient(to left, #00C9FF, #0076FF);
|
||||
color: #fff;
|
||||
font-size: 33rpx;
|
||||
// margin-bottom: 40rpx;
|
||||
margin: 50rpx 0 ;
|
||||
}
|
||||
</style>
|
||||
|
|
@ -141,7 +141,7 @@
|
|||
// url: `/pages/login/phonebumber`
|
||||
// });
|
||||
uni.navigateTo({
|
||||
url: `/pages/login/phonebumber`
|
||||
url: `/pages/login/index`
|
||||
});
|
||||
// uni.navigateTo({
|
||||
// url: `/pages/addjigou/all`
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@
|
|||
<text style="color: #999;"> 审核日期:</text>{{item.auditTime}}
|
||||
</view>
|
||||
</view>
|
||||
<view class=""></view>
|
||||
<image class="bottom-img" :src="`https://www.focusnu.com/media/directive/index/${statusarray[(Number(item.status))]}.png`" />
|
||||
</view>
|
||||
<!-- <image class="enter-img" src="https://www.focusnu.com/media/directive/index/right.png" /> -->
|
||||
|
|
@ -50,8 +49,9 @@
|
|||
|
||||
</view> -->
|
||||
<view class="blue-button" v-if="item.modifyStatus===`0`&&item.ischange" @click.stop="again(item)">
|
||||
<image class="blue-button-img" src="https://www.focusnu.com/media/directive/change.png" mode="widthFix"
|
||||
lazy-load="false" />
|
||||
<!-- <image class="blue-button-img" src="https://www.focusnu.com/media/directive/bianji.png" mode="widthFix"
|
||||
lazy-load="false" /> -->
|
||||
变更
|
||||
</view>
|
||||
<!-- <view style="height: 30rpx;">
|
||||
|
||||
|
|
@ -299,21 +299,37 @@
|
|||
height: 120rpx;
|
||||
}
|
||||
.blue-button {
|
||||
margin-top: 40rpx;
|
||||
width: 60rpx;
|
||||
height: 60rpx;
|
||||
border-radius: 50%;
|
||||
width: 40%;
|
||||
margin-left: 30%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background-color: rgb(240,240,240);
|
||||
height: 70rpx;
|
||||
border-radius: 25rpx;
|
||||
background: linear-gradient(to left, #00C9FF, #0076FF);
|
||||
color: #fff;
|
||||
font-size: 30rpx;
|
||||
.blue-button-img{
|
||||
width: 30rpx;
|
||||
height: 30rpx;
|
||||
margin-left: 5rpx;
|
||||
}
|
||||
font-size: 33rpx;
|
||||
margin-top: 40rpx;
|
||||
// margin-bottom: 90rpx;
|
||||
// margin-top: 40rpx;
|
||||
// margin-top: 40rpx;
|
||||
// position: absolute;
|
||||
// top: 30rpx;
|
||||
// right: 25rpx;
|
||||
// width: 50rpx;
|
||||
// height: 50rpx;
|
||||
// border-radius: 50%;
|
||||
// display: flex;
|
||||
// justify-content: center;
|
||||
// align-items: center;
|
||||
// background-color: rgb(240,240,240);
|
||||
// color: #fff;
|
||||
// font-size: 30rpx;
|
||||
// .blue-button-img{
|
||||
// width: 25rpx;
|
||||
// height: 25rpx;
|
||||
// // margin-left: 5rpx;
|
||||
// }
|
||||
}
|
||||
.none{
|
||||
position: absolute;
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@
|
|||
<view v-for="(item,index) in [1,2,3]" :key="index" :class="which===index ?`dian-target` :`dian`"></view>
|
||||
</view>
|
||||
<view class="bottom-button" v-if="which==2" @click="jumpto">
|
||||
前往注册
|
||||
前往登录
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ export default (params) => {
|
|||
case 401:
|
||||
uni.showModal({
|
||||
title: "登录过期",
|
||||
content: "请登录",
|
||||
content: "登录过期,请重新登录",
|
||||
showCancel: false,
|
||||
success() {
|
||||
setTimeout(() => {
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
{"version":3,"file":"downmenu.js","sources":["compontent/public/downmenu.vue","../Hbuilder/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDovaGxkeV94Y3gvY29tcG9udGVudC9wdWJsaWMvZG93bm1lbnUudnVl"],"sourcesContent":["<template>\r\n\t<!-- 底部的栏,为啥这样写,是因为要做左右拉动 -->\r\n\t<view class=\"botton-view\">\r\n\t\t<view v-for=\"(item,index) in itemArray\" :key=\"index\" class=\"array-father\">\r\n\t\t\t<view :class=\"itemTarget===index ? `bottom-button-target` : `bottom-button`\" @click=\"jumpto(index)\">\r\n\t\t\t\t<image class=\"botton-img\"\r\n\t\t\t\t\t:src=\"`https://www.focusnu.com/media/directive/index/itemsbutton/${index}${itemTarget===index?1:0}.png`\" />\r\n\t\t\t\t<view class=\"bottom-text\">\r\n\t\t\t\t\t{{item}}\r\n\t\t\t\t</view>\r\n\t\t\t</view>\r\n\t\t</view>\r\n\t</view>\r\n</template>\r\n\r\n<script setup>\r\n\timport {\r\n\t\tref\r\n\t} from 'vue'\r\n\r\n\tconst props = defineProps({\r\n\t\titemTarget: {\r\n\t\t\ttype: Number,\r\n\t\t\trequired: true // 如果必须传\r\n\t\t\t// default: 0 // 如果您想给默认值\r\n\t\t}\r\n\t})\r\n\r\n\tconst itemArray = [\"NU\", \"动态\", \"我的\"];\r\n\t\r\n\tconst jumpto = (index) => {\r\n\t\tif(index!=props.itemTarget){\r\n\t\t\tswitch (index) {\r\n\t\t\t\tcase 0:\r\n\t\t\t\t\tuni.redirectTo({\r\n\t\t\t\t\t\turl: `/pages/index/index`\r\n\t\t\t\t\t});\r\n\t\t\t\t\tbreak;\r\n\t\t\t\tcase 1:\r\n\t\t\t\t\t\r\n\t\t\t\r\n\t\t\t\t\tbreak;\r\n\t\t\t\tcase 2:\r\n\t\t\t\t\tuni.redirectTo({\r\n\t\t\t\t\t\turl: `/pages/index/mine`\r\n\t\t\t\t\t});\r\n\t\t\t\t\tbreak;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t}\r\n\t}\r\n</script>\r\n<style lang=\"scss\" scoped>\r\n\t.botton-view {\r\n\t\tposition: fixed;\r\n\t\tbottom: 0;\r\n\t\tleft: 0;\r\n\t\theight: 120rpx;\r\n\t\twidth: 100%;\r\n\t\tbackground-color: #fff;\r\n\t\tdisplay: flex;\r\n\t\tjustify-content: space-between;\r\n\t\tfont-weight: 500;\r\n\t\tz-index: 999;\r\n\r\n\t\t.bottom-button {\r\n\t\t\twidth: 100%;\r\n\t\t\theight: 100%;\r\n\t\t\tdisplay: flex;\r\n\t\t\tjustify-content: center;\r\n\t\t\talign-items: center;\r\n\t\t\tflex-direction: column;\r\n\t\t}\r\n\r\n\t\t.bottom-button-target {\r\n\t\t\twidth: 100%;\r\n\t\t\theight: 100%;\r\n\t\t\tdisplay: flex;\r\n\t\t\tjustify-content: center;\r\n\t\t\talign-items: center;\r\n\t\t\tcolor: #01a8ff;\r\n\t\t\tflex-direction: column;\r\n\t\t}\r\n\r\n\t\t.blue-heng {\r\n\t\t\theight: 6rpx;\r\n\t\t\twidth: 150rpx;\r\n\t\t\tbackground-color: rgb(42, 133, 235);\r\n\t\t\tposition: absolute;\r\n\t\t\tbottom: 55rpx;\r\n\t\t\tleft: 50%;\r\n\t\t\t/* 左边缘到父容器左边的距离占父宽度 50% */\r\n\t\t\ttransform: translateX(-50%);\r\n\t\t}\r\n\t}\r\n\r\n\t.array-father {\r\n\t\twidth: 33%;\r\n\t\tposition: relative;\r\n\r\n\t}\r\n\t.botton-img {\r\n\t\twidth: 38rpx;\r\n\t\theight: 38rpx;\r\n\t\tmargin-bottom: 5rpx;\r\n\t}\r\n</style>","import Component from 'D:/hldy_xcx/compontent/public/downmenu.vue'\nwx.createComponent(Component)"],"names":["uni"],"mappings":";;;;;;;;;;;;;AAoBC,UAAM,QAAQ;AAQd,UAAM,YAAY,CAAC,MAAM,MAAM,IAAI;AAEnC,UAAM,SAAS,CAAC,UAAU;AACzB,UAAG,SAAO,MAAM,YAAW;AAC1B,gBAAQ,OAAK;AAAA,UACZ,KAAK;AACJA,0BAAAA,MAAI,WAAW;AAAA,cACd,KAAK;AAAA,YACX,CAAM;AACD;AAAA,UACD,KAAK;AAGJ;AAAA,UACD,KAAK;AACJA,0BAAAA,MAAI,WAAW;AAAA,cACd,KAAK;AAAA,YACX,CAAM;AACD;AAAA,QACD;AAAA,MAED;AAAA,IACD;;;;;;;;;;;;;;;;;ACjDF,GAAG,gBAAgB,SAAS;"}
|
||||
{"version":3,"file":"downmenu.js","sources":["compontent/public/downmenu.vue","../Hbuilder/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDovaGxkeV94Y3gvY29tcG9udGVudC9wdWJsaWMvZG93bm1lbnUudnVl"],"sourcesContent":["<template>\r\n\t<!-- 底部的栏,为啥这样写,是因为要做左右拉动 -->\r\n\t<view class=\"botton-view\">\r\n\t\t<view v-for=\"(item,index) in itemArray\" :key=\"index\" class=\"array-father\">\r\n\t\t\t<view :class=\"itemTarget===index ? `bottom-button-target` : `bottom-button`\" @click=\"jumpto(index)\">\r\n\t\t\t\t<image class=\"botton-img\"\r\n\t\t\t\t\t:src=\"`https://www.focusnu.com/media/directive/index/itemsbutton/${index}${itemTarget===index?1:0}.png`\" />\r\n\t\t\t\t<view class=\"bottom-text\">\r\n\t\t\t\t\t{{item}}\r\n\t\t\t\t</view>\r\n\t\t\t</view>\r\n\t\t</view>\r\n\t</view>\r\n</template>\r\n\r\n<script setup>\r\n\timport {\r\n\t\tref\r\n\t} from 'vue'\r\n\r\n\tconst props = defineProps({\r\n\t\titemTarget: {\r\n\t\t\ttype: Number,\r\n\t\t\trequired: true // 如果必须传\r\n\t\t\t// default: 0 // 如果您想给默认值\r\n\t\t}\r\n\t})\r\n\r\n\tconst itemArray = [\"NU\", \"动态\", \"我的\"];\r\n\t\r\n\tconst jumpto = (index) => {\r\n\t\tif(index!=props.itemTarget){\r\n\t\t\tswitch (index) {\r\n\t\t\t\tcase 0:\r\n\t\t\t\t\tuni.redirectTo({\r\n\t\t\t\t\t\turl: `/pages/index/index`\r\n\t\t\t\t\t});\r\n\t\t\t\t\tbreak;\r\n\t\t\t\tcase 1:\r\n\t\t\t\t\t\r\n\t\t\t\r\n\t\t\t\t\tbreak;\r\n\t\t\t\tcase 2:\r\n\t\t\t\t\tuni.redirectTo({\r\n\t\t\t\t\t\turl: `/pages/index/mine`\r\n\t\t\t\t\t});\r\n\t\t\t\t\tbreak;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t}\r\n\t}\r\n</script>\r\n<style lang=\"scss\" scoped>\r\n\t.botton-view {\r\n\t\tposition: fixed;\r\n\t\tbottom: 0;\r\n\t\tleft: 0;\r\n\t\theight: 120rpx;\r\n\t\twidth: 100%;\r\n\t\tbackground-color: #fff;\r\n\t\tdisplay: flex;\r\n\t\tjustify-content: space-between;\r\n\t\tfont-weight: 500;\r\n\t\tz-index: 998;\r\n\r\n\t\t.bottom-button {\r\n\t\t\twidth: 100%;\r\n\t\t\theight: 100%;\r\n\t\t\tdisplay: flex;\r\n\t\t\tjustify-content: center;\r\n\t\t\talign-items: center;\r\n\t\t\tflex-direction: column;\r\n\t\t}\r\n\r\n\t\t.bottom-button-target {\r\n\t\t\twidth: 100%;\r\n\t\t\theight: 100%;\r\n\t\t\tdisplay: flex;\r\n\t\t\tjustify-content: center;\r\n\t\t\talign-items: center;\r\n\t\t\tcolor: #01a8ff;\r\n\t\t\tflex-direction: column;\r\n\t\t}\r\n\r\n\t\t.blue-heng {\r\n\t\t\theight: 6rpx;\r\n\t\t\twidth: 150rpx;\r\n\t\t\tbackground-color: rgb(42, 133, 235);\r\n\t\t\tposition: absolute;\r\n\t\t\tbottom: 55rpx;\r\n\t\t\tleft: 50%;\r\n\t\t\t/* 左边缘到父容器左边的距离占父宽度 50% */\r\n\t\t\ttransform: translateX(-50%);\r\n\t\t}\r\n\t}\r\n\r\n\t.array-father {\r\n\t\twidth: 33%;\r\n\t\tposition: relative;\r\n\r\n\t}\r\n\t.botton-img {\r\n\t\twidth: 38rpx;\r\n\t\theight: 38rpx;\r\n\t\tmargin-bottom: 5rpx;\r\n\t}\r\n</style>","import Component from 'D:/hldy_xcx/compontent/public/downmenu.vue'\nwx.createComponent(Component)"],"names":["uni"],"mappings":";;;;;;;;;;;;;AAoBC,UAAM,QAAQ;AAQd,UAAM,YAAY,CAAC,MAAM,MAAM,IAAI;AAEnC,UAAM,SAAS,CAAC,UAAU;AACzB,UAAG,SAAO,MAAM,YAAW;AAC1B,gBAAQ,OAAK;AAAA,UACZ,KAAK;AACJA,0BAAAA,MAAI,WAAW;AAAA,cACd,KAAK;AAAA,YACX,CAAM;AACD;AAAA,UACD,KAAK;AAGJ;AAAA,UACD,KAAK;AACJA,0BAAAA,MAAI,WAAW;AAAA,cACd,KAAK;AAAA,YACX,CAAM;AACD;AAAA,QACD;AAAA,MAED;AAAA,IACD;;;;;;;;;;;;;;;;;ACjDF,GAAG,gBAAgB,SAAS;"}
|
||||
|
|
@ -1 +1 @@
|
|||
{"version":3,"file":"exit.js","sources":["compontent/public/exit.vue","../Hbuilder/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDovaGxkeV94Y3gvY29tcG9udGVudC9wdWJsaWMvZXhpdC52dWU"],"sourcesContent":["<template>\n <!-- 通过 v-show 控制显隐,并根据 show 添加 is-active 类触发 CSS 过渡 -->\n <view :class=\"['neuro-wrapper', show ? 'is-active' : '']\" v-show=\"show\">\n <!-- 遮罩层,点击触发关闭 -->\n <view class=\"neuro-mask\" @click=\"handleClose\"></view>\n <!-- 拟态框,阻止冒泡点击 -->\n <view class=\"neuro-box\" @click.stop>\n <!-- <view class=\"tittle-bgc\">\n \n </view> -->\r\n\t <!-- <view class=\"text\">提示</view> -->\r\n\t <view class=\"button-father\">\r\n\t\t <view class=\"button-white\" @click=\"handleClose\">取消</view>\r\n\t\t <view class=\"button\" @click=\"go\">确定</view>\r\n\t </view>\n \n <view style=\"font-size: 25rpx;line-height: 45rpx;margin-top: -50rpx;\">确定要退出登录吗</view>\n </view>\n </view>\n</template>\n\n<script setup>\r\n\t\r\n\t\n// 接收 show 属性并支持 update:show 事件\nconst props = defineProps({\n show: {\n type: Boolean,\n default: true\n },\n\n});\nconst emit = defineEmits([\"close\"]);\n\n// 关闭方法,通知父组件更新 show\nfunction handleClose() {\n emit('close');\n}\r\nconst go = () => {\r\n\tuni.exitMiniProgram({});\r\n}\n</script>\n\n<style lang=\"scss\" scoped>\n/* 容器默认隐藏,透明度为 0,不接受点击 */\n.neuro-wrapper {\n position: fixed;\n inset: 0;\n display: flex;\n justify-content: center;\n align-items: center;\n z-index: 999;\n opacity: 0;\n pointer-events: none;\n transition: opacity 0.3s ease;\n}\n/* 显示时透明度过渡到 1,可接受点击 */\n.neuro-wrapper.is-active {\n opacity: 1;\n pointer-events: auto;\n}\n\n/* 遮罩层,半透明黑色 */\n.neuro-mask {\n position: absolute;\n inset: 0;\n background-color: rgba(0, 0, 0, 0.3);\n}\n\n/* 拟态框 固定尺寸 + 阴影样式 + 相对定位于 wrapper */\n.neuro-box {\n position: relative;\r\n width: 480rpx;\r\n height: 300rpx;\r\n border-radius: 20rpx;\r\n background-color: #fff;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n background-image: url('https://www.focusnu.com/media/directive/index/whitepeople.png');\r\n // background-size: 100% auto;\r\n background-position: top center;\r\n background-repeat: no-repeat;\r\n z-index: 1;\r\n padding: 0 10%;\n}\n\n.tittle-bgc {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 300rpx;\n background-image: url('https://www.focusnu.com/media/directive/index/modelbgc.png');\n background-size: 100% auto;\n background-position: top center;\n background-repeat: no-repeat;\n\n .text {\n color: #47526F;\n font-size: 40rpx;\n margin: 40rpx 0 0 50rpx;\n font-weight: 600;\n }\n}\n\n.button {\n width: 47%;\n background: linear-gradient(to right, #00C9FF, #0076FF);\n display: flex;\n justify-content: center;\n align-items: center;\n color: #fff;\n font-size: 25rpx;\n border-radius: 35rpx;\n}\r\n.button-white {\n width: 47%;\n // background: linear-gradient(to right, #00C9FF, #0076FF);\r\n border: 2rpx solid #c3cacd;\r\n background: linear-gradient(to bottom, #f3f3f5, #dee4e9);\n display: flex;\n justify-content: center;\n align-items: center;\n // color: #fff;\r\n // color: rgb(242,242,242);\n font-size: 25rpx;\n border-radius: 35rpx;\n}\r\n.button-father{\r\n\tposition: absolute;\r\n\tbottom: 30rpx;\r\n\tleft: 50%;\r\n\ttransform: translateX(-50%);\r\n\twidth: 100%;\r\n\theight: 60rpx;\r\n\tdisplay: flex;\r\n\tjustify-content: space-between;\r\n\tpadding: 0 50rpx;\r\n}\n</style>\n","import Component from 'D:/hldy_xcx/compontent/public/exit.vue'\nwx.createComponent(Component)"],"names":["uni"],"mappings":";;;;;;;;;;;;AAgCA,UAAM,OAAO;AAGb,aAAS,cAAc;AACrB,WAAK,OAAO;AAAA,IACd;AACA,UAAM,KAAK,MAAM;AAChBA,0BAAI,gBAAgB,CAAA,CAAE;AAAA,IACvB;;;;;;;;;;;;;;;ACvCA,GAAG,gBAAgB,SAAS;"}
|
||||
{"version":3,"file":"exit.js","sources":["compontent/public/exit.vue","../Hbuilder/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDovaGxkeV94Y3gvY29tcG9udGVudC9wdWJsaWMvZXhpdC52dWU"],"sourcesContent":["<template>\n <!-- 通过 v-show 控制显隐,并根据 show 添加 is-active 类触发 CSS 过渡 -->\n <view :class=\"['neuro-wrapper', show ? 'is-active' : '']\" v-show=\"show\">\n <!-- 遮罩层,点击触发关闭 -->\n <view class=\"neuro-mask\" @click=\"handleClose\"></view>\n <!-- 拟态框,阻止冒泡点击 -->\n <view class=\"neuro-box\" @click.stop>\n <!-- <view class=\"tittle-bgc\">\n \n </view> -->\r\n\t <!-- <view class=\"text\">提示</view> -->\r\n\t <view class=\"button-father\">\r\n\t\t <view class=\"button-white\" @click=\"handleClose\">取消</view>\r\n\t\t <view class=\"button\" @click=\"go\">确定</view>\r\n\t </view>\n \n <view style=\"font-size: 25rpx;line-height: 45rpx;margin-top: -50rpx;\">确定要退出登录吗</view>\n </view>\n </view>\n</template>\n\n<script setup>\r\n\t\r\n\t\n// 接收 show 属性并支持 update:show 事件\nconst props = defineProps({\n show: {\n type: Boolean,\n default: true\n },\n\n});\nconst emit = defineEmits([\"close\"]);\n\n// 关闭方法,通知父组件更新 show\nfunction handleClose() {\n emit('close');\n}\r\nconst go = () => {\r\n\tuni.exitMiniProgram({});\r\n}\n</script>\n\n<style lang=\"scss\" scoped>\n/* 容器默认隐藏,透明度为 0,不接受点击 */\n.neuro-wrapper {\n position: fixed;\n inset: 0;\n display: flex;\n justify-content: center;\n align-items: center;\n z-index: 999;\n opacity: 0;\n pointer-events: none;\n transition: opacity 0.3s ease;\n}\n/* 显示时透明度过渡到 1,可接受点击 */\n.neuro-wrapper.is-active {\n opacity: 1;\n pointer-events: auto;\n}\n\n/* 遮罩层,半透明黑色 */\n.neuro-mask {\n position: absolute;\n inset: 0;\n background-color: rgba(0, 0, 0, 0.3);\n}\n\n/* 拟态框 固定尺寸 + 阴影样式 + 相对定位于 wrapper */\n.neuro-box {\n position: relative;\r\n width: 480rpx;\r\n height: 300rpx;\r\n border-radius: 20rpx;\r\n background-color: #fff;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n background-image: url('https://www.focusnu.com/media/directive/index/whitepeople.png');\r\n // background-size: 100% auto;\r\n background-position: top center;\r\n background-repeat: no-repeat;\r\n z-index: 1;\r\n padding: 0 10%;\n}\n\n.tittle-bgc {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 300rpx;\n background-image: url('https://www.focusnu.com/media/directive/index/modelbgc.png');\n background-size: 100% auto;\n background-position: top center;\n background-repeat: no-repeat;\n\n .text {\n color: #47526F;\n font-size: 40rpx;\n margin: 40rpx 0 0 50rpx;\n font-weight: 600;\n }\n}\n\n.button {\n width: 47%;\n background: linear-gradient(to right, #00C9FF, #0076FF);\n display: flex;\n justify-content: center;\n align-items: center;\n color: #fff;\n font-size: 25rpx;\n border-radius: 24rpx;\n}\r\n.button-white {\n width: 47%;\n // background: linear-gradient(to right, #00C9FF, #0076FF);\r\n border: 2rpx solid #c3cacd;\r\n background: linear-gradient(to bottom, #f3f3f5, #dee4e9);\n display: flex;\n justify-content: center;\n align-items: center;\n // color: #fff;\r\n // color: rgb(242,242,242);\n font-size: 25rpx;\n border-radius: 24rpx;\n}\r\n.button-father{\r\n\tposition: absolute;\r\n\tbottom: 35rpx;\r\n\tleft: 50%;\r\n\ttransform: translateX(-50%);\r\n\twidth: 100%;\r\n\theight: 60rpx;\r\n\tdisplay: flex;\r\n\tjustify-content: space-between;\r\n\tpadding: 0 50rpx;\r\n}\n</style>\n","import Component from 'D:/hldy_xcx/compontent/public/exit.vue'\nwx.createComponent(Component)"],"names":["uni"],"mappings":";;;;;;;;;;;;AAgCA,UAAM,OAAO;AAGb,aAAS,cAAc;AACrB,WAAK,OAAO;AAAA,IACd;AACA,UAAM,KAAK,MAAM;AAChBA,0BAAI,gBAAgB,CAAA,CAAE;AAAA,IACvB;;;;;;;;;;;;;;;ACvCA,GAAG,gBAAgB,SAAS;"}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1 +1 @@
|
|||
{"version":3,"file":"index.js","sources":["request/index.js"],"sourcesContent":["// 全局请求封装\nexport const base_url = 'https://www.focusnu.com/opeapi'\n// 请求超出时间\nconst timeout = 5000\n \n// 需要修改token,和根据实际修改请求头\nexport default (params) => {\n\tlet url = params.url;\n\tlet method = params.method || \"get\";\n\tlet data = params.data || {};\n\tlet header = {\n\t\t'X-Access-Token': uni.getStorageSync('token') || '',\n\t\t'Content-Type': 'application/json;charset=UTF-8',\n\t\t'Authorization': 'Basic c2FiZXI6c2FiZXJfc2VjcmV0',\r\n\t\t\n\t\t...params.header\n\t}\n\treturn new Promise((resolve, reject) => {\n\t\tuni.request({\n\t\t\turl: base_url + url,\n\t\t\tmethod: method,\n\t\t\theader: header,\n\t\t\tdata: data,\n timeout,\n\t\t\tsuccess(response) {\n\t\t\t\tconst res = response\n\t\t\t\t// 根据返回的状态码做出对应的操作\r\n\t\t\t\n\t\t\t\tif (res.statusCode == 200) {\n\t\t\t\t\tresolve(res.data);\n\t\t\t\t} else {\n\t\t\t\t\tuni.clearStorageSync()\n\t\t\t\t\tswitch (res.statusCode) {\n\t\t\t\t\t\tcase 401:\n\t\t\t\t\t\t\tuni.showModal({\n\t\t\t\t\t\t\t\ttitle: \"登录过期\",\n\t\t\t\t\t\t\t\tcontent: \"请登录\",\n\t\t\t\t\t\t\t\tshowCancel: false,\n\t\t\t\t\t\t\t\tsuccess() {\n\t\t\t\t\t\t\t\t\tsetTimeout(() => {\n\t\t\t\t\t\t\t\t\t\tuni.navigateTo({\n\t\t\t\t\t\t\t\t\t\t\turl: \"/pages/login/callback\",\n\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t}, 1000);\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase 404:\n\t\t\t\t\t\t\tuni.showToast({\n\t\t\t\t\t\t\t\ttitle: '请求地址不存在...',\n\t\t\t\t\t\t\t\tduration: 2000,\n\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\tuni.showToast({\n\t\t\t\t\t\t\t\ttitle: '请重试...',\n\t\t\t\t\t\t\t\tduration: 2000,\n\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tfail(err) {\n\t\t\t\tif (err.errMsg.indexOf('request:fail') !== -1) {\n\t\t\t\t\tuni.showToast({\n\t\t\t\t\t\ttitle: '网络异常',\n\t\t\t\t\t\ticon: \"error\",\n\t\t\t\t\t\tduration: 2000\n\t\t\t\t\t})\n\t\t\t\t} else {\n\t\t\t\t\tuni.showToast({\n\t\t\t\t\t\ttitle: '未知异常',\n\t\t\t\t\t\tduration: 2000\n\t\t\t\t\t})\n\t\t\t\t}\n\t\t\t\treject(err);\n \n\t\t\t}\n\t\t});\n\t}).catch(() => {});\n};"],"names":["uni"],"mappings":";;AACY,MAAC,WAAW;AAExB,MAAM,UAAU;AAGhB,MAAe,UAAA,CAAC,WAAW;AAC1B,MAAI,MAAM,OAAO;AACjB,MAAI,SAAS,OAAO,UAAU;AAC9B,MAAI,OAAO,OAAO,QAAQ;AAC1B,MAAI,SAAS;AAAA,IACZ,kBAAkBA,cAAG,MAAC,eAAe,OAAO,KAAK;AAAA,IACjD,gBAAgB;AAAA,IAChB,iBAAiB;AAAA,IAEjB,GAAG,OAAO;AAAA,EACV;AACD,SAAO,IAAI,QAAQ,CAAC,SAAS,WAAW;AACvCA,kBAAAA,MAAI,QAAQ;AAAA,MACX,KAAK,WAAW;AAAA,MAChB;AAAA,MACA;AAAA,MACA;AAAA,MACS;AAAA,MACT,QAAQ,UAAU;AACjB,cAAM,MAAM;AAGZ,YAAI,IAAI,cAAc,KAAK;AAC1B,kBAAQ,IAAI,IAAI;AAAA,QACrB,OAAW;AACNA,wBAAAA,MAAI,iBAAkB;AACtB,kBAAQ,IAAI,YAAU;AAAA,YACrB,KAAK;AACJA,4BAAAA,MAAI,UAAU;AAAA,gBACb,OAAO;AAAA,gBACP,SAAS;AAAA,gBACT,YAAY;AAAA,gBACZ,UAAU;AACT,6BAAW,MAAM;AAChBA,kCAAAA,MAAI,WAAW;AAAA,sBACd,KAAK;AAAA,oBAChB,CAAW;AAAA,kBACD,GAAE,GAAI;AAAA,gBACP;AAAA,cACT,CAAQ;AACD;AAAA,YACD,KAAK;AACJA,4BAAAA,MAAI,UAAU;AAAA,gBACb,OAAO;AAAA,gBACP,UAAU;AAAA,cAClB,CAAQ;AACD;AAAA,YACD;AACCA,4BAAAA,MAAI,UAAU;AAAA,gBACb,OAAO;AAAA,gBACP,UAAU;AAAA,cAClB,CAAQ;AACD;AAAA,UACD;AAAA,QACD;AAAA,MACD;AAAA,MACD,KAAK,KAAK;AACT,YAAI,IAAI,OAAO,QAAQ,cAAc,MAAM,IAAI;AAC9CA,wBAAAA,MAAI,UAAU;AAAA,YACb,OAAO;AAAA,YACP,MAAM;AAAA,YACN,UAAU;AAAA,UAChB,CAAM;AAAA,QACN,OAAW;AACNA,wBAAAA,MAAI,UAAU;AAAA,YACb,OAAO;AAAA,YACP,UAAU;AAAA,UAChB,CAAM;AAAA,QACD;AACD,eAAO,GAAG;AAAA,MAEV;AAAA,IACJ,CAAG;AAAA,EACH,CAAE,EAAE,MAAM,MAAM;AAAA,EAAA,CAAE;AAClB;;;"}
|
||||
{"version":3,"file":"index.js","sources":["request/index.js"],"sourcesContent":["// 全局请求封装\nexport const base_url = 'https://www.focusnu.com/opeapi'\n// 请求超出时间\nconst timeout = 5000\n \n// 需要修改token,和根据实际修改请求头\nexport default (params) => {\n\tlet url = params.url;\n\tlet method = params.method || \"get\";\n\tlet data = params.data || {};\n\tlet header = {\n\t\t'X-Access-Token': uni.getStorageSync('token') || '',\n\t\t'Content-Type': 'application/json;charset=UTF-8',\n\t\t'Authorization': 'Basic c2FiZXI6c2FiZXJfc2VjcmV0',\r\n\t\t\n\t\t...params.header\n\t}\n\treturn new Promise((resolve, reject) => {\n\t\tuni.request({\n\t\t\turl: base_url + url,\n\t\t\tmethod: method,\n\t\t\theader: header,\n\t\t\tdata: data,\n timeout,\n\t\t\tsuccess(response) {\n\t\t\t\tconst res = response\n\t\t\t\t// 根据返回的状态码做出对应的操作\r\n\t\t\t\n\t\t\t\tif (res.statusCode == 200) {\n\t\t\t\t\tresolve(res.data);\n\t\t\t\t} else {\n\t\t\t\t\tuni.clearStorageSync()\n\t\t\t\t\tswitch (res.statusCode) {\n\t\t\t\t\t\tcase 401:\n\t\t\t\t\t\t\tuni.showModal({\n\t\t\t\t\t\t\t\ttitle: \"登录过期\",\n\t\t\t\t\t\t\t\tcontent: \"登录过期,请重新登录\",\n\t\t\t\t\t\t\t\tshowCancel: false,\n\t\t\t\t\t\t\t\tsuccess() {\n\t\t\t\t\t\t\t\t\tsetTimeout(() => {\n\t\t\t\t\t\t\t\t\t\tuni.navigateTo({\n\t\t\t\t\t\t\t\t\t\t\turl: \"/pages/login/callback\",\n\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t}, 1000);\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase 404:\n\t\t\t\t\t\t\tuni.showToast({\n\t\t\t\t\t\t\t\ttitle: '请求地址不存在...',\n\t\t\t\t\t\t\t\tduration: 2000,\n\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\tuni.showToast({\n\t\t\t\t\t\t\t\ttitle: '请重试...',\n\t\t\t\t\t\t\t\tduration: 2000,\n\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tfail(err) {\n\t\t\t\tif (err.errMsg.indexOf('request:fail') !== -1) {\n\t\t\t\t\tuni.showToast({\n\t\t\t\t\t\ttitle: '网络异常',\n\t\t\t\t\t\ticon: \"error\",\n\t\t\t\t\t\tduration: 2000\n\t\t\t\t\t})\n\t\t\t\t} else {\n\t\t\t\t\tuni.showToast({\n\t\t\t\t\t\ttitle: '未知异常',\n\t\t\t\t\t\tduration: 2000\n\t\t\t\t\t})\n\t\t\t\t}\n\t\t\t\treject(err);\n \n\t\t\t}\n\t\t});\n\t}).catch(() => {});\n};"],"names":["uni"],"mappings":";;AACY,MAAC,WAAW;AAExB,MAAM,UAAU;AAGhB,MAAe,UAAA,CAAC,WAAW;AAC1B,MAAI,MAAM,OAAO;AACjB,MAAI,SAAS,OAAO,UAAU;AAC9B,MAAI,OAAO,OAAO,QAAQ;AAC1B,MAAI,SAAS;AAAA,IACZ,kBAAkBA,cAAG,MAAC,eAAe,OAAO,KAAK;AAAA,IACjD,gBAAgB;AAAA,IAChB,iBAAiB;AAAA,IAEjB,GAAG,OAAO;AAAA,EACV;AACD,SAAO,IAAI,QAAQ,CAAC,SAAS,WAAW;AACvCA,kBAAAA,MAAI,QAAQ;AAAA,MACX,KAAK,WAAW;AAAA,MAChB;AAAA,MACA;AAAA,MACA;AAAA,MACS;AAAA,MACT,QAAQ,UAAU;AACjB,cAAM,MAAM;AAGZ,YAAI,IAAI,cAAc,KAAK;AAC1B,kBAAQ,IAAI,IAAI;AAAA,QACrB,OAAW;AACNA,wBAAAA,MAAI,iBAAkB;AACtB,kBAAQ,IAAI,YAAU;AAAA,YACrB,KAAK;AACJA,4BAAAA,MAAI,UAAU;AAAA,gBACb,OAAO;AAAA,gBACP,SAAS;AAAA,gBACT,YAAY;AAAA,gBACZ,UAAU;AACT,6BAAW,MAAM;AAChBA,kCAAAA,MAAI,WAAW;AAAA,sBACd,KAAK;AAAA,oBAChB,CAAW;AAAA,kBACD,GAAE,GAAI;AAAA,gBACP;AAAA,cACT,CAAQ;AACD;AAAA,YACD,KAAK;AACJA,4BAAAA,MAAI,UAAU;AAAA,gBACb,OAAO;AAAA,gBACP,UAAU;AAAA,cAClB,CAAQ;AACD;AAAA,YACD;AACCA,4BAAAA,MAAI,UAAU;AAAA,gBACb,OAAO;AAAA,gBACP,UAAU;AAAA,cAClB,CAAQ;AACD;AAAA,UACD;AAAA,QACD;AAAA,MACD;AAAA,MACD,KAAK,KAAK;AACT,YAAI,IAAI,OAAO,QAAQ,cAAc,MAAM,IAAI;AAC9CA,wBAAAA,MAAI,UAAU;AAAA,YACb,OAAO;AAAA,YACP,MAAM;AAAA,YACN,UAAU;AAAA,UAChB,CAAM;AAAA,QACN,OAAW;AACNA,wBAAAA,MAAI,UAAU;AAAA,YACb,OAAO;AAAA,YACP,UAAU;AAAA,UAChB,CAAM;AAAA,QACD;AACD,eAAO,GAAG;AAAA,MAEV;AAAA,IACJ,CAAG;AAAA,EACH,CAAE,EAAE,MAAM,MAAM;AAAA,EAAA,CAAE;AAClB;;;"}
|
||||
|
|
@ -7043,7 +7043,7 @@ function isConsoleWritable() {
|
|||
function initRuntimeSocketService() {
|
||||
const hosts = "192.168.2.25,127.0.0.1";
|
||||
const port = "8090";
|
||||
const id = "mp-weixin_byoIPU";
|
||||
const id = "mp-weixin_hRoMfD";
|
||||
const lazy = typeof swan !== "undefined";
|
||||
let restoreError = lazy ? () => {
|
||||
} : initOnError();
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
display: flex;
|
||||
justify-content: space-between;
|
||||
font-weight: 500;
|
||||
z-index: 999;
|
||||
z-index: 998;
|
||||
}
|
||||
.botton-view .bottom-button.data-v-459e7b51 {
|
||||
width: 100%;
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@
|
|||
align-items: center;
|
||||
color: #fff;
|
||||
font-size: 25rpx;
|
||||
border-radius: 35rpx;
|
||||
border-radius: 24rpx;
|
||||
}
|
||||
.button-white.data-v-843c2bd8 {
|
||||
width: 47%;
|
||||
|
|
@ -100,11 +100,11 @@
|
|||
justify-content: center;
|
||||
align-items: center;
|
||||
font-size: 25rpx;
|
||||
border-radius: 35rpx;
|
||||
border-radius: 24rpx;
|
||||
}
|
||||
.button-father.data-v-843c2bd8 {
|
||||
position: absolute;
|
||||
bottom: 30rpx;
|
||||
bottom: 35rpx;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
width: 100%;
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ const _sfc_main = {
|
|||
}
|
||||
containerWidth.value = data.width;
|
||||
containerHeight.value = data.height;
|
||||
originX.value = Math.random() * (containerWidth.value - pieceSize) + pieceSize / 2;
|
||||
originX.value = Math.random() * 0.8 * (containerWidth.value - pieceSize) + pieceSize / 2;
|
||||
originX.value = Math.max(pieceSize / 2, Math.min(originX.value, containerWidth.value - pieceSize / 2));
|
||||
originY.value = containerHeight.value / 2;
|
||||
offsetX.value = 0;
|
||||
|
|
@ -81,7 +81,7 @@ const _sfc_main = {
|
|||
});
|
||||
emit("success");
|
||||
} else {
|
||||
offsetX.value全員 = 0;
|
||||
offsetX.value = 0;
|
||||
common_vendor.index.showToast({
|
||||
title: "验证失败",
|
||||
icon: "none",
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@ const _sfc_main = {
|
|||
textArray1[3] = data.orgLeaderPhone;
|
||||
textArray1[4] = data.orgPropertyType;
|
||||
if (data.orgBuildingArea) {
|
||||
textArray1[5] = data.orgBuildingArea + "平方米";
|
||||
textArray1[5] = data.orgBuildingArea + "m²";
|
||||
}
|
||||
});
|
||||
return (_ctx, _cache) => {
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
<view class="container data-v-549d1cee"><model wx:if="{{b}}" class="data-v-549d1cee" bindclose="{{a}}" u-i="549d1cee-0" bind:__l="__l" u-p="{{b}}"/><u-popup wx:if="{{g}}" class="data-v-549d1cee" u-s="{{['d']}}" u-i="549d1cee-1" bind:__l="__l" bindupdateModelValue="{{f}}" u-p="{{g}}"><view class="popup-father data-v-549d1cee"><view class="popup-title data-v-549d1cee"><view class="all-bgc data-v-549d1cee" style="display:flex;justify-content:center;align-items:center;height:180rpx;width:100%;position:relative"><view class="title-font data-v-549d1cee"> 请选择所在地区 </view><image class="title-imge-title data-v-549d1cee" src="https://www.focusnu.com/media/directive/index/mark.png"/></view><view class="data-v-549d1cee" style="display:flex"><view wx:for="{{c}}" wx:for-item="item" class="button-father data-v-549d1cee" style="{{item.c}}" bindtap="{{item.d}}"><view class="data-v-549d1cee">{{item.a}}</view><image class="title-imge data-v-549d1cee" src="{{item.b}}"/></view></view></view><view class="data-v-549d1cee" style="height:180rpx;width:100%"></view><view wx:if="{{d}}" class="data-v-549d1cee" style="height:80rpx;width:100%"></view><view class="other-title data-v-549d1cee"> 选择地区 </view><view wx:for="{{e}}" wx:for-item="item" wx:key="c" class="data-v-549d1cee" bindtap="{{item.d}}"><view class="cards data-v-549d1cee"><view class="zimu data-v-549d1cee">{{item.a}}</view><view class="font data-v-549d1cee">{{item.b}}</view></view></view></view></u-popup><view class="title-back data-v-549d1cee"><view class="left-father data-v-549d1cee" bindtap="{{h}}"><image class="back-img data-v-549d1cee" src="https://www.focusnu.com/media/directive/index/left.png"/><view class="data-v-549d1cee" style="font-size:30rpx">机构信息</view></view></view><view class="white-content data-v-549d1cee"><view class="content-title data-v-549d1cee"><view class="shu data-v-549d1cee"></view><view class="content-weight data-v-549d1cee">机构信息</view></view><view class="white-message data-v-549d1cee"><view class="data-v-549d1cee" bindtap="{{k}}"><view class="one data-v-549d1cee" style="position:relative"><view class="one-left data-v-549d1cee">机构位置</view><input disabled style="cursor:not-allowed;pointer-events:none" class="one-right data-v-549d1cee" type="text" placeholder="请选择机构位置" value="{{i}}" bindinput="{{j}}"/><image class="triangle-down data-v-549d1cee" src="https://www.focusnu.com/media/directive/login/xia.png"/></view></view><view class="data-v-549d1cee"><view class="one data-v-549d1cee" style="overflow:hidden"><view class="one-left data-v-549d1cee">详细地址</view><input class="one-right data-v-549d1cee" placeholder="请输入详细地址" value="{{l}}" bindinput="{{m}}"/></view></view><view class="data-v-549d1cee"><view class="one data-v-549d1cee"><view class="one-left data-v-549d1cee">机构负责人</view><input class="one-right data-v-549d1cee" type="text" placeholder="请输入机构负责人姓名" value="{{n}}" bindinput="{{o}}"/></view></view><view class="data-v-549d1cee"><view class="one data-v-549d1cee"><view class="one-left data-v-549d1cee">机构负责人电话</view><input class="one-right data-v-549d1cee" type="number" maxlength="11" placeholder="请输入机构负责人电话" value="{{p}}" bindinput="{{q}}"/></view></view><view class="data-v-549d1cee"><view class="one data-v-549d1cee" style="position:relative" bindtap="{{t}}"><view class="one-left data-v-549d1cee">房屋性质</view><input disabled style="cursor:not-allowed;pointer-events:none" class="one-right data-v-549d1cee" type="text" placeholder="请选择房屋性质" value="{{r}}" bindinput="{{s}}"/><image class="triangle-down data-v-549d1cee" src="https://www.focusnu.com/media/directive/login/xia.png"/></view></view><u-select wx:if="{{x}}" class="data-v-549d1cee" style="font-size:35rpx" bindconfirm="{{v}}" u-i="549d1cee-2" bind:__l="__l" bindupdateModelValue="{{w}}" u-p="{{x}}"></u-select><view class="data-v-549d1cee" style="margin-bottom:20rpx"><view class="one data-v-549d1cee" style="position:relative"><view class="one-left data-v-549d1cee">建筑面积</view><input class="one-right data-v-549d1cee" type="digit" placeholder="请输入建筑面积" bindinput="{{y}}" value="{{z}}"/><view class="triangle-down-mi data-v-549d1cee"> 平方米 </view></view></view></view></view><view class="data-v-549d1cee" style="display:flex;width:100%;margin-top:10rpx;padding:0 10%;justify-content:space-between"><view class="back-button data-v-549d1cee" bindtap="{{A}}"> 返回上一步 </view><view class="finish-button data-v-549d1cee" bindtap="{{B}}"> 确认并提交 </view></view></view>
|
||||
<view class="container data-v-549d1cee"><model wx:if="{{b}}" class="data-v-549d1cee" bindclose="{{a}}" u-i="549d1cee-0" bind:__l="__l" u-p="{{b}}"/><u-popup wx:if="{{g}}" class="data-v-549d1cee" u-s="{{['d']}}" u-i="549d1cee-1" bind:__l="__l" bindupdateModelValue="{{f}}" u-p="{{g}}"><view class="popup-father data-v-549d1cee"><view class="popup-title data-v-549d1cee"><view class="all-bgc data-v-549d1cee" style="display:flex;justify-content:center;align-items:center;height:180rpx;width:100%;position:relative"><view class="title-font data-v-549d1cee"> 请选择所在地区 </view><image class="title-imge-title data-v-549d1cee" src="https://www.focusnu.com/media/directive/index/mark.png"/></view><view class="data-v-549d1cee" style="display:flex"><view wx:for="{{c}}" wx:for-item="item" class="button-father data-v-549d1cee" style="{{item.c}}" bindtap="{{item.d}}"><view class="data-v-549d1cee">{{item.a}}</view><image class="title-imge data-v-549d1cee" src="{{item.b}}"/></view></view></view><view class="data-v-549d1cee" style="height:180rpx;width:100%"></view><view wx:if="{{d}}" class="data-v-549d1cee" style="height:80rpx;width:100%"></view><view class="other-title data-v-549d1cee"> 选择地区 </view><view wx:for="{{e}}" wx:for-item="item" wx:key="c" class="data-v-549d1cee" bindtap="{{item.d}}"><view class="cards data-v-549d1cee"><view class="zimu data-v-549d1cee">{{item.a}}</view><view class="font data-v-549d1cee">{{item.b}}</view></view></view></view></u-popup><view class="title-back data-v-549d1cee"><view class="left-father data-v-549d1cee" bindtap="{{h}}"><image class="back-img data-v-549d1cee" src="https://www.focusnu.com/media/directive/index/left.png"/><view class="data-v-549d1cee" style="font-size:30rpx">机构信息</view></view></view><view class="white-content data-v-549d1cee"><view class="content-title data-v-549d1cee"><view class="shu data-v-549d1cee"></view><view class="content-weight data-v-549d1cee">机构信息</view></view><view class="white-message data-v-549d1cee"><view class="data-v-549d1cee" bindtap="{{k}}"><view class="one data-v-549d1cee" style="position:relative"><view class="one-left data-v-549d1cee">机构位置</view><input disabled style="cursor:not-allowed;pointer-events:none" class="one-right data-v-549d1cee" type="text" placeholder="请选择机构位置" value="{{i}}" bindinput="{{j}}"/><image class="triangle-down data-v-549d1cee" src="https://www.focusnu.com/media/directive/login/xia.png"/></view></view><view class="data-v-549d1cee"><view class="one data-v-549d1cee" style="overflow:hidden"><view class="one-left data-v-549d1cee">详细地址</view><input class="one-right data-v-549d1cee" placeholder="请输入详细地址" value="{{l}}" bindinput="{{m}}"/></view></view><view class="data-v-549d1cee"><view class="one data-v-549d1cee"><view class="one-left data-v-549d1cee">机构负责人</view><input class="one-right data-v-549d1cee" type="text" placeholder="请输入机构负责人姓名" value="{{n}}" bindinput="{{o}}"/></view></view><view class="data-v-549d1cee"><view class="one data-v-549d1cee"><view class="one-left data-v-549d1cee">机构负责人电话</view><input class="one-right data-v-549d1cee" type="number" maxlength="11" placeholder="请输入机构负责人电话" value="{{p}}" bindinput="{{q}}"/></view></view><view class="data-v-549d1cee"><view class="one data-v-549d1cee" style="position:relative" bindtap="{{t}}"><view class="one-left data-v-549d1cee">房屋性质</view><input disabled style="cursor:not-allowed;pointer-events:none" class="one-right data-v-549d1cee" type="text" placeholder="请选择房屋性质" value="{{r}}" bindinput="{{s}}"/><image class="triangle-down data-v-549d1cee" src="https://www.focusnu.com/media/directive/login/xia.png"/></view></view><u-select wx:if="{{x}}" class="data-v-549d1cee" style="font-size:35rpx" bindconfirm="{{v}}" u-i="549d1cee-2" bind:__l="__l" bindupdateModelValue="{{w}}" u-p="{{x}}"></u-select><view class="data-v-549d1cee" style="margin-bottom:20rpx"><view class="one data-v-549d1cee" style="position:relative"><view class="one-left data-v-549d1cee">建筑面积</view><input class="one-right data-v-549d1cee" type="digit" placeholder="请输入建筑面积" bindinput="{{y}}" value="{{z}}"/><view class="triangle-down-mi data-v-549d1cee"> m² </view></view></view></view></view><view class="data-v-549d1cee" style="display:flex;width:100%;margin-top:10rpx;padding:0 10%;justify-content:space-between"><view class="back-button data-v-549d1cee" bindtap="{{A}}"> 返回上一步 </view><view class="finish-button data-v-549d1cee" bindtap="{{B}}"> 确认并提交 </view></view></view>
|
||||
|
|
@ -42,7 +42,7 @@ const _sfc_main = {
|
|||
}
|
||||
};
|
||||
const again = (item) => {
|
||||
common_vendor.index.__f__("log", "at pages/index/index.vue:225", "????", item);
|
||||
common_vendor.index.__f__("log", "at pages/index/index.vue:203", "????", item);
|
||||
common_vendor.index.setStorageSync("baddata", item);
|
||||
common_vendor.index.setStorageSync("specicalid", item.id);
|
||||
common_vendor.index.setStorageSync("backhuancun", {});
|
||||
|
|
@ -85,31 +85,27 @@ const _sfc_main = {
|
|||
}),
|
||||
c: common_vendor.f(menuArray.value, (item, index, i0) => {
|
||||
return common_vendor.e({
|
||||
a: item.comName
|
||||
}, item.comName ? {
|
||||
b: common_vendor.t(item.comName)
|
||||
} : {}, {
|
||||
c: item.status == `1`
|
||||
a: item.status == `1`
|
||||
}, item.status == `1` ? {
|
||||
d: `https://www.focusnu.com/media/directive/index/refresh.png`,
|
||||
e: common_vendor.o(loadingData, index)
|
||||
b: `https://www.focusnu.com/media/directive/index/refresh.png`,
|
||||
c: common_vendor.o(loadingData, index)
|
||||
} : {}, {
|
||||
f: item.status == `1`
|
||||
d: item.status == `1`
|
||||
}, item.status == `1` ? {
|
||||
g: `https://www.focusnu.com/media/directive/index/${statusarray[Number(item.status) - 1]}.png`,
|
||||
h: common_vendor.t(item.comName),
|
||||
i: common_vendor.o(($event) => look(item), index)
|
||||
e: `https://www.focusnu.com/media/directive/index/${statusarray[Number(item.status) - 1]}.png`,
|
||||
f: common_vendor.t(item.comName),
|
||||
g: common_vendor.o(($event) => look(item), index)
|
||||
} : {}, {
|
||||
j: item.status == `3`
|
||||
h: item.status == `3`
|
||||
}, item.status == `3` ? {
|
||||
k: `https://www.focusnu.com/media/directive/index/${statusarray[Number(item.status) - 1]}.png`,
|
||||
l: common_vendor.t(item.comName),
|
||||
m: common_vendor.o(($event) => again(item), index),
|
||||
n: common_vendor.o(($event) => jumptolist(item.content), index)
|
||||
i: `https://www.focusnu.com/media/directive/index/${statusarray[Number(item.status) - 1]}.png`,
|
||||
j: common_vendor.t(item.comName),
|
||||
k: common_vendor.o(($event) => again(item), index),
|
||||
l: common_vendor.o(($event) => jumptolist(item.content), index)
|
||||
} : {}, {
|
||||
o: item.status == `2`
|
||||
m: item.status == `2`
|
||||
}, item.status == `2` ? {
|
||||
p: common_vendor.f(buttonArray.value, (item2, index2, i1) => {
|
||||
n: common_vendor.f(buttonArray.value, (item2, index2, i1) => {
|
||||
return {
|
||||
a: `https://www.focusnu.com/media/directive/index/addjiji/${index2}.png`,
|
||||
b: common_vendor.t(item2),
|
||||
|
|
@ -117,11 +113,17 @@ const _sfc_main = {
|
|||
};
|
||||
})
|
||||
} : {}, {
|
||||
q: item.status == `-1`
|
||||
o: item.status == `-1`
|
||||
}, item.status == `-1` ? {
|
||||
r: common_vendor.o(addjigou, index)
|
||||
p: common_vendor.o(addjigou, index)
|
||||
} : {}, {
|
||||
s: index
|
||||
q: item.status == `2`
|
||||
}, item.status == `2` ? common_vendor.e({
|
||||
r: item.comName
|
||||
}, item.comName ? {
|
||||
s: common_vendor.t(item.comName)
|
||||
} : {}) : {}, {
|
||||
t: index
|
||||
});
|
||||
}),
|
||||
d: `100vh`,
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
<view class="login-container data-v-1cf27b2a"><view class="index-up data-v-1cf27b2a"><image class="index-up-img data-v-1cf27b2a" src="https://www.focusnu.com/media/directive/index/indexgif.gif" mode="widthFix" lazy-load="false"/></view><model wx:if="{{b}}" class="data-v-1cf27b2a" bindclose="{{a}}" u-i="1cf27b2a-0" bind:__l="__l" u-p="{{b}}"/><swiper class="data-v-1cf27b2a" duration="{{150}}" style="{{'width:100%' + ';' + ('height:' + d)}}" current="{{e}}" bindchange="{{f}}"><view wx:for="{{c}}" wx:for-item="item" wx:key="s" class="data-v-1cf27b2a"><swiper-item class="data-v-1cf27b2a"><view class="white-content-father-time data-v-1cf27b2a"><view wx:if="{{item.a}}" class="white-content data-v-1cf27b2a"><view class="white-bgc data-v-1cf27b2a" style="font-size:32rpx">{{item.b}}</view></view></view><view class="white-content-father data-v-1cf27b2a"><view wx:if="{{item.c}}" class="chuo-ball data-v-1cf27b2a" bindtap="{{item.e}}"><image class="ball-img data-v-1cf27b2a" src="{{item.d}}"/></view><view wx:if="{{item.f}}" class="white-content data-v-1cf27b2a"><image class="white-content-img data-v-1cf27b2a" src="{{item.g}}" lazy-load="false"/><view class="white-font data-v-1cf27b2a"> 您提交的 </view><view class="second-font data-v-1cf27b2a"><text class="data-v-1cf27b2a"> "{{item.h}}" </text></view><view class="second-font data-v-1cf27b2a"> 加盟申请 <text class="data-v-1cf27b2a" style="color:#fa8622"> 正在审核中 </text></view><view class="button-blue data-v-1cf27b2a" bindtap="{{item.i}}"> 查看 </view></view><view wx:if="{{item.j}}" class="white-content data-v-1cf27b2a"><image class="white-content-img data-v-1cf27b2a" src="{{item.k}}" lazy-load="false"/><view class="white-font data-v-1cf27b2a"> 您提交的 </view><view class="second-font data-v-1cf27b2a"><text class="data-v-1cf27b2a"> "{{item.l}}" </text></view><view class="second-font data-v-1cf27b2a"> 加盟申请 <text class="data-v-1cf27b2a" style="color:#eb2b59"> 审核不通过 </text></view><view class="button-blue-spec data-v-1cf27b2a" bindtap="{{item.m}}"> 重新提交 </view><view class="button-white-spec data-v-1cf27b2a" bindtap="{{item.n}}"> 驳回原因 </view></view><view wx:if="{{item.o}}" class="data-v-1cf27b2a" style="z-index:1;width:100%"><view class="zhiling-box data-v-1cf27b2a"><view class=" data-v-1cf27b2a"> 单元清洁服务指令已执行完毕,点击查看 </view><image class="zhiling-img data-v-1cf27b2a" src="https://www.focusnu.com/media/directive/index/mine/more.png"/></view><view class="white-box-father data-v-1cf27b2a"><view wx:for="{{item.p}}" wx:for-item="item" wx:key="c" class="white-box data-v-1cf27b2a"><image class="box-img data-v-1cf27b2a" src="{{item.a}}"/><view class="box-font data-v-1cf27b2a">{{item.b}}</view></view><view class="white-box data-v-1cf27b2a"><view class="data-v-1cf27b2a" style="font-weight:600;font-size:80rpx">+</view></view></view></view></view><view wx:if="{{item.q}}" class="white-content data-v-1cf27b2a" style="margin:0 auto;margin-top:110rpx"><image class="white-content-secondimg data-v-1cf27b2a" src="https://www.focusnu.com/media/directive/index/addjiji/addjigou.png" lazy-load="false"/><view class="button-blue data-v-1cf27b2a" bindtap="{{item.r}}"> 添加机构 </view></view></swiper-item></view></swiper><view class="data-v-1cf27b2a" style="z-index:999;position:fixed;bottom:70rpx;width:100%;display:flex;justify-content:center;margin-top:-25rpx;height:100rpx"><view class="jia-box data-v-1cf27b2a"><view wx:for="{{g}}" wx:for-item="item" wx:key="f" class="data-v-1cf27b2a" bindtap="{{item.g}}"><view wx:if="{{item.a}}" class="{{['data-v-1cf27b2a', item.b]}}"></view><view wx:if="{{item.c}}" class="jia data-v-1cf27b2a" bindtap="{{item.e}}"><image class="jia-img data-v-1cf27b2a" src="{{item.d}}"/></view></view></view></view><down-menu wx:if="{{h}}" class="data-v-1cf27b2a" u-i="1cf27b2a-1" bind:__l="__l" u-p="{{h}}"/></view>
|
||||
<view class="login-container data-v-1cf27b2a"><view class="index-up data-v-1cf27b2a"><image class="index-up-img data-v-1cf27b2a" src="https://www.focusnu.com/media/directive/index/indexgif.gif" mode="widthFix" lazy-load="false"/></view><model wx:if="{{b}}" class="data-v-1cf27b2a" bindclose="{{a}}" u-i="1cf27b2a-0" bind:__l="__l" u-p="{{b}}"/><swiper class="data-v-1cf27b2a" duration="{{150}}" style="{{'width:100%;position:fixed;bottom:0;left:0' + ';' + ('min-height:' + d)}}" current="{{e}}" bindchange="{{f}}"><view wx:for="{{c}}" wx:for-item="item" wx:key="t" class="data-v-1cf27b2a"><swiper-item class="data-v-1cf27b2a"><view class="white-content-father data-v-1cf27b2a"><view wx:if="{{item.a}}" class="chuo-ball data-v-1cf27b2a" bindtap="{{item.c}}"><image class="ball-img data-v-1cf27b2a" src="{{item.b}}"/></view><view wx:if="{{item.d}}" class="white-content data-v-1cf27b2a"><image class="white-content-img data-v-1cf27b2a" src="{{item.e}}" lazy-load="false"/><view class="white-font data-v-1cf27b2a"> 您提交的 </view><view class="second-font data-v-1cf27b2a"><text class="data-v-1cf27b2a"> "{{item.f}}" </text></view><view class="second-font data-v-1cf27b2a"> 加盟申请 <text class="data-v-1cf27b2a" style="color:#fa8622"> 正在审核中 </text></view><view class="button-blue data-v-1cf27b2a" bindtap="{{item.g}}"> 查看 </view></view><view wx:if="{{item.h}}" class="white-content data-v-1cf27b2a"><image class="white-content-img data-v-1cf27b2a" src="{{item.i}}" lazy-load="false"/><view class="white-font data-v-1cf27b2a"> 您提交的 </view><view class="second-font data-v-1cf27b2a"><text class="data-v-1cf27b2a"> "{{item.j}}" </text></view><view class="second-font data-v-1cf27b2a"> 加盟申请 <text class="data-v-1cf27b2a" style="color:#eb2b59"> 审核不通过 </text></view><view class="button-blue-spec data-v-1cf27b2a" bindtap="{{item.k}}"> 重新提交 </view><view class="button-white-spec data-v-1cf27b2a" bindtap="{{item.l}}"> 驳回原因 </view></view><view wx:if="{{item.m}}" class="data-v-1cf27b2a" style="z-index:1;width:100%"><view class="zhiling-box data-v-1cf27b2a"><view class=" data-v-1cf27b2a"> 暂无指令 </view><image class="zhiling-img data-v-1cf27b2a" hidden="{{!false}}" src="https://www.focusnu.com/media/directive/index/mine/more.png"/></view><view class="white-box-father data-v-1cf27b2a"><view wx:for="{{item.n}}" wx:for-item="item" wx:key="c" class="white-box data-v-1cf27b2a"><image class="box-img data-v-1cf27b2a" src="{{item.a}}"/><view class="box-font data-v-1cf27b2a">{{item.b}}</view></view><view class="white-box data-v-1cf27b2a"><view class="data-v-1cf27b2a" style="font-weight:600;font-size:80rpx">+</view></view></view></view></view><view wx:if="{{item.o}}" class="white-content data-v-1cf27b2a" style="margin:0 auto"><image class="white-content-secondimg data-v-1cf27b2a" src="https://www.focusnu.com/media/directive/index/addjiji/addjigou.png" lazy-load="false"/><view class="button-blue data-v-1cf27b2a" bindtap="{{item.p}}"> 添加机构 </view></view><view wx:if="{{item.q}}" class="white-content-father-time data-v-1cf27b2a"><view wx:if="{{item.r}}" class="white-content data-v-1cf27b2a" style="background-color:transparent"><view class="white-bgc data-v-1cf27b2a">{{item.s}}</view></view></view></swiper-item></view></swiper><view class="data-v-1cf27b2a" style="z-index:999;position:fixed;bottom:70rpx;width:100%;display:flex;justify-content:center;margin-top:-25rpx;height:100rpx"><view class="jia-box data-v-1cf27b2a"><view wx:for="{{g}}" wx:for-item="item" wx:key="f" class="data-v-1cf27b2a" bindtap="{{item.g}}"><view wx:if="{{item.a}}" class="{{['data-v-1cf27b2a', item.b]}}"></view><view wx:if="{{item.c}}" class="jia data-v-1cf27b2a" bindtap="{{item.e}}"><image class="jia-img data-v-1cf27b2a" src="{{item.d}}"/></view></view></view></view><down-menu wx:if="{{h}}" class="data-v-1cf27b2a" u-i="1cf27b2a-1" bind:__l="__l" u-p="{{h}}"/></view>
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
.login-container.data-v-1cf27b2a {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: calc(100vh + 90rpx);
|
||||
min-height: 100vh;
|
||||
width: 100%;
|
||||
background-color: #eff1fc;
|
||||
position: relative;
|
||||
|
|
@ -138,9 +138,10 @@
|
|||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin-top: 30rpx;
|
||||
margin-top: 40vh;
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
.bottom-text.data-v-1cf27b2a {
|
||||
font-size: 22rpx;
|
||||
|
|
@ -149,16 +150,16 @@
|
|||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin-top: 600rpx;
|
||||
margin-top: 20rpx;
|
||||
}
|
||||
.white-content-father-time .white-bgc.data-v-1cf27b2a {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #fff;
|
||||
padding-left: 50rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border: 2rpx solid #fff;
|
||||
justify-content: center;
|
||||
font-size: 32rpx;
|
||||
color: #333333;
|
||||
}
|
||||
.white-content-father-time .white-content.data-v-1cf27b2a {
|
||||
height: 110rpx;
|
||||
|
|
@ -212,9 +213,9 @@
|
|||
}
|
||||
.white-box-father .white-box.data-v-1cf27b2a {
|
||||
margin-top: 35rpx;
|
||||
width: 20%;
|
||||
width: 20.7%;
|
||||
margin-left: 3%;
|
||||
height: 220rpx;
|
||||
height: 237rpx;
|
||||
background-color: #fff;
|
||||
border-radius: 35rpx;
|
||||
display: flex;
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ const _sfc_main = {
|
|||
phone.value = common_vendor.index.getStorageSync("tel");
|
||||
platId.value = common_vendor.index.getStorageSync("platId");
|
||||
});
|
||||
const cardMenu = [`机构信息`, `加盟审核`, `宣传页`];
|
||||
const cardMenu = [`机构信息`, `加盟审核`, `机构功能`];
|
||||
const change = () => {
|
||||
common_vendor.index.navigateTo({
|
||||
url: `/pages/login/threeselectonespec`
|
||||
|
|
@ -37,11 +37,6 @@ const _sfc_main = {
|
|||
url: `/pages/login/workjoin`
|
||||
});
|
||||
break;
|
||||
case 2:
|
||||
common_vendor.index.navigateTo({
|
||||
url: `/pages/login/special?no=true`
|
||||
});
|
||||
break;
|
||||
}
|
||||
};
|
||||
return (_ctx, _cache) => {
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
<view class="login-container data-v-94511ff7"><image class="title-imge data-v-94511ff7" src="https://www.focusnu.com/media/directive/login/icon.png"/><image class="photo-imge data-v-94511ff7" src="https://www.focusnu.com/media/directive/login/bgc.png"/><view class="under-container data-v-94511ff7"><view class="under-container-title data-v-94511ff7"><view class="under-container-input data-v-94511ff7"><view class="input-left data-v-94511ff7">+86</view><input class="data-v-94511ff7" type="number" style="width:600rpx;font-size:33rpx" maxlength="11" placeholder="请输入手机号" bindinput="{{a}}"/></view></view><view wx:if="{{b}}" class="button-blue data-v-94511ff7" bindtap="{{c}}"> 获取验证码 </view><view wx:if="{{d}}" class="button-gray data-v-94511ff7"> 获取验证码 </view></view><view wx:if="{{e}}" class="bg-mask data-v-94511ff7" bindtap="{{h}}"><huakuai class="data-v-94511ff7" catchclick="{{f}}" bindsuccess="{{g}}" u-i="94511ff7-0" bind:__l="__l"/></view></view>
|
||||
<view class="login-container data-v-94511ff7"><image class="title-imge data-v-94511ff7" src="https://www.focusnu.com/media/directive/login/icon.png"/><image class="photo-imge data-v-94511ff7" src="https://www.focusnu.com/media/directive/login/bgc.png"/><view class="under-container data-v-94511ff7"><view class="under-container-title data-v-94511ff7"><view class="under-container-input data-v-94511ff7"><view class="input-left data-v-94511ff7">+86</view><input class="data-v-94511ff7" type="number" style="width:600rpx;font-size:33rpx;height:200rpx" maxlength="11" placeholder="请输入手机号" bindinput="{{a}}"/></view></view><view wx:if="{{b}}" class="button-blue data-v-94511ff7" bindtap="{{c}}"> 获取验证码 </view><view wx:if="{{d}}" class="button-gray data-v-94511ff7"> 获取验证码 </view></view><view wx:if="{{e}}" class="bg-mask data-v-94511ff7" bindtap="{{h}}"><huakuai class="data-v-94511ff7" catchclick="{{f}}" bindsuccess="{{g}}" u-i="94511ff7-0" bind:__l="__l"/></view></view>
|
||||
File diff suppressed because one or more lines are too long
|
|
@ -31,7 +31,7 @@
|
|||
flex-direction: column;
|
||||
}
|
||||
.font-father .title-font.data-v-d224a900 {
|
||||
margin: 250rpx auto 80rpx auto;
|
||||
margin: 200rpx auto 10rpx auto;
|
||||
font-size: 40rpx;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
|
@ -60,14 +60,14 @@
|
|||
line-height: 40rpx;
|
||||
}
|
||||
.back-button.data-v-d224a900 {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 44%;
|
||||
height: 90rpx;
|
||||
margin: 80rpx auto;
|
||||
border: 2rpx solid #c3cacd;
|
||||
background: linear-gradient(to bottom, #f3f3f5, #dee4e9);
|
||||
border-radius: 50rpx;
|
||||
font-size: 35rpx;
|
||||
border-radius: 35rpx;
|
||||
background: linear-gradient(to left, #00C9FF, #0076FF);
|
||||
color: #fff;
|
||||
font-size: 33rpx;
|
||||
margin: 50rpx 0;
|
||||
}
|
||||
|
|
@ -9,7 +9,7 @@ const _sfc_main = {
|
|||
};
|
||||
const ceshi = () => {
|
||||
common_vendor.index.navigateTo({
|
||||
url: `/pages/login/phonebumber`
|
||||
url: `/pages/login/index`
|
||||
});
|
||||
};
|
||||
const jumpToindex = () => {
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
<view class="login-container data-v-c1509caf"><view class="title-back data-v-c1509caf"><view class="left-father data-v-c1509caf" bindtap="{{a}}"><image class="back-img data-v-c1509caf" src="https://www.focusnu.com/media/directive/index/left.png"/><view class="data-v-c1509caf" style="font-size:30rpx">机构信息</view></view></view><view class="index-up data-v-c1509caf"><image class="index-up-img data-v-c1509caf" src="https://www.focusnu.com/media/directive/index/indexgif.gif" mode="widthFix" lazy-load="false"/></view><view class="bgc-card data-v-c1509caf"><view wx:if="{{b}}" class="none data-v-c1509caf"><image class="data-v-c1509caf" style="width:300rpx;height:300rpx" src="https://www.focusnu.com/media/directive/index/none.png" mode="widthFix" lazy-load="false"/><view class=" data-v-c1509caf">暂无机构信息</view></view><view class="under-scroll data-v-c1509caf"><view wx:for="{{c}}" wx:for-item="item" wx:key="i" class="data-v-c1509caf"><view class="white-small data-v-c1509caf" bindtap="{{item.h}}"><view class="data-v-c1509caf" style="font-size:32rpx">{{item.a}}</view><view class="bottom-father data-v-c1509caf"><view class="data-v-c1509caf" style="margin-top:45rpx"><view class=" data-v-c1509caf"><text class="data-v-c1509caf" style="color:#999">{{item.b}}日期:</text>{{item.c}}</view><view class="data-v-c1509caf" style="margin-top:10rpx"><text class="data-v-c1509caf" style="color:#999"> 审核日期:</text>{{item.d}}</view></view><view class=" data-v-c1509caf"></view><image class="bottom-img data-v-c1509caf" src="{{item.e}}"/></view><view wx:if="{{item.f}}" class="blue-button data-v-c1509caf" catchtap="{{item.g}}"><image class="blue-button-img data-v-c1509caf" src="https://www.focusnu.com/media/directive/change.png" mode="widthFix" lazy-load="false"/></view></view></view></view></view></view>
|
||||
<view class="login-container data-v-c1509caf"><view class="title-back data-v-c1509caf"><view class="left-father data-v-c1509caf" bindtap="{{a}}"><image class="back-img data-v-c1509caf" src="https://www.focusnu.com/media/directive/index/left.png"/><view class="data-v-c1509caf" style="font-size:30rpx">机构信息</view></view></view><view class="index-up data-v-c1509caf"><image class="index-up-img data-v-c1509caf" src="https://www.focusnu.com/media/directive/index/indexgif.gif" mode="widthFix" lazy-load="false"/></view><view class="bgc-card data-v-c1509caf"><view wx:if="{{b}}" class="none data-v-c1509caf"><image class="data-v-c1509caf" style="width:300rpx;height:300rpx" src="https://www.focusnu.com/media/directive/index/none.png" mode="widthFix" lazy-load="false"/><view class=" data-v-c1509caf">暂无机构信息</view></view><view class="under-scroll data-v-c1509caf"><view wx:for="{{c}}" wx:for-item="item" wx:key="i" class="data-v-c1509caf"><view class="white-small data-v-c1509caf" bindtap="{{item.h}}"><view class="data-v-c1509caf" style="font-size:32rpx">{{item.a}}</view><view class="bottom-father data-v-c1509caf"><view class="data-v-c1509caf" style="margin-top:45rpx"><view class=" data-v-c1509caf"><text class="data-v-c1509caf" style="color:#999">{{item.b}}日期:</text>{{item.c}}</view><view class="data-v-c1509caf" style="margin-top:10rpx"><text class="data-v-c1509caf" style="color:#999"> 审核日期:</text>{{item.d}}</view></view><image class="bottom-img data-v-c1509caf" src="{{item.e}}"/></view><view wx:if="{{item.f}}" class="blue-button data-v-c1509caf" catchtap="{{item.g}}"> 变更 </view></view></view></view></view></view>
|
||||
|
|
@ -141,21 +141,17 @@
|
|||
height: 120rpx;
|
||||
}
|
||||
.blue-button.data-v-c1509caf {
|
||||
margin-top: 40rpx;
|
||||
width: 60rpx;
|
||||
height: 60rpx;
|
||||
border-radius: 50%;
|
||||
width: 40%;
|
||||
margin-left: 30%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background-color: #f0f0f0;
|
||||
height: 70rpx;
|
||||
border-radius: 25rpx;
|
||||
background: linear-gradient(to left, #00C9FF, #0076FF);
|
||||
color: #fff;
|
||||
font-size: 30rpx;
|
||||
}
|
||||
.blue-button .blue-button-img.data-v-c1509caf {
|
||||
width: 30rpx;
|
||||
height: 30rpx;
|
||||
margin-left: 5rpx;
|
||||
font-size: 33rpx;
|
||||
margin-top: 40rpx;
|
||||
}
|
||||
.none.data-v-c1509caf {
|
||||
position: absolute;
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
<view class="font-father data-v-5699789f"><swiper class="data-v-5699789f" duration="{{150}}" style="{{'width:100%' + ';' + ('height:' + d)}}" current="{{e}}" bindchange="{{f}}"><swiper-item class="data-v-5699789f" style="position:relative"><image class="title-img data-v-5699789f" src="{{a}}"/><view class="data-v-5699789f" style="width:100%;padding-left:75rpx;padding-right:75rpx;position:absolute;left:0;bottom:100rpx"><view class="title-name data-v-5699789f"><view class="font-weight data-v-5699789f"> 长者入住 </view></view><view class="yuangong-font data-v-5699789f"> 提供专业照料, 涵盖日常、饮食、清洁、排泄等方面,<text class="data-v-5699789f" style="color:#2792FC">7*24 小时生命体征监测,医护团队协同护航 </text> ,量身定制科学的护理流程,护理员贴心床前陪伴,让长者感受家的温暖与关怀。 </view></view></swiper-item><swiper-item class="data-v-5699789f" style="position:relative"><image class="title-img data-v-5699789f" src="{{b}}"/><view class="data-v-5699789f" style="width:100%;padding-left:75rpx;padding-right:75rpx;position:absolute;left:0;bottom:100rpx"><view class="title-name data-v-5699789f"><view class="font-weight data-v-5699789f"> 员工入驻 </view></view><view class="yuangong-font data-v-5699789f"> 入驻护理单元,遵循标准护理流程,提供长者床旁照护,用专业技能与人文关怀共同守护长者健康。<text class="data-v-5699789f" style="color:#2792FC">依托物联设备优化服务流程,依托员工培训提升照护能力,确保服务精准高效。</text></view></view></swiper-item><swiper-item class="data-v-5699789f" style="position:relative"><image class="title-img data-v-5699789f" src="{{c}}"/><view class="data-v-5699789f" style="width:100%;padding-left:75rpx;padding-right:75rpx;position:absolute;left:0;bottom:150rpx"><view class="title-name data-v-5699789f"><view class="font-weight data-v-5699789f"> 机构加盟 </view></view><view class="yuangong-font data-v-5699789f"> 加盟护理单元,坐拥成熟运营体系,精简人力配置,降低运营成本。优质资源共享,多重优势协同发力,<text class="data-v-5699789f" style="color:#2792FC">全方位拓宽利润空间,助力占领银发赛道。</text></view></view></swiper-item></swiper><view wx:if="{{g}}" class="dian-father data-v-5699789f"><view wx:for="{{h}}" wx:for-item="item" wx:key="a" class="{{['data-v-5699789f', item.b]}}"></view></view><view wx:if="{{i}}" class="bottom-button data-v-5699789f" bindtap="{{j}}"> 前往注册 </view></view>
|
||||
<view class="font-father data-v-5699789f"><swiper class="data-v-5699789f" duration="{{150}}" style="{{'width:100%' + ';' + ('height:' + d)}}" current="{{e}}" bindchange="{{f}}"><swiper-item class="data-v-5699789f" style="position:relative"><image class="title-img data-v-5699789f" src="{{a}}"/><view class="data-v-5699789f" style="width:100%;padding-left:75rpx;padding-right:75rpx;position:absolute;left:0;bottom:100rpx"><view class="title-name data-v-5699789f"><view class="font-weight data-v-5699789f"> 长者入住 </view></view><view class="yuangong-font data-v-5699789f"> 提供专业照料, 涵盖日常、饮食、清洁、排泄等方面,<text class="data-v-5699789f" style="color:#2792FC">7*24 小时生命体征监测,医护团队协同护航 </text> ,量身定制科学的护理流程,护理员贴心床前陪伴,让长者感受家的温暖与关怀。 </view></view></swiper-item><swiper-item class="data-v-5699789f" style="position:relative"><image class="title-img data-v-5699789f" src="{{b}}"/><view class="data-v-5699789f" style="width:100%;padding-left:75rpx;padding-right:75rpx;position:absolute;left:0;bottom:100rpx"><view class="title-name data-v-5699789f"><view class="font-weight data-v-5699789f"> 员工入驻 </view></view><view class="yuangong-font data-v-5699789f"> 入驻护理单元,遵循标准护理流程,提供长者床旁照护,用专业技能与人文关怀共同守护长者健康。<text class="data-v-5699789f" style="color:#2792FC">依托物联设备优化服务流程,依托员工培训提升照护能力,确保服务精准高效。</text></view></view></swiper-item><swiper-item class="data-v-5699789f" style="position:relative"><image class="title-img data-v-5699789f" src="{{c}}"/><view class="data-v-5699789f" style="width:100%;padding-left:75rpx;padding-right:75rpx;position:absolute;left:0;bottom:150rpx"><view class="title-name data-v-5699789f"><view class="font-weight data-v-5699789f"> 机构加盟 </view></view><view class="yuangong-font data-v-5699789f"> 加盟护理单元,坐拥成熟运营体系,精简人力配置,降低运营成本。优质资源共享,多重优势协同发力,<text class="data-v-5699789f" style="color:#2792FC">全方位拓宽利润空间,助力占领银发赛道。</text></view></view></swiper-item></swiper><view wx:if="{{g}}" class="dian-father data-v-5699789f"><view wx:for="{{h}}" wx:for-item="item" wx:key="a" class="{{['data-v-5699789f', item.b]}}"></view></view><view wx:if="{{i}}" class="bottom-button data-v-5699789f" bindtap="{{j}}"> 前往登录 </view></view>
|
||||
|
|
@ -5,11 +5,12 @@
|
|||
},
|
||||
"setting": {
|
||||
"urlCheck": false,
|
||||
"es6": false,
|
||||
"es6": true,
|
||||
"postcss": false,
|
||||
"minified": true,
|
||||
"newFeature": true,
|
||||
"bigPackageSizeSupport": true
|
||||
"bigPackageSizeSupport": true,
|
||||
"enhance": true
|
||||
},
|
||||
"compileType": "miniprogram",
|
||||
"libVersion": "",
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ const request = (params) => {
|
|||
case 401:
|
||||
common_vendor.index.showModal({
|
||||
title: "登录过期",
|
||||
content: "请登录",
|
||||
content: "登录过期,请重新登录",
|
||||
showCancel: false,
|
||||
success() {
|
||||
setTimeout(() => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue