1111111111
This commit is contained in:
parent
63d54a14af
commit
b6369cdb47
|
|
@ -150,7 +150,12 @@
|
|||
"navigationBarTitleText": "入职登记表"
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
"path": "pages/addstaff/successpush",
|
||||
"style": {
|
||||
"navigationBarTitleText": "入职登记表"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/addjigou/all",
|
||||
"style": {
|
||||
|
|
|
|||
|
|
@ -292,7 +292,7 @@
|
|||
// 这里填后台申请好的 templateId 数组
|
||||
tmplIds: ['CJ6NDNV4mTTyOdYhbksyA_YjDORVemJRmzEVAUZMBis'],
|
||||
success: (res) => {
|
||||
console.log("????",res)
|
||||
console.log("????", res)
|
||||
uni.setStorageSync('specicalid', "");
|
||||
uni.reLaunch({
|
||||
url: `/pages/login/specialsmall?type=1&special=${uni.getStorageSync('backhuancun').id===null}`
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
<view class="content-title">
|
||||
<view class="shu"></view>
|
||||
<view class="content-weight">身份证</view>
|
||||
<view style="margin-top: 8rpx;margin-left: 12rpx;;font-size: 23rpx;">(必填)</view>
|
||||
</view>
|
||||
<view class="white-photo" @click="selectphoto(0)">
|
||||
<view class="photo-left">
|
||||
|
|
@ -19,7 +20,9 @@
|
|||
</view>
|
||||
<view style="position: relative;">
|
||||
<image class="photo"
|
||||
:src="fontphoto ? `${base_url}/sys/common/static/${fontphoto}` : `https://www.focusnu.com/media/directive/index/IDcard.png`" />
|
||||
:src="fontphoto ? `${base_url}/sys/common/static/${fontphoto}` : `https://www.focusnu.com/media/directive/index/IDfront.png`" />
|
||||
<image style="width: 100%;height: 100%;top: 0;left: 0;z-index: 1;position: absolute;"
|
||||
:src="fontphoto ? `` : `https://www.focusnu.com/media/directive/index/bian.png`" />
|
||||
<image v-if="!fontphoto"
|
||||
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" />
|
||||
|
|
@ -33,7 +36,9 @@
|
|||
</view>
|
||||
<view style="position: relative;">
|
||||
<image class="photo"
|
||||
:src="endphoto ? `${base_url}/sys/common/static/${endphoto}` : `https://www.focusnu.com/media/directive/index/backIDcard.png`" />
|
||||
:src="endphoto ? `${base_url}/sys/common/static/${endphoto}` : `https://www.focusnu.com/media/directive/index/IDend.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`" />
|
||||
<image v-if="!endphoto"
|
||||
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" />
|
||||
|
|
@ -360,7 +365,7 @@
|
|||
data.birthDate = textArray[4]
|
||||
data.idCardAddress = textArray[5]
|
||||
data.issuingAuthority = textArray[6]
|
||||
|
||||
|
||||
data.cardZmPath = fontphoto.value
|
||||
data.cardFmPath = endphoto.value
|
||||
uni.setStorageSync("backhuancun", data)
|
||||
|
|
@ -393,7 +398,7 @@
|
|||
data.issuingAuthority = textArray[6];
|
||||
data.cardZmPath = fontphoto.value;
|
||||
data.cardFmPath = endphoto.value;
|
||||
|
||||
|
||||
|
||||
uni.setStorageSync("backhuancun", data)
|
||||
// console.log("rightsave")
|
||||
|
|
@ -402,9 +407,9 @@
|
|||
}
|
||||
|
||||
onLoad(() => {
|
||||
console.log("11",uni.getStorageSync('backhuancun'))
|
||||
console.log("11", uni.getStorageSync('backhuancun'))
|
||||
if (uni.getStorageSync('backhuancun').name) {
|
||||
console.log("????",uni.getStorageSync('backhuancun'))
|
||||
console.log("????", uni.getStorageSync('backhuancun'))
|
||||
let data = uni.getStorageSync('backhuancun');
|
||||
textArray[0] = data.name;
|
||||
textArray[1] = data.sex;
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
<view class="content-title">
|
||||
<view class="shu"></view>
|
||||
<view class="content-weight">银行卡</view>
|
||||
<view style="margin-top: 8rpx;margin-left: 12rpx;;font-size: 23rpx;">(选填)</view>
|
||||
</view>
|
||||
<view class="white-photo" @click="selectphoto(0)">
|
||||
<view class="photo-left">
|
||||
|
|
@ -19,7 +20,9 @@
|
|||
</view>
|
||||
<view style="position: relative;">
|
||||
<image class="photo"
|
||||
:src="fontphoto ? `${base_url}/sys/common/static/${fontphoto}` : `https://www.focusnu.com/media/directive/index/IDcard.png`" />
|
||||
:src="fontphoto ? `${base_url}/sys/common/static/${fontphoto}` : `https://www.focusnu.com/media/directive/index/bankfront.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`" />
|
||||
<image v-if="!fontphoto"
|
||||
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" />
|
||||
|
|
@ -33,7 +36,9 @@
|
|||
</view>
|
||||
<view style="position: relative;">
|
||||
<image class="photo"
|
||||
:src="endphoto ? `${base_url}/sys/common/static/${endphoto}` : `https://www.focusnu.com/media/directive/index/backIDcard.png`" />
|
||||
:src="endphoto ? `${base_url}/sys/common/static/${endphoto}` : `https://www.focusnu.com/media/directive/index/bankend.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`" />
|
||||
<image v-if="!endphoto"
|
||||
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" />
|
||||
|
|
@ -142,6 +147,7 @@
|
|||
return
|
||||
}
|
||||
targetphoto.value = number
|
||||
console.log("????", backImge.value, headImge.value)
|
||||
if (backImge.value && headImge.value) {
|
||||
// targetphoto.value = number
|
||||
bottomshow.value = true;
|
||||
|
|
@ -202,20 +208,21 @@
|
|||
},
|
||||
formData: {},
|
||||
success: uploadRes => {
|
||||
savephoto(filePath, targetphoto.value);
|
||||
|
||||
if (!JSON.parse(uploadRes.data).success) {
|
||||
uni.hideLoading()
|
||||
uping.value = true;
|
||||
// uping.value = true;
|
||||
savephoto(filePath, targetphoto.value);
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
if (JSON.parse(JSON.parse(uploadRes.data).result.data).data.bankName) {
|
||||
let father = JSON.parse(JSON.parse(uploadRes.data).result.data).data;
|
||||
textArray[0] = father.bankName;
|
||||
textArray[1] = father.cardNumber;
|
||||
uping.value = true;
|
||||
}
|
||||
else {
|
||||
savephoto(filePath, targetphoto.value);
|
||||
// uping.value = true;
|
||||
} else {
|
||||
uni.hideLoading()
|
||||
uping.value = true;
|
||||
}
|
||||
|
|
@ -244,11 +251,13 @@
|
|||
success: uploadRes => {
|
||||
if (!type) {
|
||||
fontphoto.value = JSON.parse(uploadRes.data).message
|
||||
headImge.value = filePath;
|
||||
} else {
|
||||
endphoto.value = JSON.parse(uploadRes.data).message
|
||||
backImge.value = filePath;
|
||||
}
|
||||
uni.hideLoading()
|
||||
if(JSON.parse(uploadRes.data).code==401){
|
||||
if (JSON.parse(uploadRes.data).code == 401) {
|
||||
uni.uploadFile({
|
||||
url: `${base_url}/sys/common/upload`, // 替换为您的POST接口地址
|
||||
filePath,
|
||||
|
|
@ -299,43 +308,43 @@
|
|||
}
|
||||
|
||||
const next = () => {
|
||||
if (!fontphoto.value) {
|
||||
uni.showToast({
|
||||
title: '请上银行卡正面',
|
||||
icon: 'none'
|
||||
})
|
||||
return
|
||||
} else if (!endphoto.value) {
|
||||
uni.showToast({
|
||||
title: '请上传银行卡背面',
|
||||
icon: 'none'
|
||||
})
|
||||
return
|
||||
}
|
||||
const allNonEmpty = textArray.every(item => {
|
||||
// 如果想忽略前后空格,可用 item.trim() !== ''
|
||||
return item !== '';
|
||||
});
|
||||
// if (!fontphoto.value) {
|
||||
// uni.showToast({
|
||||
// title: '请上银行卡正面',
|
||||
// icon: 'none'
|
||||
// })
|
||||
// return
|
||||
// } else if (!endphoto.value) {
|
||||
// uni.showToast({
|
||||
// title: '请上传银行卡背面',
|
||||
// icon: 'none'
|
||||
// })
|
||||
// return
|
||||
// }
|
||||
// const allNonEmpty = textArray.every(item => {
|
||||
// // 如果想忽略前后空格,可用 item.trim() !== ''
|
||||
// return item !== '';
|
||||
// });
|
||||
if (!uping.value) {
|
||||
return
|
||||
}
|
||||
|
||||
if (allNonEmpty) {
|
||||
let data = uni.getStorageSync('backhuancun')
|
||||
data.openingBank = textArray[0]
|
||||
data.bankCard = textArray[1]
|
||||
data.bankZmPath = fontphoto.value
|
||||
data.bankFmPath = endphoto.value
|
||||
uni.setStorageSync("backhuancun", data)
|
||||
uni.navigateTo({
|
||||
url: "/pages/addstaff/healthcertificate"
|
||||
});
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: '请上传清晰的身份证',
|
||||
icon: 'error'
|
||||
})
|
||||
}
|
||||
// if (allNonEmpty) {
|
||||
let data = uni.getStorageSync('backhuancun')
|
||||
data.openingBank = textArray[0]
|
||||
data.bankCard = textArray[1]
|
||||
data.bankZmPath = fontphoto.value
|
||||
data.bankFmPath = endphoto.value
|
||||
uni.setStorageSync("backhuancun", data)
|
||||
uni.navigateTo({
|
||||
url: "/pages/addstaff/healthcertificate"
|
||||
});
|
||||
// } else {
|
||||
// uni.showToast({
|
||||
// title: '请上传清晰的身份证',
|
||||
// icon: 'error'
|
||||
// })
|
||||
// }
|
||||
}
|
||||
const goBack = () => {
|
||||
if (!uping.value) {
|
||||
|
|
@ -347,7 +356,7 @@
|
|||
data.bankCard = textArray[1];
|
||||
data.bankZmPath = fontphoto.value;
|
||||
data.bankFmPath = endphoto.value;
|
||||
|
||||
|
||||
uni.setStorageSync("backhuancun", data)
|
||||
}
|
||||
uni.navigateBack()
|
||||
|
|
@ -439,11 +448,13 @@
|
|||
justify-content: space-around;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
.message-title {
|
||||
width: 100%;
|
||||
height: 100rpx;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
|
||||
.message-weight {
|
||||
font-size: 30rpx;
|
||||
}
|
||||
|
|
@ -546,6 +557,7 @@
|
|||
.line {
|
||||
margin: 10rpx 0;
|
||||
}
|
||||
|
||||
.finish-button {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
@ -559,7 +571,7 @@
|
|||
border-radius: 37rpx;
|
||||
font-size: 33rpx;
|
||||
}
|
||||
|
||||
|
||||
.back-button {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
<view class="content-title">
|
||||
<view class="shu"></view>
|
||||
<view class="content-weight">健康证</view>
|
||||
<view style="margin-top: 8rpx;margin-left: 12rpx;;font-size: 23rpx;">(选填)</view>
|
||||
</view>
|
||||
<view class="white-photo" @click="selectphoto(0)">
|
||||
<view class="photo-left">
|
||||
|
|
@ -19,7 +20,9 @@
|
|||
</view>
|
||||
<view style="position: relative;">
|
||||
<image class="photo"
|
||||
:src="imgArray[0] ? `${base_url}/sys/common/static/${imgArray[0]}` : `https://www.focusnu.com/media/directive/index/zhizhao.png`" />
|
||||
:src="imgArray[0] ? `${base_url}/sys/common/static/${imgArray[0]}` : `https://www.focusnu.com/media/directive/index/healfront.png`" />
|
||||
<image style="width: 100%;height: 100%;top: 0;left: 0;z-index: 1;position: absolute;"
|
||||
:src="imgArray[0] ? `` : `https://www.focusnu.com/media/directive/index/bian.png`" />
|
||||
<image v-if="!imgArray[0]"
|
||||
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" />
|
||||
|
|
@ -33,7 +36,9 @@
|
|||
</view>
|
||||
<view style="position: relative;">
|
||||
<image class="photo"
|
||||
:src="imgArray[1] ? `${base_url}/sys/common/static/${imgArray[1]}` : `https://www.focusnu.com/media/directive/index/zhizhao.png`" />
|
||||
:src="imgArray[1] ? `${base_url}/sys/common/static/${imgArray[1]}` : `https://www.focusnu.com/media/directive/index/healend.png`" />
|
||||
<image style="width: 100%;height: 100%;top: 0;left: 0;z-index: 1;position: absolute;"
|
||||
:src="imgArray[1] ? `` : `https://www.focusnu.com/media/directive/index/bian.png`" />
|
||||
<image v-if="!imgArray[1]"
|
||||
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" />
|
||||
|
|
@ -45,6 +50,7 @@
|
|||
<view class="content-title">
|
||||
<view class="shu"></view>
|
||||
<view class="content-weight">资质证</view>
|
||||
<view style="margin-top: 8rpx;margin-left: 12rpx;;font-size: 23rpx;">(选填)</view>
|
||||
</view>
|
||||
<view class="white-photo" @click="selectphoto(2)">
|
||||
<view class="photo-left">
|
||||
|
|
@ -53,7 +59,9 @@
|
|||
</view>
|
||||
<view style="position: relative;">
|
||||
<image class="photo"
|
||||
:src="imgArray[2] ? `${base_url}/sys/common/static/${imgArray[2]}` : `https://www.focusnu.com/media/directive/index/zhizhao.png`" />
|
||||
:src="imgArray[2] ? `${base_url}/sys/common/static/${imgArray[2]}` : `https://www.focusnu.com/media/directive/index/zizhi.png`" />
|
||||
<image style="width: 100%;height: 100%;top: 0;left: 0;z-index: 1;position: absolute;"
|
||||
:src="imgArray[2] ? `` : `https://www.focusnu.com/media/directive/index/bian.png`" />
|
||||
<image v-if="!imgArray[2]"
|
||||
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" />
|
||||
|
|
@ -65,6 +73,7 @@
|
|||
<view class="content-title">
|
||||
<view class="shu"></view>
|
||||
<view class="content-weight">无犯罪证明</view>
|
||||
<view style="margin-top: 8rpx;margin-left: 12rpx;;font-size: 23rpx;">(选填)</view>
|
||||
</view>
|
||||
<view class="white-photo" @click="selectphoto(3)">
|
||||
<view class="photo-left">
|
||||
|
|
@ -73,7 +82,9 @@
|
|||
</view>
|
||||
<view style="position: relative;">
|
||||
<image class="photo"
|
||||
:src="imgArray[3] ? `${base_url}/sys/common/static/${imgArray[3]}` : `https://www.focusnu.com/media/directive/index/zhizhao.png`" />
|
||||
:src="imgArray[3] ? `${base_url}/sys/common/static/${imgArray[3]}` : `https://www.focusnu.com/media/directive/index/fanzui.png`" />
|
||||
<image style="width: 100%;height: 100%;top: 0;left: 0;z-index: 1;position: absolute;"
|
||||
:src="imgArray[3] ? `` : `https://www.focusnu.com/media/directive/index/bian.png`" />
|
||||
<image v-if="!imgArray[3]"
|
||||
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" />
|
||||
|
|
@ -93,7 +104,7 @@
|
|||
3.所有上传信息均会被妥善保管,不会用于其他商业用途或传输给其他第三方。
|
||||
</view>
|
||||
</view> -->
|
||||
<view style="display: flex;width: 100%;padding: 0 10%;justify-content: space-between;margin-top: 20rpx;">
|
||||
<view style="display: flex;width: 100%;padding: 0 10%;justify-content: space-between;margin-top: 40rpx;">
|
||||
<view class="back-button" @click="goBack">
|
||||
返回上一步
|
||||
</view>
|
||||
|
|
@ -233,7 +244,33 @@
|
|||
if (!uping.value) {
|
||||
return
|
||||
}
|
||||
|
||||
changemessage(uni.getStorageSync('backhuancun')).then(res => {
|
||||
if (res.success) {
|
||||
uni.requestSubscribeMessage({
|
||||
// 这里填后台申请好的 templateId 数组
|
||||
tmplIds: ['CJ6NDNV4mTTyOdYhbksyA_YjDORVemJRmzEVAUZMBis'],
|
||||
success: (res) => {
|
||||
// console.log("????", res)
|
||||
uni.setStorageSync('specicalid', "");
|
||||
uni.reLaunch({
|
||||
url: `/pages/addstaff/successpush`
|
||||
});
|
||||
},
|
||||
fail: (err) => {
|
||||
// console.error('订阅接口调用失败:', err);
|
||||
uni.showToast({
|
||||
title: '订阅失败',
|
||||
icon: 'none'
|
||||
});
|
||||
}
|
||||
});
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: res.message,
|
||||
icon: 'error'
|
||||
})
|
||||
}
|
||||
})
|
||||
}
|
||||
onLoad(() => {
|
||||
if (uni.getStorageSync('backhuancun').healthZmPath) {
|
||||
|
|
@ -294,6 +331,7 @@
|
|||
align-items: center;
|
||||
height: 110rpx;
|
||||
position: relative;
|
||||
font-weight: 600;
|
||||
|
||||
.content-weight {
|
||||
font-size: 32rpx;
|
||||
|
|
|
|||
|
|
@ -0,0 +1,234 @@
|
|||
<template>
|
||||
<view class="font-father">
|
||||
|
||||
<view class="fixed">
|
||||
|
||||
<!-- <image class="title-img" :src="`https://www.focusnu.com/media/directive/login/introduce/allbgc.png`" /> -->
|
||||
|
||||
<image class="title-photo" :src="`https://www.focusnu.com/media/directive/index/success.png`" />
|
||||
|
||||
<view style="font-size: 35rpx;font-weight: 600;margin: 50rpx 0;">
|
||||
提交成功
|
||||
</view>
|
||||
|
||||
<view class="small-title">
|
||||
尊敬的用户,您的员工入住<text style="color: rgb(1,153,255);">申请已成功提交</text>
|
||||
</view>
|
||||
<!-- <view class="font-title">
|
||||
申请已成功提交
|
||||
</view> -->
|
||||
<view class="normal">
|
||||
<text>
|
||||
{{ special?`我们将尽快处理并反馈审核结果`:`请耐心等待审核结果` }},{{ special?`期待与您继续携手同行`:`期待您早日加入护理单元大家庭` }}
|
||||
!
|
||||
</text>
|
||||
<!-- <text>
|
||||
{{ special?`期待与您继续携手同行`:`期待您早日加入护理单元大家庭` }}
|
||||
!
|
||||
</text> -->
|
||||
|
||||
|
||||
</view>
|
||||
<!-- <view class="normal">
|
||||
|
||||
|
||||
<text>
|
||||
{{ special?`期待与您继续携手同行`:`期待您早日加入护理单元大家庭` }}
|
||||
!
|
||||
</text>
|
||||
|
||||
</view> -->
|
||||
<!-- <view class="normal">
|
||||
|
||||
|
||||
<text>
|
||||
|
||||
</text>
|
||||
|
||||
</view> -->
|
||||
|
||||
|
||||
|
||||
</view>
|
||||
<view class="bottom-button" @click="jumpto">
|
||||
我的机构
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import {
|
||||
onLoad
|
||||
} from '@dcloudio/uni-app'
|
||||
import {
|
||||
reactive,
|
||||
ref
|
||||
} from 'vue';
|
||||
import {
|
||||
getMessage
|
||||
} from '@/api/loginApi.js'
|
||||
const special = ref(false);
|
||||
|
||||
const jumpto = () => {
|
||||
getMessage(uni.getStorageSync("openid")).then(res => {
|
||||
uni.setStorageSync('tel', res.result.tel);
|
||||
uni.setStorageSync('token', res.result.token);
|
||||
uni.setStorageSync('serverUrl', res.result.serverUrl);
|
||||
uni.setStorageSync('platId', res.result.platId);
|
||||
uni.setStorageSync('izJg', res.result.izJg);
|
||||
uni.setStorageSync('izJs', res.result.izJs);
|
||||
uni.setStorageSync('izYg', res.result.izYg);
|
||||
uni.redirectTo({
|
||||
url: `/pages/index/index`
|
||||
});
|
||||
// if (!res.result.tel) {
|
||||
// uni.redirectTo({
|
||||
// url: `/pages/login/xuanchuan`
|
||||
// });
|
||||
// } else {
|
||||
// if (uni.getStorageSync('special')) {
|
||||
// uni.setStorageSync('tel', res.result.tel);
|
||||
// uni.setStorageSync('token', res.result.token);
|
||||
// uni.setStorageSync('serverUrl', res.result.serverUrl);
|
||||
// uni.setStorageSync('platId', res.result.platId);
|
||||
// uni.setStorageSync('izJg', res.result.izJg);
|
||||
// uni.setStorageSync('izJs', res.result.izJs);
|
||||
// uni.setStorageSync('izYg', res.result.izYg);
|
||||
// uni.redirectTo({
|
||||
// url: `/pages/login/specialloginafther`
|
||||
// });
|
||||
// } else {
|
||||
// uni.setStorageSync('tel', res.result.tel);
|
||||
// uni.setStorageSync('token', res.result.token);
|
||||
// uni.setStorageSync('serverUrl', res.result.serverUrl);
|
||||
// uni.setStorageSync('platId', res.result.platId);
|
||||
// uni.setStorageSync('izJg', res.result.izJg);
|
||||
// uni.setStorageSync('izJs', res.result.izJs);
|
||||
// uni.setStorageSync('izYg', res.result.izYg);
|
||||
// switch (res.result.advisoryType) {
|
||||
// case `1`:
|
||||
// uni.redirectTo({
|
||||
// url: `/pages/login/threeselectone`
|
||||
// });
|
||||
// break;
|
||||
// case 2:
|
||||
|
||||
|
||||
// break;
|
||||
// case `3`:
|
||||
// uni.redirectTo({
|
||||
// url: `/pages/index/index`
|
||||
// });
|
||||
// break;
|
||||
// default:
|
||||
// uni.redirectTo({
|
||||
// url: `/pages/login/threeselectone`
|
||||
// });
|
||||
// }
|
||||
|
||||
|
||||
// }
|
||||
// }
|
||||
})
|
||||
|
||||
}
|
||||
|
||||
|
||||
onLoad(() => {
|
||||
|
||||
})
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.font-father {
|
||||
width: 100%;
|
||||
min-height: 100vh;
|
||||
padding: 0 30rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
background-color: rgb(239, 239, 239);
|
||||
|
||||
.font-title {
|
||||
margin-top: 0rpx;
|
||||
margin-bottom: 30rpx;
|
||||
font-weight: 600;
|
||||
font-size: 30rpx;
|
||||
// padding: 0 30rpx;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
// width: 100%;
|
||||
font-size: 80rpx;
|
||||
// margin-left: -5rpx;
|
||||
}
|
||||
|
||||
.bottom-button {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
bottom: 0rpx;
|
||||
margin-top: 80rpx;
|
||||
margin-bottom: 90rpx;
|
||||
width: 80%;
|
||||
height: 90rpx;
|
||||
border-radius: 35rpx;
|
||||
background: linear-gradient(to left, #00C9FF, #0076FF);
|
||||
color: #fff;
|
||||
font-size: 33rpx;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
z-index: 3;
|
||||
}
|
||||
}
|
||||
|
||||
.title-img {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.fixed {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
// background-color: #fff;
|
||||
width: 100%;
|
||||
z-index: 2;
|
||||
padding: 0 70rpx;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.small-title {
|
||||
// margin-top: 30rpx;
|
||||
margin-bottom: 10rpx;
|
||||
font-size: 28rpx;
|
||||
// font-weight: 600;
|
||||
}
|
||||
|
||||
.normal {
|
||||
padding: 0 70rpx;
|
||||
font-size: 28rpx;
|
||||
margin-bottom: 20rpx;
|
||||
display: flex;
|
||||
// flex-direction: column;
|
||||
// justify-content: center;
|
||||
align-items: center;
|
||||
line-height: 50rpx;
|
||||
text-align: center
|
||||
}
|
||||
|
||||
.title-photo {
|
||||
margin-top: 300rpx;
|
||||
// margin-bottom: 30rpx;
|
||||
width: 120rpx;
|
||||
height: 120rpx;
|
||||
z-index: 1;
|
||||
}
|
||||
</style>
|
||||
|
|
@ -48,12 +48,14 @@ export default (params) => {
|
|||
case 404:
|
||||
uni.showToast({
|
||||
title: '请求地址不存在...',
|
||||
icon: "error",
|
||||
duration: 2000,
|
||||
})
|
||||
break;
|
||||
default:
|
||||
uni.showToast({
|
||||
title: '请重试...',
|
||||
icon: "error",
|
||||
duration: 2000,
|
||||
})
|
||||
break;
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
{"version":3,"file":"app.js","sources":["App.vue","main.js"],"sourcesContent":["<script>\r\n\texport default {\r\n\t\tonLaunch: function() {\r\n\t\t\tconsole.log('App Launch')\r\n\t\t},\r\n\t\tonShow: function() {\r\n\t\t\tconsole.log('App Show')\r\n\t\t},\r\n\t\tonHide: function() {\r\n\t\t\tconsole.log('App Hide')\r\n\t\t}\r\n\t}\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n\t/*每个页面公共css */\r\n\t@import \"./uni_modules/vk-uview-ui/index.scss\";\r\n</style>\n","import App from './App'\r\nimport uView from './uni_modules/vk-uview-ui';\r\n// #ifndef VUE3\r\nimport Vue from 'vue'\r\nimport './uni.promisify.adaptor'\r\nimport uView from './uni_modules/vk-uview-ui';\nVue.use(uView);\r\nVue.config.productionTip = false\r\nApp.mpType = 'app'\r\nconst app = new Vue({\r\n\t...App\r\n})\r\napp.$mount()\r\n// #endif\r\n\r\n// #ifdef VUE3\r\nimport {\r\n\tcreateSSRApp\r\n} from 'vue'\r\nexport function createApp() {\r\n\tconst app = createSSRApp(App)\r\n\t// 使用 uView UI\r\n\tapp.use(uView)\r\n\treturn {\r\n\t\tapp\r\n\t}\r\n}\r\n// #endif"],"names":["uni","createSSRApp","App","uView"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACC,MAAK,YAAU;AAAA,EACd,UAAU,WAAW;AACpBA,kBAAAA,MAAA,MAAA,OAAA,gBAAY,YAAY;AAAA,EACxB;AAAA,EACD,QAAQ,WAAW;AAClBA,kBAAAA,MAAY,MAAA,OAAA,gBAAA,UAAU;AAAA,EACtB;AAAA,EACD,QAAQ,WAAW;AAClBA,kBAAAA,MAAY,MAAA,OAAA,iBAAA,UAAU;AAAA,EACvB;AACD;ACQM,SAAS,YAAY;AAC3B,QAAM,MAAMC,cAAY,aAACC,SAAG;AAE5B,MAAI,IAAIC,iCAAK;AACb,SAAO;AAAA,IACN;AAAA,EACA;AACF;;;"}
|
||||
{"version":3,"file":"app.js","sources":["App.vue","main.js"],"sourcesContent":["<script>\r\n\texport default {\r\n\t\tonLaunch: function() {\r\n\t\t\tconsole.log('App Launch')\r\n\t\t},\r\n\t\tonShow: function() {\r\n\t\t\tconsole.log('App Show')\r\n\t\t},\r\n\t\tonHide: function() {\r\n\t\t\tconsole.log('App Hide')\r\n\t\t}\r\n\t}\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n\t/*每个页面公共css */\r\n\t@import \"./uni_modules/vk-uview-ui/index.scss\";\r\n</style>\n","import App from './App'\r\nimport uView from './uni_modules/vk-uview-ui';\r\n// #ifndef VUE3\r\nimport Vue from 'vue'\r\nimport './uni.promisify.adaptor'\r\nimport uView from './uni_modules/vk-uview-ui';\nVue.use(uView);\r\nVue.config.productionTip = false\r\nApp.mpType = 'app'\r\nconst app = new Vue({\r\n\t...App\r\n})\r\napp.$mount()\r\n// #endif\r\n\r\n// #ifdef VUE3\r\nimport {\r\n\tcreateSSRApp\r\n} from 'vue'\r\nexport function createApp() {\r\n\tconst app = createSSRApp(App)\r\n\t// 使用 uView UI\r\n\tapp.use(uView)\r\n\treturn {\r\n\t\tapp\r\n\t}\r\n}\r\n// #endif"],"names":["uni","createSSRApp","App","uView"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACC,MAAK,YAAU;AAAA,EACd,UAAU,WAAW;AACpBA,kBAAAA,MAAA,MAAA,OAAA,gBAAY,YAAY;AAAA,EACxB;AAAA,EACD,QAAQ,WAAW;AAClBA,kBAAAA,MAAY,MAAA,OAAA,gBAAA,UAAU;AAAA,EACtB;AAAA,EACD,QAAQ,WAAW;AAClBA,kBAAAA,MAAY,MAAA,OAAA,iBAAA,UAAU;AAAA,EACvB;AACD;ACQM,SAAS,YAAY;AAC3B,QAAM,MAAMC,cAAY,aAACC,SAAG;AAE5B,MAAI,IAAIC,iCAAK;AACb,SAAO;AAAA,IACN;AAAA,EACA;AACF;;;"}
|
||||
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":"addjigou.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
|
||||
{"version":3,"file":"addjigou.js","sources":["pages/addstaff/api/addjigou.js"],"sourcesContent":["// src/composables/useWeChatAuth.js\nimport { ref } from 'vue';\nimport request from '@/request/index.js';\r\n\r\n//新增/编辑机构加盟申请信息\r\nexport function changemessage(data){\r\n return request({\r\n url: `/api/employessAdvisiory/saveApiEmployess`,\r\n\t\tmethod: 'post',\r\n data,\r\n })\r\n}\r\n\r\n//根据手机号获取机构加盟申请信息\r\n// export function getMessageList(id){\r\n// return request({\r\n// url: `/api/orgApplyInfo/queryAuditInfo?openId=${id}&status=1,2,3`,\r\n// \t\tmethod: 'get',\r\n// })\r\n// }\r\n// export function getMessageListsuccess(id){\r\n// return request({\r\n// url: `/api/orgApplyInfo/queryAuditInfo?status=0,2,4,5&openId=${id}`,\r\n// \t\tmethod: 'get',\r\n// })\r\n// }\r\n// //获取省市区\r\n// export function getdate(id){\n// return request({\n// url: `/api/common/queryAreaDict?id=${id}`,\n// \t\tmethod: 'get',\n// })\n// }\r\n\r\n// //将地址id转换成汉字\r\n// export function getrel(id){\n// return request({\n// url: `/api/common/queryAreaNameById?id=${id}`,\n// \t\tmethod: 'get',\n// })\n// }"],"names":["request"],"mappings":";;;AAKO,SAAS,cAAc,MAAK;AAC/B,SAAOA,sBAAQ;AAAA,IACX,KAAK;AAAA,IACX,QAAQ;AAAA,IACF;AAAA,EACR,CAAK;AACL;;"}
|
||||
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: '请求地址不存在...',\r\n\t\t\t\t\t\t\t\ticon: \"error\",\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: '请重试...',\r\n\t\t\t\t\t\t\t\ticon: \"error\",\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,MAAM;AAAA,gBACN,UAAU;AAAA,cAClB,CAAQ;AACD;AAAA,YACD;AACCA,4BAAAA,MAAI,UAAU;AAAA,gBACb,OAAO;AAAA,gBACP,MAAM;AAAA,gBACN,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;;;"}
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
;(function(){
|
||||
let u=void 0,isReady=false,onReadyCallbacks=[],isServiceReady=false,onServiceReadyCallbacks=[];
|
||||
const __uniConfig = {"pages":[],"globalStyle":{"backgroundColor":"#F8F8F8","navigationBar":{"backgroundColor":"#F8F8F8","style":"custom","type":"default","titleColor":"#000000"},"isNVue":false},"nvue":{"compiler":"uni-app","styleCompiler":"uni-app","flex-direction":"column"},"renderer":"auto","appname":"weixin-officialaccount","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":true},"compilerVersion":"4.75","entryPagePath":"pages/login/callback","entryPageQuery":"","realEntryPagePath":"","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000},"locales":{},"darkmode":false,"themeConfig":{}};
|
||||
const __uniRoutes = [{"path":"pages/login/callback","meta":{"isQuit":true,"isEntry":true,"navigationBar":{"titleText":"登录","type":"default"},"isNVue":false}},{"path":"pages/login/index","meta":{"navigationBar":{"titleText":"登录","type":"default"},"isNVue":false}},{"path":"pages/login/phonebumber","meta":{"navigationBar":{"titleText":"登录","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/login/threeselectone","meta":{"navigationBar":{"titleText":"选择角色","type":"default"},"isNVue":false}},{"path":"pages/login/threeselectonespec","meta":{"navigationBar":{"titleText":"选择角色","type":"default"},"isNVue":false}},{"path":"pages/login/workjoin","meta":{"enablePullDownRefresh":true,"navigationBar":{"titleText":"员工入驻","type":"default"},"isNVue":false}},{"path":"pages/login/workjoinsuccess","meta":{"enablePullDownRefresh":true,"navigationBar":{"titleText":"员工入驻","type":"default"},"isNVue":false}},{"path":"pages/login/code","meta":{"navigationBar":{"titleText":"登录","type":"default"},"isNVue":false}},{"path":"pages/login/protocol","meta":{"navigationBar":{"titleText":"护理单元使用条款","type":"default"},"isNVue":false}},{"path":"pages/login/special","meta":{"navigationBar":{"titleText":"绑定成功","type":"default"},"isNVue":false}},{"path":"pages/login/specialsmall","meta":{"navigationBar":{"titleText":"绑定成功","type":"default"},"isNVue":false}},{"path":"pages/login/specialloginafther","meta":{"navigationBar":{"titleText":"绑定成功","type":"default"},"isNVue":false}},{"path":"pages/login/xuanchuan","meta":{"navigationBar":{"titleText":"宣传页","type":"default"},"isNVue":false}},{"path":"pages/index/index","meta":{"navigationBar":{"titleText":"首页","type":"default"},"isNVue":false}},{"path":"pages/index/mine","meta":{"navigationBar":{"titleText":"我的","type":"default"},"isNVue":false}},{"path":"pages/addoldman/hukou","meta":{"navigationBar":{"titleText":"长者信息采集","type":"default"},"isNVue":false}},{"path":"pages/addoldman/yibao","meta":{"navigationBar":{"titleText":"长者信息采集","type":"default"},"isNVue":false}},{"path":"pages/addoldman/IDcard","meta":{"navigationBar":{"titleText":"长者信息采集","type":"default"},"isNVue":false}},{"path":"pages/selectunit/map","meta":{"navigationBar":{"titleText":"选择护理单元","type":"default"},"isNVue":false}},{"path":"pages/addjigou/all","meta":{"navigationBar":{"titleText":"审核详情","type":"default"},"isNVue":false}},{"path":"pages/addjigou/where","meta":{"navigationBar":{"titleText":"企业实名认证","type":"default"},"isNVue":false}},{"path":"pages/addjigou/name","meta":{"navigationBar":{"titleText":"企业实名认证","type":"default"},"isNVue":false}},{"path":"pages/addjigou/card","meta":{"navigationBar":{"titleText":"企业实名认证","type":"default"},"isNVue":false}},{"path":"pages/pay/index","meta":{"navigationBar":{"titleText":"支付","type":"default"},"isNVue":false}},{"path":"compontent/public/camera","meta":{"enablePullDownRefresh":false,"disableScroll":true,"navigationBar":{"titleText":"图像识别","type":"default"},"isNVue":false}}].map(uniRoute=>(uniRoute.meta.route=uniRoute.path,__uniConfig.pages.push(uniRoute.path),uniRoute.path='/'+uniRoute.path,uniRoute));
|
||||
const __uniRoutes = [{"path":"pages/login/callback","meta":{"isQuit":true,"isEntry":true,"navigationBar":{"titleText":"登录","type":"default"},"isNVue":false}},{"path":"pages/login/index","meta":{"navigationBar":{"titleText":"登录","type":"default"},"isNVue":false}},{"path":"pages/login/phonebumber","meta":{"navigationBar":{"titleText":"登录","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/login/threeselectone","meta":{"navigationBar":{"titleText":"选择角色","type":"default"},"isNVue":false}},{"path":"pages/login/threeselectonespec","meta":{"navigationBar":{"titleText":"选择角色","type":"default"},"isNVue":false}},{"path":"pages/login/workjoin","meta":{"enablePullDownRefresh":true,"navigationBar":{"titleText":"员工入驻","type":"default"},"isNVue":false}},{"path":"pages/login/workjoinsuccess","meta":{"enablePullDownRefresh":true,"navigationBar":{"titleText":"员工入驻","type":"default"},"isNVue":false}},{"path":"pages/login/code","meta":{"navigationBar":{"titleText":"登录","type":"default"},"isNVue":false}},{"path":"pages/login/protocol","meta":{"navigationBar":{"titleText":"护理单元使用条款","type":"default"},"isNVue":false}},{"path":"pages/login/special","meta":{"navigationBar":{"titleText":"绑定成功","type":"default"},"isNVue":false}},{"path":"pages/login/specialsmall","meta":{"navigationBar":{"titleText":"绑定成功","type":"default"},"isNVue":false}},{"path":"pages/login/specialloginafther","meta":{"navigationBar":{"titleText":"绑定成功","type":"default"},"isNVue":false}},{"path":"pages/login/xuanchuan","meta":{"navigationBar":{"titleText":"宣传页","type":"default"},"isNVue":false}},{"path":"pages/index/index","meta":{"navigationBar":{"titleText":"首页","type":"default"},"isNVue":false}},{"path":"pages/index/mine","meta":{"navigationBar":{"titleText":"我的","type":"default"},"isNVue":false}},{"path":"pages/addoldman/hukou","meta":{"navigationBar":{"titleText":"长者信息采集","type":"default"},"isNVue":false}},{"path":"pages/addoldman/yibao","meta":{"navigationBar":{"titleText":"长者信息采集","type":"default"},"isNVue":false}},{"path":"pages/addoldman/IDcard","meta":{"navigationBar":{"titleText":"长者信息采集","type":"default"},"isNVue":false}},{"path":"pages/selectunit/map","meta":{"navigationBar":{"titleText":"选择护理单元","type":"default"},"isNVue":false}},{"path":"pages/addstaff/all","meta":{"navigationBar":{"titleText":"入职登记表","type":"default"},"isNVue":false}},{"path":"pages/addstaff/information","meta":{"navigationBar":{"titleText":"入职登记表","type":"default"},"isNVue":false}},{"path":"pages/addstaff/IDcard","meta":{"navigationBar":{"titleText":"入职登记表","type":"default"},"isNVue":false}},{"path":"pages/addstaff/bankcard","meta":{"navigationBar":{"titleText":"入职登记表","type":"default"},"isNVue":false}},{"path":"pages/addstaff/healthcertificate","meta":{"navigationBar":{"titleText":"入职登记表","type":"default"},"isNVue":false}},{"path":"pages/addjigou/all","meta":{"navigationBar":{"titleText":"审核详情","type":"default"},"isNVue":false}},{"path":"pages/addjigou/where","meta":{"navigationBar":{"titleText":"企业实名认证","type":"default"},"isNVue":false}},{"path":"pages/addjigou/name","meta":{"navigationBar":{"titleText":"企业实名认证","type":"default"},"isNVue":false}},{"path":"pages/addjigou/card","meta":{"navigationBar":{"titleText":"企业实名认证","type":"default"},"isNVue":false}},{"path":"pages/pay/index","meta":{"navigationBar":{"titleText":"支付","type":"default"},"isNVue":false}},{"path":"compontent/public/camera","meta":{"enablePullDownRefresh":false,"disableScroll":true,"navigationBar":{"titleText":"图像识别","type":"default"},"isNVue":false}}].map(uniRoute=>(uniRoute.meta.route=uniRoute.path,__uniConfig.pages.push(uniRoute.path),uniRoute.path='/'+uniRoute.path,uniRoute));
|
||||
__uniConfig.styles=[];//styles
|
||||
__uniConfig.onReady=function(callback){if(__uniConfig.ready){callback()}else{onReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"ready",{get:function(){return isReady},set:function(val){isReady=val;if(!isReady){return}const callbacks=onReadyCallbacks.slice(0);onReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}});
|
||||
__uniConfig.onServiceReady=function(callback){if(__uniConfig.serviceReady){callback()}else{onServiceReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"serviceReady",{get:function(){return isServiceReady},set:function(val){isServiceReady=val;if(!isServiceReady){return}const callbacks=onServiceReadyCallbacks.slice(0);onServiceReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}});
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -177,15 +177,6 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.container .white-message .message-title[data-v-9afbabf9] {
|
||||
width: 100%;
|
||||
height: 3.125rem;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
}
|
||||
.container .white-message .message-title .message-weight[data-v-9afbabf9] {
|
||||
font-size: 0.9375rem;
|
||||
}
|
||||
.container .white-message .one[data-v-9afbabf9] {
|
||||
width: 90%;
|
||||
margin-left: 5%;
|
||||
|
|
@ -247,39 +238,6 @@
|
|||
margin-left: 1.25rem;
|
||||
margin-right: 0.46875rem;
|
||||
}
|
||||
.rightStautes[data-v-9afbabf9] {
|
||||
width: 5.3125rem;
|
||||
height: 1.9375rem;
|
||||
border-radius: 1.875rem;
|
||||
background-color: #FF913A;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
color: #fff;
|
||||
margin-right: 0.9375rem;
|
||||
}
|
||||
.rightStautesred[data-v-9afbabf9] {
|
||||
width: 5.3125rem;
|
||||
height: 1.9375rem;
|
||||
border-radius: 1.875rem;
|
||||
background: linear-gradient(to right, #FF4A76, #FF553A);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
color: #fff;
|
||||
margin-right: 0.9375rem;
|
||||
}
|
||||
.rightStautesblue[data-v-9afbabf9] {
|
||||
width: 5.3125rem;
|
||||
height: 1.9375rem;
|
||||
border-radius: 1.875rem;
|
||||
background: linear-gradient(to right, #00C9FF, #0076FF);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
color: #fff;
|
||||
margin-right: 0.9375rem;
|
||||
}
|
||||
.shu[data-v-9afbabf9] {
|
||||
width: 0.4375rem;
|
||||
height: 1.125rem;
|
||||
|
|
|
|||
|
|
@ -1223,39 +1223,6 @@
|
|||
margin-left: 1.25rem;
|
||||
margin-right: 0.46875rem;
|
||||
}
|
||||
.rightStautes[data-v-4363d488] {
|
||||
width: 5.3125rem;
|
||||
height: 1.9375rem;
|
||||
border-radius: 1.875rem;
|
||||
background-color: #FF913A;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
color: #fff;
|
||||
margin-right: 0.9375rem;
|
||||
}
|
||||
.rightStautesred[data-v-4363d488] {
|
||||
width: 5.3125rem;
|
||||
height: 1.9375rem;
|
||||
border-radius: 1.875rem;
|
||||
background: linear-gradient(to right, #FF4A76, #FF553A);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
color: #fff;
|
||||
margin-right: 0.9375rem;
|
||||
}
|
||||
.rightStautesblue[data-v-4363d488] {
|
||||
width: 5.3125rem;
|
||||
height: 1.9375rem;
|
||||
border-radius: 1.875rem;
|
||||
background: linear-gradient(to right, #00C9FF, #0076FF);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
color: #fff;
|
||||
margin-right: 0.9375rem;
|
||||
}
|
||||
.shu[data-v-4363d488] {
|
||||
width: 0.4375rem;
|
||||
height: 1.125rem;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1,280 @@
|
|||
/**
|
||||
* 这里是uni-app内置的常用样式变量
|
||||
*
|
||||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||||
* 如果您是插件开发者,建议您使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||||
*
|
||||
*/
|
||||
/**
|
||||
* 如果您是App开发者(插件使用者),您可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||||
*
|
||||
* 如果您的项目同样使用了scss预处理,您也可以直接在您的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||||
*/
|
||||
/* 颜色变量 */
|
||||
/* 行为相关颜色 */
|
||||
/* 文字基本颜色 */
|
||||
/* 背景颜色 */
|
||||
/* 边框颜色 */
|
||||
/* 尺寸变量 */
|
||||
/* 文字尺寸 */
|
||||
/* 图片尺寸 */
|
||||
/* Border Radius */
|
||||
/* 水平间距 */
|
||||
/* 垂直间距 */
|
||||
/* 透明度 */
|
||||
/* 文章场景相关 */
|
||||
/* 容器默认隐藏,透明度为 0,不接受点击 */
|
||||
.neuro-wrapper[data-v-5994d25c] {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
z-index: 999;
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
transition: opacity 0.3s ease;
|
||||
}
|
||||
|
||||
/* 显示时透明度过渡到 1,可接受点击 */
|
||||
.neuro-wrapper.is-active[data-v-5994d25c] {
|
||||
opacity: 1;
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
/* 遮罩层,半透明黑色 */
|
||||
.neuro-mask[data-v-5994d25c] {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
/* 拟态框 固定尺寸 + 阴影样式 + 相对定位于 wrapper */
|
||||
.neuro-box[data-v-5994d25c] {
|
||||
position: relative;
|
||||
width: 15rem;
|
||||
height: 9.375rem;
|
||||
border-radius: 0.625rem;
|
||||
background-color: #fff;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background-image: url("https://www.focusnu.com/media/directive/index/newpink.png");
|
||||
background-position: top center;
|
||||
background-repeat: no-repeat;
|
||||
z-index: 1;
|
||||
padding: 0 10%;
|
||||
}
|
||||
.tittle-bgc[data-v-5994d25c] {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 9.375rem;
|
||||
background-image: url("https://www.focusnu.com/media/directive/index/modelbgc.png");
|
||||
background-size: 100% auto;
|
||||
background-position: top center;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.tittle-bgc .text[data-v-5994d25c] {
|
||||
color: #47526F;
|
||||
font-size: 1.25rem;
|
||||
margin: 1.25rem 0 0 1.5625rem;
|
||||
font-weight: 600;
|
||||
}
|
||||
.button[data-v-5994d25c] {
|
||||
position: absolute;
|
||||
bottom: 1.5625rem;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
width: 80%;
|
||||
height: 2.5rem;
|
||||
background: linear-gradient(to right, #00C9FF, #0076FF);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
color: #fff;
|
||||
font-size: 1.09375rem;
|
||||
border-radius: 1.09375rem;
|
||||
}
|
||||
/**
|
||||
* 这里是uni-app内置的常用样式变量
|
||||
*
|
||||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||||
* 如果您是插件开发者,建议您使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||||
*
|
||||
*/
|
||||
/**
|
||||
* 如果您是App开发者(插件使用者),您可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||||
*
|
||||
* 如果您的项目同样使用了scss预处理,您也可以直接在您的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||||
*/
|
||||
/* 颜色变量 */
|
||||
/* 行为相关颜色 */
|
||||
/* 文字基本颜色 */
|
||||
/* 背景颜色 */
|
||||
/* 边框颜色 */
|
||||
/* 尺寸变量 */
|
||||
/* 文字尺寸 */
|
||||
/* 图片尺寸 */
|
||||
/* Border Radius */
|
||||
/* 水平间距 */
|
||||
/* 垂直间距 */
|
||||
/* 透明度 */
|
||||
/* 文章场景相关 */
|
||||
.container[data-v-919262b9] {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 100vh;
|
||||
width: 100%;
|
||||
background-color: #F7F7F7;
|
||||
position: relative;
|
||||
}
|
||||
.container .white-content[data-v-919262b9] {
|
||||
width: 90%;
|
||||
margin-left: 5%;
|
||||
border-radius: 1.09375rem;
|
||||
}
|
||||
.container .white-content .content-title[data-v-919262b9] {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 3.125rem;
|
||||
position: relative;
|
||||
font-weight: 600;
|
||||
}
|
||||
.container .white-content .content-title .content-weight[data-v-919262b9] {
|
||||
font-size: 1rem;
|
||||
}
|
||||
.container .white-content .content-title .content-img[data-v-919262b9] {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
width: 12.5rem;
|
||||
height: 100%;
|
||||
}
|
||||
.container .white-photo[data-v-919262b9] {
|
||||
width: 100%;
|
||||
height: 9.375rem;
|
||||
border-radius: 1.09375rem;
|
||||
background-color: #fff;
|
||||
justify-content: space-around;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
}
|
||||
.container .white-photo .photo[data-v-919262b9] {
|
||||
width: 9.375rem;
|
||||
height: 6.25rem;
|
||||
}
|
||||
.container .white-message[data-v-919262b9] {
|
||||
width: 100%;
|
||||
margin-top: 0.625rem;
|
||||
padding-top: 0.625rem;
|
||||
padding-bottom: 0.625rem;
|
||||
margin-bottom: 0.9375rem;
|
||||
border-radius: 1.09375rem;
|
||||
background-color: #fff;
|
||||
justify-content: space-around;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.container .white-message .one[data-v-919262b9] {
|
||||
width: 90%;
|
||||
margin-left: 5%;
|
||||
height: 3.125rem;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-bottom: 0.3125rem;
|
||||
}
|
||||
.container .white-message .one .one-left[data-v-919262b9] {
|
||||
margin-left: 0.3125rem;
|
||||
font-size: 0.9375rem;
|
||||
}
|
||||
.container .white-message .one .one-right[data-v-919262b9] {
|
||||
margin-right: 0.3125rem;
|
||||
font-size: 0.9375rem;
|
||||
color: #999999;
|
||||
overflow: hidden;
|
||||
/* 隐藏超出内容 */
|
||||
white-space: nowrap;
|
||||
/* 不换行 */
|
||||
text-overflow: ellipsis;
|
||||
max-width: 11.875rem;
|
||||
}
|
||||
.photo-left[data-v-919262b9] {
|
||||
z-index: 1;
|
||||
}
|
||||
.photo-left .photo-weight[data-v-919262b9] {
|
||||
font-size: 1rem;
|
||||
font-weight: 600;
|
||||
color: #333;
|
||||
}
|
||||
.photo-left .photo-font[data-v-919262b9] {
|
||||
font-size: 0.875rem;
|
||||
margin-top: 0.3125rem;
|
||||
color: #666;
|
||||
}
|
||||
.gray-font[data-v-919262b9] {
|
||||
padding: 0.625rem 1.875rem;
|
||||
padding-bottom: 1.09375rem;
|
||||
color: #999999;
|
||||
}
|
||||
.title-back[data-v-919262b9] {
|
||||
margin-top: 3.125rem;
|
||||
width: 100%;
|
||||
height: 3.125rem;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
.left-father[data-v-919262b9] {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
z-index: 1;
|
||||
}
|
||||
.left-father .back-img[data-v-919262b9] {
|
||||
width: 1.40625rem;
|
||||
height: 1.25rem;
|
||||
margin-left: 1.25rem;
|
||||
margin-right: 0.46875rem;
|
||||
}
|
||||
.shu[data-v-919262b9] {
|
||||
width: 0.4375rem;
|
||||
height: 1.125rem;
|
||||
background-color: #0097FF;
|
||||
border-radius: 0.3125rem;
|
||||
margin: 0.09375rem 0.625rem 0 0.9375rem;
|
||||
}
|
||||
.line[data-v-919262b9] {
|
||||
margin: 0.3125rem 0;
|
||||
}
|
||||
.shu-img[data-v-919262b9] {
|
||||
position: absolute;
|
||||
right: 0.625rem;
|
||||
top: 40%;
|
||||
transform: translateY(-40%);
|
||||
width: 4.6875rem;
|
||||
height: 4.0625rem;
|
||||
}
|
||||
.greenbgc[data-v-919262b9] {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 21.875rem;
|
||||
}
|
||||
.contentred[data-v-919262b9] {
|
||||
width: 90%;
|
||||
border: dashed 0.09375rem #FF4B2F;
|
||||
border-radius: 0.46875rem;
|
||||
margin: 0.46875rem 0;
|
||||
margin-left: 5%;
|
||||
padding: 0.15625rem;
|
||||
}
|
||||
.contentred .contentred-bgc[data-v-919262b9] {
|
||||
background-color: #f0e4e4;
|
||||
border-radius: 0.46875rem;
|
||||
color: red;
|
||||
padding: 0.625rem;
|
||||
padding-bottom: 0.9375rem;
|
||||
}
|
||||
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
|
|
@ -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%;
|
||||
|
|
@ -198,7 +198,7 @@
|
|||
.login-container[data-v-1cf27b2a] {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: calc(100vh + 2.8125rem);
|
||||
min-height: 100vh;
|
||||
width: 100%;
|
||||
background-color: #eff1fc;
|
||||
position: relative;
|
||||
|
|
@ -310,9 +310,10 @@
|
|||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin-top: 0.9375rem;
|
||||
margin-top: 40vh;
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
.bottom-text[data-v-1cf27b2a] {
|
||||
font-size: 0.6875rem;
|
||||
|
|
@ -321,16 +322,16 @@
|
|||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin-top: 18.75rem;
|
||||
margin-top: 0.625rem;
|
||||
}
|
||||
.white-content-father-time .white-bgc[data-v-1cf27b2a] {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #fff;
|
||||
padding-left: 1.5625rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border: 0.0625rem solid #fff;
|
||||
justify-content: center;
|
||||
font-size: 1rem;
|
||||
color: #333333;
|
||||
}
|
||||
.white-content-father-time .white-content[data-v-1cf27b2a] {
|
||||
height: 3.4375rem;
|
||||
|
|
@ -384,9 +385,9 @@
|
|||
}
|
||||
.white-box-father .white-box[data-v-1cf27b2a] {
|
||||
margin-top: 1.09375rem;
|
||||
width: 20%;
|
||||
width: 20.7%;
|
||||
margin-left: 3%;
|
||||
height: 6.875rem;
|
||||
height: 7.40625rem;
|
||||
background-color: #fff;
|
||||
border-radius: 1.09375rem;
|
||||
display: flex;
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@
|
|||
align-items: center;
|
||||
color: #fff;
|
||||
font-size: 0.78125rem;
|
||||
border-radius: 1.09375rem;
|
||||
border-radius: 0.75rem;
|
||||
}
|
||||
.button-white[data-v-843c2bd8] {
|
||||
width: 47%;
|
||||
|
|
@ -100,11 +100,11 @@
|
|||
justify-content: center;
|
||||
align-items: center;
|
||||
font-size: 0.78125rem;
|
||||
border-radius: 1.09375rem;
|
||||
border-radius: 0.75rem;
|
||||
}
|
||||
.button-father[data-v-843c2bd8] {
|
||||
position: absolute;
|
||||
bottom: 0.9375rem;
|
||||
bottom: 1.09375rem;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
width: 100%;
|
||||
|
|
@ -148,7 +148,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%;
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
flex-direction: column;
|
||||
}
|
||||
.font-father .title-font[data-v-d224a900] {
|
||||
margin: 7.8125rem auto 2.5rem auto;
|
||||
margin: 6.25rem auto 0.3125rem auto;
|
||||
font-size: 1.25rem;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
|
@ -60,14 +60,14 @@
|
|||
line-height: 1.25rem;
|
||||
}
|
||||
.back-button[data-v-d224a900] {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 44%;
|
||||
height: 2.8125rem;
|
||||
margin: 2.5rem auto;
|
||||
border: 0.0625rem solid #c3cacd;
|
||||
background: linear-gradient(to bottom, #f3f3f5, #dee4e9);
|
||||
border-radius: 1.5625rem;
|
||||
font-size: 1.09375rem;
|
||||
border-radius: 1.09375rem;
|
||||
background: linear-gradient(to left, #00C9FF, #0076FF);
|
||||
color: #fff;
|
||||
font-size: 1.03125rem;
|
||||
margin: 1.5625rem 0;
|
||||
}
|
||||
|
|
@ -141,21 +141,17 @@
|
|||
height: 3.75rem;
|
||||
}
|
||||
.blue-button[data-v-c1509caf] {
|
||||
margin-top: 1.25rem;
|
||||
width: 1.875rem;
|
||||
height: 1.875rem;
|
||||
border-radius: 50%;
|
||||
width: 40%;
|
||||
margin-left: 30%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background-color: #f0f0f0;
|
||||
height: 2.1875rem;
|
||||
border-radius: 0.78125rem;
|
||||
background: linear-gradient(to left, #00C9FF, #0076FF);
|
||||
color: #fff;
|
||||
font-size: 0.9375rem;
|
||||
}
|
||||
.blue-button .blue-button-img[data-v-c1509caf] {
|
||||
width: 0.9375rem;
|
||||
height: 0.9375rem;
|
||||
margin-left: 0.15625rem;
|
||||
font-size: 1.03125rem;
|
||||
margin-top: 1.25rem;
|
||||
}
|
||||
.none[data-v-c1509caf] {
|
||||
position: absolute;
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@ if (!Math) {
|
|||
"./pages/addstaff/IDcard.js";
|
||||
"./pages/addstaff/bankcard.js";
|
||||
"./pages/addstaff/healthcertificate.js";
|
||||
"./pages/addstaff/successpush.js";
|
||||
"./pages/addjigou/all.js";
|
||||
"./pages/addjigou/where.js";
|
||||
"./pages/addjigou/name.js";
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
"pages/addstaff/IDcard",
|
||||
"pages/addstaff/bankcard",
|
||||
"pages/addstaff/healthcertificate",
|
||||
"pages/addstaff/successpush",
|
||||
"pages/addjigou/all",
|
||||
"pages/addjigou/where",
|
||||
"pages/addjigou/name",
|
||||
|
|
|
|||
|
|
@ -7041,9 +7041,9 @@ function isConsoleWritable() {
|
|||
return isWritable;
|
||||
}
|
||||
function initRuntimeSocketService() {
|
||||
const hosts = "192.168.2.35,127.0.0.1";
|
||||
const hosts = "192.168.2.33,127.0.0.1";
|
||||
const port = "8090";
|
||||
const id = "mp-weixin_Zb1UrH";
|
||||
const id = "mp-weixin_kYNOAL";
|
||||
const lazy = typeof swan !== "undefined";
|
||||
let restoreError = lazy ? () => {
|
||||
} : initOnError();
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ const _sfc_main = {
|
|||
});
|
||||
},
|
||||
fail: (err) => {
|
||||
common_vendor.index.__f__("error", "at pages/addstaff/IDcard.vue:171", "拍照失败:", err);
|
||||
common_vendor.index.__f__("error", "at pages/addstaff/IDcard.vue:176", "拍照失败:", err);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
@ -90,7 +90,7 @@ const _sfc_main = {
|
|||
},
|
||||
formData: {},
|
||||
success: (uploadRes) => {
|
||||
common_vendor.index.__f__("log", "at pages/addstaff/IDcard.vue:209", "token", common_vendor.index.getStorageSync("token"));
|
||||
common_vendor.index.__f__("log", "at pages/addstaff/IDcard.vue:214", "token", common_vendor.index.getStorageSync("token"));
|
||||
if (!JSON.parse(uploadRes.data).success) {
|
||||
common_vendor.index.hideLoading();
|
||||
common_vendor.index.showToast({
|
||||
|
|
@ -277,9 +277,9 @@ const _sfc_main = {
|
|||
common_vendor.index.navigateBack();
|
||||
};
|
||||
common_vendor.onLoad(() => {
|
||||
common_vendor.index.__f__("log", "at pages/addstaff/IDcard.vue:405", "11", common_vendor.index.getStorageSync("backhuancun"));
|
||||
common_vendor.index.__f__("log", "at pages/addstaff/IDcard.vue:410", "11", common_vendor.index.getStorageSync("backhuancun"));
|
||||
if (common_vendor.index.getStorageSync("backhuancun").name) {
|
||||
common_vendor.index.__f__("log", "at pages/addstaff/IDcard.vue:407", "????", common_vendor.index.getStorageSync("backhuancun"));
|
||||
common_vendor.index.__f__("log", "at pages/addstaff/IDcard.vue:412", "????", common_vendor.index.getStorageSync("backhuancun"));
|
||||
let data = common_vendor.index.getStorageSync("backhuancun");
|
||||
textArray[0] = data.name;
|
||||
textArray[1] = data.sex;
|
||||
|
|
@ -324,15 +324,17 @@ const _sfc_main = {
|
|||
content: content.value
|
||||
}),
|
||||
c: common_vendor.o(goBack),
|
||||
d: fontphoto.value ? `${common_vendor.unref(request_index.base_url)}/sys/common/static/${fontphoto.value}` : `https://www.focusnu.com/media/directive/index/IDcard.png`,
|
||||
e: !fontphoto.value
|
||||
d: fontphoto.value ? `${common_vendor.unref(request_index.base_url)}/sys/common/static/${fontphoto.value}` : `https://www.focusnu.com/media/directive/index/IDfront.png`,
|
||||
e: fontphoto.value ? `` : `https://www.focusnu.com/media/directive/index/bian.png`,
|
||||
f: !fontphoto.value
|
||||
}, !fontphoto.value ? {} : {}, {
|
||||
f: common_vendor.o(($event) => selectphoto(0)),
|
||||
g: endphoto.value ? `${common_vendor.unref(request_index.base_url)}/sys/common/static/${endphoto.value}` : `https://www.focusnu.com/media/directive/index/backIDcard.png`,
|
||||
h: !endphoto.value
|
||||
g: common_vendor.o(($event) => selectphoto(0)),
|
||||
h: endphoto.value ? `${common_vendor.unref(request_index.base_url)}/sys/common/static/${endphoto.value}` : `https://www.focusnu.com/media/directive/index/IDend.png`,
|
||||
i: endphoto.value ? `` : `https://www.focusnu.com/media/directive/index/bian.png`,
|
||||
j: !endphoto.value
|
||||
}, !endphoto.value ? {} : {}, {
|
||||
i: common_vendor.o(($event) => selectphoto(1)),
|
||||
j: common_vendor.f(nameArray, (item, index, i0) => {
|
||||
k: common_vendor.o(($event) => selectphoto(1)),
|
||||
l: common_vendor.f(nameArray, (item, index, i0) => {
|
||||
return {
|
||||
a: common_vendor.t(item),
|
||||
b: common_vendor.t(textArray[index] ? textArray[index] : "自动获取"),
|
||||
|
|
@ -340,11 +342,11 @@ const _sfc_main = {
|
|||
d: common_vendor.o(($event) => openLook(textArray[index]), index)
|
||||
};
|
||||
}),
|
||||
k: common_vendor.o(goBack),
|
||||
l: common_vendor.o(next),
|
||||
m: common_vendor.o(photoclick),
|
||||
n: common_vendor.o(($event) => bottomshow.value = $event),
|
||||
o: common_vendor.p({
|
||||
m: common_vendor.o(goBack),
|
||||
n: common_vendor.o(next),
|
||||
o: common_vendor.o(photoclick),
|
||||
p: common_vendor.o(($event) => bottomshow.value = $event),
|
||||
q: common_vendor.p({
|
||||
list: bottomlist,
|
||||
modelValue: bottomshow.value
|
||||
})
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
<view class="container data-v-7bdeba37"><model wx:if="{{b}}" class="data-v-7bdeba37" bindclose="{{a}}" u-i="7bdeba37-0" bind:__l="__l" u-p="{{b}}"/><view class="title-back data-v-7bdeba37"><view class="left-father data-v-7bdeba37" bindtap="{{c}}"><image class="back-img data-v-7bdeba37" src="https://www.focusnu.com/media/directive/index/left.png"/><view class="data-v-7bdeba37" style="font-size:30rpx">入职登记表</view></view></view><view class="white-content data-v-7bdeba37"><view class="content-title data-v-7bdeba37"><view class="shu data-v-7bdeba37"></view><view class="content-weight data-v-7bdeba37">身份证</view></view><view class="white-photo data-v-7bdeba37" bindtap="{{f}}"><view class="photo-left data-v-7bdeba37"><view class="photo-weight data-v-7bdeba37">人像面</view><view class="photo-font data-v-7bdeba37">请上传身份证人像面</view></view><view class="data-v-7bdeba37" style="position:relative"><image class="photo data-v-7bdeba37" src="{{d}}"/><image wx:if="{{e}}" class="data-v-7bdeba37" 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></view><view class="white-photo data-v-7bdeba37" style="margin-top:30rpx" bindtap="{{i}}"><view class="photo-left data-v-7bdeba37"><view class="photo-weight data-v-7bdeba37">国徽面</view><view class="photo-font data-v-7bdeba37">请上传身份证国徽面</view></view><view class="data-v-7bdeba37" style="position:relative"><image class="photo data-v-7bdeba37" src="{{g}}"/><image wx:if="{{h}}" class="data-v-7bdeba37" 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></view><view class="content-title data-v-7bdeba37" style="margin:20rpx 0"><view class="shu data-v-7bdeba37"></view><view class="content-weight data-v-7bdeba37">确认身份证信息</view></view><view class="white-message data-v-7bdeba37"><view class="data-v-7bdeba37"><view wx:for="{{j}}" wx:for-item="item" wx:key="c" class="one data-v-7bdeba37" bindtap="{{item.d}}"><view class="one-left data-v-7bdeba37">{{item.a}}</view><view class="one-right data-v-7bdeba37">{{item.b}}</view></view></view></view></view><view class="gray-font data-v-7bdeba37"><view class="data-v-7bdeba37" style="color:#333333">注意事项:</view><view class="data-v-7bdeba37" style="margin-top:30rpx;font-size:28rpx"><view class="line data-v-7bdeba37">1.同一个身份证号只能认证一个账号。</view><view class="line data-v-7bdeba37">2.国徽与正面信息应为同一身份证的信息且在有效期内。</view><view class="line data-v-7bdeba37">3.所有上传照片需清晰且未遮挡,请勿进行美化和修改。</view><view class="line data-v-7bdeba37">4.所有上传信息均会被妥善保管,不会用于其他商业用途或传输给第三方。</view></view></view><view class="data-v-7bdeba37" style="display:flex;width:100%;padding:0 10%;justify-content:space-between"><view class="back-button data-v-7bdeba37" bindtap="{{k}}"> 返回上一步 </view><view class="finish-button data-v-7bdeba37" bindtap="{{l}}"> 确认并继续 </view></view><u-action-sheet wx:if="{{o}}" class="data-v-7bdeba37" bindclick="{{m}}" u-i="7bdeba37-1" bind:__l="__l" bindupdateModelValue="{{n}}" u-p="{{o}}"></u-action-sheet></view>
|
||||
<view class="container data-v-7bdeba37"><model wx:if="{{b}}" class="data-v-7bdeba37" bindclose="{{a}}" u-i="7bdeba37-0" bind:__l="__l" u-p="{{b}}"/><view class="title-back data-v-7bdeba37"><view class="left-father data-v-7bdeba37" bindtap="{{c}}"><image class="back-img data-v-7bdeba37" src="https://www.focusnu.com/media/directive/index/left.png"/><view class="data-v-7bdeba37" style="font-size:30rpx">入职登记表</view></view></view><view class="white-content data-v-7bdeba37"><view class="content-title data-v-7bdeba37"><view class="shu data-v-7bdeba37"></view><view class="content-weight data-v-7bdeba37">身份证</view><view class="data-v-7bdeba37" style="margin-top:8rpx;margin-left:12rpx;font-size:23rpx">(必填)</view></view><view class="white-photo data-v-7bdeba37" bindtap="{{g}}"><view class="photo-left data-v-7bdeba37"><view class="photo-weight data-v-7bdeba37">人像面</view><view class="photo-font data-v-7bdeba37">请上传身份证人像面</view></view><view class="data-v-7bdeba37" style="position:relative"><image class="photo data-v-7bdeba37" src="{{d}}"/><image class="data-v-7bdeba37" style="width:100%;height:100%;top:0;left:0;z-index:1;position:absolute" src="{{e}}"/><image wx:if="{{f}}" class="data-v-7bdeba37" 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></view><view class="white-photo data-v-7bdeba37" style="margin-top:30rpx" bindtap="{{k}}"><view class="photo-left data-v-7bdeba37"><view class="photo-weight data-v-7bdeba37">国徽面</view><view class="photo-font data-v-7bdeba37">请上传身份证国徽面</view></view><view class="data-v-7bdeba37" style="position:relative"><image class="photo data-v-7bdeba37" src="{{h}}"/><image class="data-v-7bdeba37" style="width:100%;height:100%;top:0;left:0;z-index:1;position:absolute" src="{{i}}"/><image wx:if="{{j}}" class="data-v-7bdeba37" 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></view><view class="content-title data-v-7bdeba37" style="margin:20rpx 0"><view class="shu data-v-7bdeba37"></view><view class="content-weight data-v-7bdeba37">确认身份证信息</view></view><view class="white-message data-v-7bdeba37"><view class="data-v-7bdeba37"><view wx:for="{{l}}" wx:for-item="item" wx:key="c" class="one data-v-7bdeba37" bindtap="{{item.d}}"><view class="one-left data-v-7bdeba37">{{item.a}}</view><view class="one-right data-v-7bdeba37">{{item.b}}</view></view></view></view></view><view class="gray-font data-v-7bdeba37"><view class="data-v-7bdeba37" style="color:#333333">注意事项:</view><view class="data-v-7bdeba37" style="margin-top:30rpx;font-size:28rpx"><view class="line data-v-7bdeba37">1.同一个身份证号只能认证一个账号。</view><view class="line data-v-7bdeba37">2.国徽与正面信息应为同一身份证的信息且在有效期内。</view><view class="line data-v-7bdeba37">3.所有上传照片需清晰且未遮挡,请勿进行美化和修改。</view><view class="line data-v-7bdeba37">4.所有上传信息均会被妥善保管,不会用于其他商业用途或传输给第三方。</view></view></view><view class="data-v-7bdeba37" style="display:flex;width:100%;padding:0 10%;justify-content:space-between"><view class="back-button data-v-7bdeba37" bindtap="{{m}}"> 返回上一步 </view><view class="finish-button data-v-7bdeba37" bindtap="{{n}}"> 确认并继续 </view></view><u-action-sheet wx:if="{{q}}" class="data-v-7bdeba37" bindclick="{{o}}" u-i="7bdeba37-1" bind:__l="__l" bindupdateModelValue="{{p}}" u-p="{{q}}"></u-action-sheet></view>
|
||||
|
|
@ -1,3 +1,12 @@
|
|||
"use strict";
|
||||
require("../../../common/vendor.js");
|
||||
const request_index = require("../../../request/index.js");
|
||||
function changemessage(data) {
|
||||
return request_index.request({
|
||||
url: `/api/employessAdvisiory/saveApiEmployess`,
|
||||
method: "post",
|
||||
data
|
||||
});
|
||||
}
|
||||
exports.changemessage = changemessage;
|
||||
//# sourceMappingURL=../../../../.sourcemap/mp-weixin/pages/addstaff/api/addjigou.js.map
|
||||
|
|
|
|||
|
|
@ -53,6 +53,7 @@ const _sfc_main = {
|
|||
return;
|
||||
}
|
||||
targetphoto.value = number;
|
||||
common_vendor.index.__f__("log", "at pages/addstaff/bankcard.vue:150", "????", backImge.value, headImge.value);
|
||||
if (backImge.value && headImge.value) {
|
||||
bottomshow.value = true;
|
||||
} else {
|
||||
|
|
@ -70,7 +71,7 @@ const _sfc_main = {
|
|||
});
|
||||
},
|
||||
fail: (err) => {
|
||||
common_vendor.index.__f__("error", "at pages/addstaff/bankcard.vue:167", "拍照失败:", err);
|
||||
common_vendor.index.__f__("error", "at pages/addstaff/bankcard.vue:173", "拍照失败:", err);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
@ -90,17 +91,16 @@ const _sfc_main = {
|
|||
},
|
||||
formData: {},
|
||||
success: (uploadRes) => {
|
||||
savephoto(filePath, targetphoto.value);
|
||||
if (!JSON.parse(uploadRes.data).success) {
|
||||
common_vendor.index.hideLoading();
|
||||
uping.value = true;
|
||||
savephoto(filePath, targetphoto.value);
|
||||
return;
|
||||
}
|
||||
if (JSON.parse(JSON.parse(uploadRes.data).result.data).data.bankName) {
|
||||
let father = JSON.parse(JSON.parse(uploadRes.data).result.data).data;
|
||||
textArray[0] = father.bankName;
|
||||
textArray[1] = father.cardNumber;
|
||||
uping.value = true;
|
||||
savephoto(filePath, targetphoto.value);
|
||||
} else {
|
||||
common_vendor.index.hideLoading();
|
||||
uping.value = true;
|
||||
|
|
@ -132,8 +132,10 @@ const _sfc_main = {
|
|||
success: (uploadRes) => {
|
||||
if (!type) {
|
||||
fontphoto.value = JSON.parse(uploadRes.data).message;
|
||||
headImge.value = filePath;
|
||||
} else {
|
||||
endphoto.value = JSON.parse(uploadRes.data).message;
|
||||
backImge.value = filePath;
|
||||
}
|
||||
common_vendor.index.hideLoading();
|
||||
if (JSON.parse(uploadRes.data).code == 401) {
|
||||
|
|
@ -187,41 +189,18 @@ const _sfc_main = {
|
|||
}
|
||||
};
|
||||
const next = () => {
|
||||
if (!fontphoto.value) {
|
||||
common_vendor.index.showToast({
|
||||
title: "请上银行卡正面",
|
||||
icon: "none"
|
||||
});
|
||||
return;
|
||||
} else if (!endphoto.value) {
|
||||
common_vendor.index.showToast({
|
||||
title: "请上传银行卡背面",
|
||||
icon: "none"
|
||||
});
|
||||
return;
|
||||
}
|
||||
const allNonEmpty = textArray.every((item) => {
|
||||
return item !== "";
|
||||
});
|
||||
if (!uping.value) {
|
||||
return;
|
||||
}
|
||||
if (allNonEmpty) {
|
||||
let data = common_vendor.index.getStorageSync("backhuancun");
|
||||
data.openingBank = textArray[0];
|
||||
data.bankCard = textArray[1];
|
||||
data.bankZmPath = fontphoto.value;
|
||||
data.bankFmPath = endphoto.value;
|
||||
common_vendor.index.setStorageSync("backhuancun", data);
|
||||
common_vendor.index.navigateTo({
|
||||
url: "/pages/addstaff/healthcertificate"
|
||||
});
|
||||
} else {
|
||||
common_vendor.index.showToast({
|
||||
title: "请上传清晰的身份证",
|
||||
icon: "error"
|
||||
});
|
||||
}
|
||||
let data = common_vendor.index.getStorageSync("backhuancun");
|
||||
data.openingBank = textArray[0];
|
||||
data.bankCard = textArray[1];
|
||||
data.bankZmPath = fontphoto.value;
|
||||
data.bankFmPath = endphoto.value;
|
||||
common_vendor.index.setStorageSync("backhuancun", data);
|
||||
common_vendor.index.navigateTo({
|
||||
url: "/pages/addstaff/healthcertificate"
|
||||
});
|
||||
};
|
||||
const goBack = () => {
|
||||
if (!uping.value) {
|
||||
|
|
@ -267,15 +246,17 @@ const _sfc_main = {
|
|||
content: content.value
|
||||
}),
|
||||
c: common_vendor.o(goBack),
|
||||
d: fontphoto.value ? `${common_vendor.unref(request_index.base_url)}/sys/common/static/${fontphoto.value}` : `https://www.focusnu.com/media/directive/index/IDcard.png`,
|
||||
e: !fontphoto.value
|
||||
d: fontphoto.value ? `${common_vendor.unref(request_index.base_url)}/sys/common/static/${fontphoto.value}` : `https://www.focusnu.com/media/directive/index/bankfront.png`,
|
||||
e: endphoto.value ? `` : `https://www.focusnu.com/media/directive/index/bian.png`,
|
||||
f: !fontphoto.value
|
||||
}, !fontphoto.value ? {} : {}, {
|
||||
f: common_vendor.o(($event) => selectphoto(0)),
|
||||
g: endphoto.value ? `${common_vendor.unref(request_index.base_url)}/sys/common/static/${endphoto.value}` : `https://www.focusnu.com/media/directive/index/backIDcard.png`,
|
||||
h: !endphoto.value
|
||||
g: common_vendor.o(($event) => selectphoto(0)),
|
||||
h: endphoto.value ? `${common_vendor.unref(request_index.base_url)}/sys/common/static/${endphoto.value}` : `https://www.focusnu.com/media/directive/index/bankend.png`,
|
||||
i: endphoto.value ? `` : `https://www.focusnu.com/media/directive/index/bian.png`,
|
||||
j: !endphoto.value
|
||||
}, !endphoto.value ? {} : {}, {
|
||||
i: common_vendor.o(($event) => selectphoto(1)),
|
||||
j: common_vendor.f(nameArray, (item, index, i0) => {
|
||||
k: common_vendor.o(($event) => selectphoto(1)),
|
||||
l: common_vendor.f(nameArray, (item, index, i0) => {
|
||||
return {
|
||||
a: common_vendor.t(item),
|
||||
b: common_vendor.t(textArray[index] ? textArray[index] : "自动获取"),
|
||||
|
|
@ -283,11 +264,11 @@ const _sfc_main = {
|
|||
d: common_vendor.o(($event) => openLook(textArray[index]), index)
|
||||
};
|
||||
}),
|
||||
k: common_vendor.o(goBack),
|
||||
l: common_vendor.o(next),
|
||||
m: common_vendor.o(photoclick),
|
||||
n: common_vendor.o(($event) => bottomshow.value = $event),
|
||||
o: common_vendor.p({
|
||||
m: common_vendor.o(goBack),
|
||||
n: common_vendor.o(next),
|
||||
o: common_vendor.o(photoclick),
|
||||
p: common_vendor.o(($event) => bottomshow.value = $event),
|
||||
q: common_vendor.p({
|
||||
list: bottomlist,
|
||||
modelValue: bottomshow.value
|
||||
})
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
<view class="container data-v-b0243273"><model wx:if="{{b}}" class="data-v-b0243273" bindclose="{{a}}" u-i="b0243273-0" bind:__l="__l" u-p="{{b}}"/><view class="title-back data-v-b0243273"><view class="left-father data-v-b0243273" bindtap="{{c}}"><image class="back-img data-v-b0243273" src="https://www.focusnu.com/media/directive/index/left.png"/><view class="data-v-b0243273" style="font-size:30rpx">入职登记表</view></view></view><view class="white-content data-v-b0243273"><view class="content-title data-v-b0243273"><view class="shu data-v-b0243273"></view><view class="content-weight data-v-b0243273">银行卡</view></view><view class="white-photo data-v-b0243273" bindtap="{{f}}"><view class="photo-left data-v-b0243273"><view class="photo-weight data-v-b0243273">银行卡正面</view><view class="photo-font data-v-b0243273">请上传银行卡正面</view></view><view class="data-v-b0243273" style="position:relative"><image class="photo data-v-b0243273" src="{{d}}"/><image wx:if="{{e}}" class="data-v-b0243273" 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></view><view class="white-photo data-v-b0243273" style="margin-top:30rpx" bindtap="{{i}}"><view class="photo-left data-v-b0243273"><view class="photo-weight data-v-b0243273">银行卡反面</view><view class="photo-font data-v-b0243273">请上传银行卡反面</view></view><view class="data-v-b0243273" style="position:relative"><image class="photo data-v-b0243273" src="{{g}}"/><image wx:if="{{h}}" class="data-v-b0243273" 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></view><view class="content-title data-v-b0243273" style="margin:20rpx 0"><view class="shu data-v-b0243273"></view><view class="content-weight data-v-b0243273">确认身份证信息</view></view><view class="white-message data-v-b0243273"><view class="data-v-b0243273"><view wx:for="{{j}}" wx:for-item="item" wx:key="c" class="one data-v-b0243273" bindtap="{{item.d}}"><view class="one-left data-v-b0243273">{{item.a}}</view><view class="one-right data-v-b0243273">{{item.b}}</view></view></view></view></view><view class="data-v-b0243273" style="display:flex;width:100%;padding:0 10%;justify-content:space-between"><view class="back-button data-v-b0243273" bindtap="{{k}}"> 返回上一步 </view><view class="finish-button data-v-b0243273" bindtap="{{l}}"> 确认并继续 </view></view><u-action-sheet wx:if="{{o}}" class="data-v-b0243273" bindclick="{{m}}" u-i="b0243273-1" bind:__l="__l" bindupdateModelValue="{{n}}" u-p="{{o}}"></u-action-sheet></view>
|
||||
<view class="container data-v-b0243273"><model wx:if="{{b}}" class="data-v-b0243273" bindclose="{{a}}" u-i="b0243273-0" bind:__l="__l" u-p="{{b}}"/><view class="title-back data-v-b0243273"><view class="left-father data-v-b0243273" bindtap="{{c}}"><image class="back-img data-v-b0243273" src="https://www.focusnu.com/media/directive/index/left.png"/><view class="data-v-b0243273" style="font-size:30rpx">入职登记表</view></view></view><view class="white-content data-v-b0243273"><view class="content-title data-v-b0243273"><view class="shu data-v-b0243273"></view><view class="content-weight data-v-b0243273">银行卡</view><view class="data-v-b0243273" style="margin-top:8rpx;margin-left:12rpx;font-size:23rpx">(选填)</view></view><view class="white-photo data-v-b0243273" bindtap="{{g}}"><view class="photo-left data-v-b0243273"><view class="photo-weight data-v-b0243273">银行卡正面</view><view class="photo-font data-v-b0243273">请上传银行卡正面</view></view><view class="data-v-b0243273" style="position:relative"><image class="photo data-v-b0243273" src="{{d}}"/><image class="data-v-b0243273" style="width:100%;height:100%;top:0;left:0;z-index:1;position:absolute" src="{{e}}"/><image wx:if="{{f}}" class="data-v-b0243273" 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></view><view class="white-photo data-v-b0243273" style="margin-top:30rpx" bindtap="{{k}}"><view class="photo-left data-v-b0243273"><view class="photo-weight data-v-b0243273">银行卡反面</view><view class="photo-font data-v-b0243273">请上传银行卡反面</view></view><view class="data-v-b0243273" style="position:relative"><image class="photo data-v-b0243273" src="{{h}}"/><image class="data-v-b0243273" style="width:100%;height:100%;top:0;left:0;z-index:1;position:absolute" src="{{i}}"/><image wx:if="{{j}}" class="data-v-b0243273" 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></view><view class="content-title data-v-b0243273" style="margin:20rpx 0"><view class="shu data-v-b0243273"></view><view class="content-weight data-v-b0243273">确认身份证信息</view></view><view class="white-message data-v-b0243273"><view class="data-v-b0243273"><view wx:for="{{l}}" wx:for-item="item" wx:key="c" class="one data-v-b0243273" bindtap="{{item.d}}"><view class="one-left data-v-b0243273">{{item.a}}</view><view class="one-right data-v-b0243273">{{item.b}}</view></view></view></view></view><view class="data-v-b0243273" style="display:flex;width:100%;padding:0 10%;justify-content:space-between"><view class="back-button data-v-b0243273" bindtap="{{m}}"> 返回上一步 </view><view class="finish-button data-v-b0243273" bindtap="{{n}}"> 确认并继续 </view></view><u-action-sheet wx:if="{{q}}" class="data-v-b0243273" bindclick="{{o}}" u-i="b0243273-1" bind:__l="__l" bindupdateModelValue="{{p}}" u-p="{{q}}"></u-action-sheet></view>
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
"use strict";
|
||||
const common_vendor = require("../../common/vendor.js");
|
||||
const request_index = require("../../request/index.js");
|
||||
const pages_addstaff_api_addjigou = require("./api/addjigou.js");
|
||||
if (!Array) {
|
||||
const _easycom_u_action_sheet2 = common_vendor.resolveComponent("u-action-sheet");
|
||||
_easycom_u_action_sheet2();
|
||||
|
|
@ -66,7 +67,7 @@ const _sfc_main = {
|
|||
});
|
||||
},
|
||||
fail: (err) => {
|
||||
common_vendor.index.__f__("error", "at pages/addstaff/healthcertificate.vue:186", "拍照失败:", err);
|
||||
common_vendor.index.__f__("error", "at pages/addstaff/healthcertificate.vue:197", "拍照失败:", err);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
@ -106,6 +107,31 @@ const _sfc_main = {
|
|||
if (!uping.value) {
|
||||
return;
|
||||
}
|
||||
pages_addstaff_api_addjigou.changemessage(common_vendor.index.getStorageSync("backhuancun")).then((res) => {
|
||||
if (res.success) {
|
||||
common_vendor.index.requestSubscribeMessage({
|
||||
// 这里填后台申请好的 templateId 数组
|
||||
tmplIds: ["CJ6NDNV4mTTyOdYhbksyA_YjDORVemJRmzEVAUZMBis"],
|
||||
success: (res2) => {
|
||||
common_vendor.index.setStorageSync("specicalid", "");
|
||||
common_vendor.index.reLaunch({
|
||||
url: `/pages/addstaff/successpush`
|
||||
});
|
||||
},
|
||||
fail: (err) => {
|
||||
common_vendor.index.showToast({
|
||||
title: "订阅失败",
|
||||
icon: "none"
|
||||
});
|
||||
}
|
||||
});
|
||||
} else {
|
||||
common_vendor.index.showToast({
|
||||
title: res.message,
|
||||
icon: "error"
|
||||
});
|
||||
}
|
||||
});
|
||||
};
|
||||
common_vendor.onLoad(() => {
|
||||
if (common_vendor.index.getStorageSync("backhuancun").healthZmPath) {
|
||||
|
|
@ -151,27 +177,31 @@ const _sfc_main = {
|
|||
content: content.value
|
||||
}),
|
||||
c: common_vendor.o(goBack),
|
||||
d: imgArray[0] ? `${common_vendor.unref(request_index.base_url)}/sys/common/static/${imgArray[0]}` : `https://www.focusnu.com/media/directive/index/zhizhao.png`,
|
||||
e: !imgArray[0]
|
||||
d: imgArray[0] ? `${common_vendor.unref(request_index.base_url)}/sys/common/static/${imgArray[0]}` : `https://www.focusnu.com/media/directive/index/healfront.png`,
|
||||
e: imgArray[0] ? `` : `https://www.focusnu.com/media/directive/index/bian.png`,
|
||||
f: !imgArray[0]
|
||||
}, !imgArray[0] ? {} : {}, {
|
||||
f: common_vendor.o(($event) => selectphoto(0)),
|
||||
g: imgArray[1] ? `${common_vendor.unref(request_index.base_url)}/sys/common/static/${imgArray[1]}` : `https://www.focusnu.com/media/directive/index/zhizhao.png`,
|
||||
h: !imgArray[1]
|
||||
g: common_vendor.o(($event) => selectphoto(0)),
|
||||
h: imgArray[1] ? `${common_vendor.unref(request_index.base_url)}/sys/common/static/${imgArray[1]}` : `https://www.focusnu.com/media/directive/index/healend.png`,
|
||||
i: imgArray[1] ? `` : `https://www.focusnu.com/media/directive/index/bian.png`,
|
||||
j: !imgArray[1]
|
||||
}, !imgArray[1] ? {} : {}, {
|
||||
i: common_vendor.o(($event) => selectphoto(1)),
|
||||
j: imgArray[2] ? `${common_vendor.unref(request_index.base_url)}/sys/common/static/${imgArray[2]}` : `https://www.focusnu.com/media/directive/index/zhizhao.png`,
|
||||
k: !imgArray[2]
|
||||
k: common_vendor.o(($event) => selectphoto(1)),
|
||||
l: imgArray[2] ? `${common_vendor.unref(request_index.base_url)}/sys/common/static/${imgArray[2]}` : `https://www.focusnu.com/media/directive/index/zizhi.png`,
|
||||
m: imgArray[2] ? `` : `https://www.focusnu.com/media/directive/index/bian.png`,
|
||||
n: !imgArray[2]
|
||||
}, !imgArray[2] ? {} : {}, {
|
||||
l: common_vendor.o(($event) => selectphoto(2)),
|
||||
m: imgArray[3] ? `${common_vendor.unref(request_index.base_url)}/sys/common/static/${imgArray[3]}` : `https://www.focusnu.com/media/directive/index/zhizhao.png`,
|
||||
n: !imgArray[3]
|
||||
o: common_vendor.o(($event) => selectphoto(2)),
|
||||
p: imgArray[3] ? `${common_vendor.unref(request_index.base_url)}/sys/common/static/${imgArray[3]}` : `https://www.focusnu.com/media/directive/index/fanzui.png`,
|
||||
q: imgArray[3] ? `` : `https://www.focusnu.com/media/directive/index/bian.png`,
|
||||
r: !imgArray[3]
|
||||
}, !imgArray[3] ? {} : {}, {
|
||||
o: common_vendor.o(($event) => selectphoto(3)),
|
||||
p: common_vendor.o(goBack),
|
||||
q: common_vendor.o(next),
|
||||
r: common_vendor.o(photoclick),
|
||||
s: common_vendor.o(($event) => bottomshow.value = $event),
|
||||
t: common_vendor.p({
|
||||
s: common_vendor.o(($event) => selectphoto(3)),
|
||||
t: common_vendor.o(goBack),
|
||||
v: common_vendor.o(next),
|
||||
w: common_vendor.o(photoclick),
|
||||
x: common_vendor.o(($event) => bottomshow.value = $event),
|
||||
y: common_vendor.p({
|
||||
list: bottomlist,
|
||||
modelValue: bottomshow.value
|
||||
})
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
<view class="container data-v-bef94c05"><model wx:if="{{b}}" class="data-v-bef94c05" bindclose="{{a}}" u-i="bef94c05-0" bind:__l="__l" u-p="{{b}}"/><view class="title-back data-v-bef94c05"><view class="left-father data-v-bef94c05" bindtap="{{c}}"><image class="back-img data-v-bef94c05" src="https://www.focusnu.com/media/directive/index/left.png"/><view class="data-v-bef94c05" style="font-size:30rpx">入职登记表</view></view></view><view class="white-content data-v-bef94c05"><view class="content-title data-v-bef94c05"><view class="shu data-v-bef94c05"></view><view class="content-weight data-v-bef94c05">健康证</view></view><view class="white-photo data-v-bef94c05" bindtap="{{f}}"><view class="photo-left data-v-bef94c05"><view class="photo-weight data-v-bef94c05">健康证正面</view><view class="photo-font data-v-bef94c05">请上传健康证正面</view></view><view class="data-v-bef94c05" style="position:relative"><image class="photo data-v-bef94c05" src="{{d}}"/><image wx:if="{{e}}" class="data-v-bef94c05" 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></view><view class="white-photo data-v-bef94c05" bindtap="{{i}}"><view class="photo-left data-v-bef94c05"><view class="photo-weight data-v-bef94c05">健康证反面</view><view class="photo-font data-v-bef94c05">请上传健康证反面</view></view><view class="data-v-bef94c05" style="position:relative"><image class="photo data-v-bef94c05" src="{{g}}"/><image wx:if="{{h}}" class="data-v-bef94c05" 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></view></view><view class="white-content data-v-bef94c05"><view class="content-title data-v-bef94c05"><view class="shu data-v-bef94c05"></view><view class="content-weight data-v-bef94c05">资质证</view></view><view class="white-photo data-v-bef94c05" bindtap="{{l}}"><view class="photo-left data-v-bef94c05"><view class="photo-weight data-v-bef94c05">资质证</view><view class="photo-font data-v-bef94c05">请上传资质证</view></view><view class="data-v-bef94c05" style="position:relative"><image class="photo data-v-bef94c05" src="{{j}}"/><image wx:if="{{k}}" class="data-v-bef94c05" 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></view></view><view class="white-content data-v-bef94c05"><view class="content-title data-v-bef94c05"><view class="shu data-v-bef94c05"></view><view class="content-weight data-v-bef94c05">无犯罪证明</view></view><view class="white-photo data-v-bef94c05" bindtap="{{o}}"><view class="photo-left data-v-bef94c05"><view class="photo-weight data-v-bef94c05">无犯罪证明</view><view class="photo-font data-v-bef94c05">请上传无犯罪证明</view></view><view class="data-v-bef94c05" style="position:relative"><image class="photo data-v-bef94c05" src="{{m}}"/><image wx:if="{{n}}" class="data-v-bef94c05" 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></view></view><view class="data-v-bef94c05" style="display:flex;width:100%;padding:0 10%;justify-content:space-between;margin-top:20rpx"><view class="back-button data-v-bef94c05" bindtap="{{p}}"> 返回上一步 </view><view class="finish-button data-v-bef94c05" bindtap="{{q}}"> 确认并继续 </view></view><u-action-sheet wx:if="{{t}}" class="data-v-bef94c05" bindclick="{{r}}" u-i="bef94c05-1" bind:__l="__l" bindupdateModelValue="{{s}}" u-p="{{t}}"></u-action-sheet></view>
|
||||
<view class="container data-v-bef94c05"><model wx:if="{{b}}" class="data-v-bef94c05" bindclose="{{a}}" u-i="bef94c05-0" bind:__l="__l" u-p="{{b}}"/><view class="title-back data-v-bef94c05"><view class="left-father data-v-bef94c05" bindtap="{{c}}"><image class="back-img data-v-bef94c05" src="https://www.focusnu.com/media/directive/index/left.png"/><view class="data-v-bef94c05" style="font-size:30rpx">入职登记表</view></view></view><view class="white-content data-v-bef94c05"><view class="content-title data-v-bef94c05"><view class="shu data-v-bef94c05"></view><view class="content-weight data-v-bef94c05">健康证</view><view class="data-v-bef94c05" style="margin-top:8rpx;margin-left:12rpx;font-size:23rpx">(选填)</view></view><view class="white-photo data-v-bef94c05" bindtap="{{g}}"><view class="photo-left data-v-bef94c05"><view class="photo-weight data-v-bef94c05">健康证正面</view><view class="photo-font data-v-bef94c05">请上传健康证正面</view></view><view class="data-v-bef94c05" style="position:relative"><image class="photo data-v-bef94c05" src="{{d}}"/><image class="data-v-bef94c05" style="width:100%;height:100%;top:0;left:0;z-index:1;position:absolute" src="{{e}}"/><image wx:if="{{f}}" class="data-v-bef94c05" 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></view><view class="white-photo data-v-bef94c05" bindtap="{{k}}"><view class="photo-left data-v-bef94c05"><view class="photo-weight data-v-bef94c05">健康证反面</view><view class="photo-font data-v-bef94c05">请上传健康证反面</view></view><view class="data-v-bef94c05" style="position:relative"><image class="photo data-v-bef94c05" src="{{h}}"/><image class="data-v-bef94c05" style="width:100%;height:100%;top:0;left:0;z-index:1;position:absolute" src="{{i}}"/><image wx:if="{{j}}" class="data-v-bef94c05" 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></view></view><view class="white-content data-v-bef94c05"><view class="content-title data-v-bef94c05"><view class="shu data-v-bef94c05"></view><view class="content-weight data-v-bef94c05">资质证</view><view class="data-v-bef94c05" style="margin-top:8rpx;margin-left:12rpx;font-size:23rpx">(选填)</view></view><view class="white-photo data-v-bef94c05" bindtap="{{o}}"><view class="photo-left data-v-bef94c05"><view class="photo-weight data-v-bef94c05">资质证</view><view class="photo-font data-v-bef94c05">请上传资质证</view></view><view class="data-v-bef94c05" style="position:relative"><image class="photo data-v-bef94c05" src="{{l}}"/><image class="data-v-bef94c05" style="width:100%;height:100%;top:0;left:0;z-index:1;position:absolute" src="{{m}}"/><image wx:if="{{n}}" class="data-v-bef94c05" 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></view></view><view class="white-content data-v-bef94c05"><view class="content-title data-v-bef94c05"><view class="shu data-v-bef94c05"></view><view class="content-weight data-v-bef94c05">无犯罪证明</view><view class="data-v-bef94c05" style="margin-top:8rpx;margin-left:12rpx;font-size:23rpx">(选填)</view></view><view class="white-photo data-v-bef94c05" bindtap="{{s}}"><view class="photo-left data-v-bef94c05"><view class="photo-weight data-v-bef94c05">无犯罪证明</view><view class="photo-font data-v-bef94c05">请上传无犯罪证明</view></view><view class="data-v-bef94c05" style="position:relative"><image class="photo data-v-bef94c05" src="{{p}}"/><image class="data-v-bef94c05" style="width:100%;height:100%;top:0;left:0;z-index:1;position:absolute" src="{{q}}"/><image wx:if="{{r}}" class="data-v-bef94c05" 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></view></view><view class="data-v-bef94c05" style="display:flex;width:100%;padding:0 10%;justify-content:space-between;margin-top:40rpx"><view class="back-button data-v-bef94c05" bindtap="{{t}}"> 返回上一步 </view><view class="finish-button data-v-bef94c05" bindtap="{{v}}"> 确认并继续 </view></view><u-action-sheet wx:if="{{y}}" class="data-v-bef94c05" bindclick="{{w}}" u-i="bef94c05-1" bind:__l="__l" bindupdateModelValue="{{x}}" u-p="{{y}}"></u-action-sheet></view>
|
||||
|
|
@ -41,6 +41,7 @@
|
|||
align-items: center;
|
||||
height: 110rpx;
|
||||
position: relative;
|
||||
font-weight: 600;
|
||||
}
|
||||
.container .white-content .content-title .content-weight.data-v-bef94c05 {
|
||||
font-size: 32rpx;
|
||||
|
|
|
|||
|
|
@ -0,0 +1,36 @@
|
|||
"use strict";
|
||||
const common_vendor = require("../../common/vendor.js");
|
||||
const api_loginApi = require("../../api/loginApi.js");
|
||||
const _sfc_main = {
|
||||
__name: "successpush",
|
||||
setup(__props) {
|
||||
const special = common_vendor.ref(false);
|
||||
const jumpto = () => {
|
||||
api_loginApi.getMessage(common_vendor.index.getStorageSync("openid")).then((res) => {
|
||||
common_vendor.index.setStorageSync("tel", res.result.tel);
|
||||
common_vendor.index.setStorageSync("token", res.result.token);
|
||||
common_vendor.index.setStorageSync("serverUrl", res.result.serverUrl);
|
||||
common_vendor.index.setStorageSync("platId", res.result.platId);
|
||||
common_vendor.index.setStorageSync("izJg", res.result.izJg);
|
||||
common_vendor.index.setStorageSync("izJs", res.result.izJs);
|
||||
common_vendor.index.setStorageSync("izYg", res.result.izYg);
|
||||
common_vendor.index.redirectTo({
|
||||
url: `/pages/index/index`
|
||||
});
|
||||
});
|
||||
};
|
||||
common_vendor.onLoad(() => {
|
||||
});
|
||||
return (_ctx, _cache) => {
|
||||
return {
|
||||
a: `https://www.focusnu.com/media/directive/index/success.png`,
|
||||
b: common_vendor.t(special.value ? `我们将尽快处理并反馈审核结果` : `请耐心等待审核结果`),
|
||||
c: common_vendor.t(special.value ? `期待与您继续携手同行` : `期待您早日加入护理单元大家庭`),
|
||||
d: common_vendor.o(jumpto)
|
||||
};
|
||||
};
|
||||
}
|
||||
};
|
||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-4d0b1daa"]]);
|
||||
wx.createPage(MiniProgramPage);
|
||||
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/addstaff/successpush.js.map
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"navigationBarTitleText": "入职登记表",
|
||||
"usingComponents": {}
|
||||
}
|
||||
|
|
@ -0,0 +1 @@
|
|||
<view class="font-father data-v-4d0b1daa"><view class="fixed data-v-4d0b1daa"><image class="title-photo data-v-4d0b1daa" src="{{a}}"/><view class="data-v-4d0b1daa" style="font-size:35rpx;font-weight:600;margin:50rpx 0"> 提交成功 </view><view class="small-title data-v-4d0b1daa"> 尊敬的用户,您的员工入住<text class="data-v-4d0b1daa" style="color:rgb(1,153,255)">申请已成功提交</text></view><view class="normal data-v-4d0b1daa"><text class="data-v-4d0b1daa">{{b}},{{c}} ! </text></view></view><view class="bottom-button data-v-4d0b1daa" bindtap="{{d}}"> 我的机构 </view></view>
|
||||
|
|
@ -0,0 +1,100 @@
|
|||
/**
|
||||
* 这里是uni-app内置的常用样式变量
|
||||
*
|
||||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||||
* 如果您是插件开发者,建议您使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||||
*
|
||||
*/
|
||||
/**
|
||||
* 如果您是App开发者(插件使用者),您可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||||
*
|
||||
* 如果您的项目同样使用了scss预处理,您也可以直接在您的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||||
*/
|
||||
/* 颜色变量 */
|
||||
/* 行为相关颜色 */
|
||||
/* 文字基本颜色 */
|
||||
/* 背景颜色 */
|
||||
/* 边框颜色 */
|
||||
/* 尺寸变量 */
|
||||
/* 文字尺寸 */
|
||||
/* 图片尺寸 */
|
||||
/* Border Radius */
|
||||
/* 水平间距 */
|
||||
/* 垂直间距 */
|
||||
/* 透明度 */
|
||||
/* 文章场景相关 */
|
||||
.font-father.data-v-4d0b1daa {
|
||||
width: 100%;
|
||||
min-height: 100vh;
|
||||
padding: 0 30rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
background-color: #efefef;
|
||||
}
|
||||
.font-father .font-title.data-v-4d0b1daa {
|
||||
margin-top: 0rpx;
|
||||
margin-bottom: 30rpx;
|
||||
font-weight: 600;
|
||||
font-size: 30rpx;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
font-size: 80rpx;
|
||||
}
|
||||
.font-father .bottom-button.data-v-4d0b1daa {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
bottom: 0rpx;
|
||||
margin-top: 80rpx;
|
||||
margin-bottom: 90rpx;
|
||||
width: 80%;
|
||||
height: 90rpx;
|
||||
border-radius: 35rpx;
|
||||
background: linear-gradient(to left, #00C9FF, #0076FF);
|
||||
color: #fff;
|
||||
font-size: 33rpx;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
z-index: 3;
|
||||
}
|
||||
.title-img.data-v-4d0b1daa {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
z-index: -1;
|
||||
}
|
||||
.fixed.data-v-4d0b1daa {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
z-index: 2;
|
||||
padding: 0 70rpx;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
.small-title.data-v-4d0b1daa {
|
||||
margin-bottom: 10rpx;
|
||||
font-size: 28rpx;
|
||||
}
|
||||
.normal.data-v-4d0b1daa {
|
||||
padding: 0 70rpx;
|
||||
font-size: 28rpx;
|
||||
margin-bottom: 20rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
line-height: 50rpx;
|
||||
text-align: center;
|
||||
}
|
||||
.title-photo.data-v-4d0b1daa {
|
||||
margin-top: 300rpx;
|
||||
width: 120rpx;
|
||||
height: 120rpx;
|
||||
z-index: 1;
|
||||
}
|
||||
|
|
@ -43,12 +43,14 @@ const request = (params) => {
|
|||
case 404:
|
||||
common_vendor.index.showToast({
|
||||
title: "请求地址不存在...",
|
||||
icon: "error",
|
||||
duration: 2e3
|
||||
});
|
||||
break;
|
||||
default:
|
||||
common_vendor.index.showToast({
|
||||
title: "请重试...",
|
||||
icon: "error",
|
||||
duration: 2e3
|
||||
});
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in New Issue