This commit is contained in:
Teng 2025-06-13 13:42:14 +08:00
parent e4dbba6a1d
commit 6f27070084
91 changed files with 1536 additions and 167 deletions

View File

@ -72,6 +72,12 @@
"navigationBarTitleText": "选择护理单元" "navigationBarTitleText": "选择护理单元"
} }
}, },
{
"path": "pages/addjigou/all",
"style": {
"navigationBarTitleText": "审核详情"
}
},
{ {
"path": "pages/addjigou/where", "path": "pages/addjigou/where",
"style": { "style": {

442
pages/addjigou/all.vue Normal file
View File

@ -0,0 +1,442 @@
<template>
<div class="container">
<u-modal v-model="show" :content="content"></u-modal>
<view class="title-back">
<view class="left-father" @click="goBack">
<image class="back-img" src="@/static/index/left.png" />
<view style="font-size: 30rpx;">返回</view>
</view>
<view :class="statesTarget<2 ? `rightStautes`:statesTarget==2? `rightStautesred`:`rightStautesblue`">
{{ states[statesTarget] }}
</view>
</view>
<view class="white-content">
<view class="content-title">
<view class="content-weight">身份证上传</view>
<image class="content-img" src="@/static/index/bian.png" />
</view>
<view class="white-photo" @click="getMessage(headImge)">
<view class="photo-left">
<view class="photo-weight">人像面</view>
<view class="photo-font">请上传身份证人像面</view>
</view>
<view style="position: relative;">
<image class="photo" :src="headImge ? headImge : `/static/index/IDcard.png`" />
<image v-show="!headImge"
style="position: absolute;top: 50%;left: 50%;width: 70rpx;height: 60rpx;transform: translate(-50%,-50%);"
src="@/static/index/takephoto.png" />
</view>
</view>
<view class="white-photo" style="margin-top: 30rpx;" @click="getMessage(backImge)">
<view class="photo-left">
<view class="photo-weight">国徽面</view>
<view class="photo-font">请上传身份证国徽面</view>
</view>
<view style="position: relative;">
<image class="photo" :src="backImge ? backImge : `/static/index/backIDcard.png`" />
<image v-show="!backImge"
style="position: absolute;top: 50%;left: 50%;width: 70rpx;height: 60rpx;transform: translate(-50%,-50%);"
src="@/static/index/takephoto.png" />
</view>
</view>
<view class="white-message">
<view class="message-title">
<view class="shu"></view>
<view class="message-weight">
确认身份证信息
</view>
</view>
<view style="margin-bottom: 20rpx;">
<view v-for="(item,index) in nameArray" :key="index" class="one"
@click="openLook(textArray[index])">
<view class="one-left">{{item}}</view>
<!-- <view class="one-right">{{textArray[index] ? textArray[index] : "自动获取" }}</view> -->
<view class="one-right">{{textArray[index] ? textArray[index] : "自动获取" }}</view>
</view>
</view>
</view>
</view>
<view class="white-content" style="margin-top: 40rpx;">
<view class="content-title">
<view class="content-weight">营业执照上传</view>
<image class="content-img" src="@/static/index/bian.png" />
</view>
<view class="white-photo" @click="getMessage(headImge0)">
<view class="photo-left">
<view class="photo-weight">营业执照</view>
<view class="photo-font">请上传营业执照</view>
</view>
<view style="position: relative;">
<image class="photo" :src="headImge0 ? headImge0 : `/static/index/zhizhao.png`" />
<image v-show="!headImge0"
style="position: absolute;top: 50%;left: 50%;width: 70rpx;height: 60rpx;transform: translate(-50%,-50%);"
src="@/static/index/takephoto.png" />
</view>
</view>
<view class="white-message">
<view class="message-title">
<view class="shu"></view>
<view class="message-weight">
确认企业信息
</view>
</view>
<view style="margin-bottom: 20rpx;">
<view v-for="(item,index) in nameArray0" :key="index" class="one"
@click="openLook(textArray0[index])">
<view class="one-left">{{item}}</view>
<!-- <view class="one-right">{{textArray[index] ? textArray[index] : "自动获取" }}</view> -->
<view class="one-right">{{textArray0[index] ? textArray0[index] : "自动获取" }}</view>
</view>
</view>
</view>
</view>
<view class="white-content" style="margin-top: 40rpx;">
<view class="white-message">
<view style="margin-bottom: 20rpx;">
<view v-for="(item,index) in nameArray1" :key="index" class="one"
@click="openLook(textArray1[index])">
<view class="one-left">{{item}}</view>
<!-- <view class="one-right">{{textArray[index] ? textArray[index] : "自动获取" }}</view> -->
<view class="one-right">{{textArray1[index] ? textArray1[index] : "自动获取" }}</view>
</view>
</view>
</view>
</view>
<view style="display: flex;width: 100%;margin-top: 40rpx;">
<!-- <view class="finish-button" @click="goBack">
上一步
</view> -->
<view class="finish-button" @click="next" v-if="alldata.status==3 ||alldata.status==0">
重新提交
</view>
<view class="finish-button" v-if="alldata.status!=3 && alldata.status!=0" >
进入机构端
</view>
</view>
</div>
</template>
<script setup>
import {
ref,
reactive
} from 'vue'
import {
onLoad
} from '@dcloudio/uni-app';
import {
base_url
} from '@/request/index.js';
import { getrel } from '@/pages/addjigou/api/addjigou.js'
const show = ref(false);
const content = ref("");
const nameArray = ["姓名", "性别", "身份证号码", "民族", "出生日期", "住址", "签发机关", "有效期限"];
const textArray = reactive(["", "", "", "", "", "", "", ""]);
const headImge = ref("");
const headImge0 = ref("");
const nameArray0 = ["企业名称", "注册地址", "信用代码", "法人"];
const textArray0 = reactive(["", "", "", "", "", "", ""]);
const nameArray1 = ["机构位置","详细地址","机构负责人", "机构负责人电话", "房屋性质","建筑面积"];
const textArray1 = reactive([ "","", "", "", "", ""]);
const backImge = ref("");
const states = ["待提交","审核中", "审核通过", "审核未通过"];
const fontphoto = ref("");
const endphoto = ref("");
const statesTarget = ref(0);
//
const tempImagePath = ref('')
//
function getMessage(url) {
uni.previewImage({
current: url, //
urls: [url], //
indicator: 'default', // 'default'|'number'|'none'
loop: true, //
longPressActions: {
itemList: ['保存图片'],
success: (data) => {
console.log('长按操作成功', data)
},
fail: (err) => {
console.error('长按操作失败', err)
}
}
})
}
const next = () => {
uni.setStorageSync('specicalid', alldata.value.id);
uni.setStorageSync("baddata",alldata.value)
uni.navigateTo({
url: `/pages/addjigou/name`
});
}
const openLook = (res) => {
if (res) {
content.value = res;
show.value = true
}
}
const goBack = () => {
uni.navigateBack()
}
const alldata = ref("");
onLoad((options) => {
alldata.value = JSON.parse(options.element);
statesTarget.value = Number(alldata.value.status)
console.log("????",alldata.value,statesTarget.value)
let data = alldata.value
textArray[0] = data.name;
textArray[1] = data.sex;
textArray[2] = data.idCard;
textArray[3] = data.national;
textArray[4] = data.birthDate;
textArray[5] = data.idCardAddress;
textArray[6] = data.issuingAuthority;
textArray[7] = `${data.startTime}-${data.endTime}`;
headImge.value = `${base_url}/sys/common/static/${data.cardZmPath}`;
backImge.value = `${base_url}/sys/common/static/${data.cardFmPath}`;
textArray0[0] = data.comName;
textArray0[1] = data.comRegisterAddress;
textArray0[2] = data.comCreditCode;
textArray0[3] = data.comLegalPerson;
headImge0.value = `${base_url}/sys/common/static/${data.comBusinessLicense}`;
textArray1[0] = (data.orgProvince_dictText || "") + (data.orgCity_dictText || "") + (data.orgDistrict_dictText || "");
textArray1[1] = data.orgAddress;
textArray1[2] = data.orgLeader;
textArray1[3] = data.orgLeaderPhone;
textArray1[4] = data.orgPropertyType;
if(data.orgBuildingArea){
textArray1[5] = data.orgBuildingArea + '平方米';
}
// headImge0.value = `${base_url}/sys/common/static/${data.comBusinessLicense}`;
})
</script>
<style lang="scss" scoped>
.container {
display: flex;
flex-direction: column;
min-height: 100vh;
width: 100%;
background-color: rgb(239, 241, 252);
position: relative;
box-shadow: 2rpx 2rpx 4rpx rgba(0, 0, 0, 0.1);
.white-content {
width: 90%;
margin-left: 5%;
// margin-top: 30rpx;
// height: 1200rpx;
border-radius: 35rpx;
background-color: rgb(245, 251, 254);
.content-title {
display: flex;
// align-items: center;
height: 100rpx;
position: relative;
.content-weight {
// font-size: 35rpx;
font-weight: 600;
margin-left: 70rpx;
margin-top: 20rpx;
}
.content-img {
position: absolute;
right: 0;
top: 0;
width: 400rpx;
height: 100%;
}
}
}
.white-photo {
width: 90%;
margin-left: 5%;
// margin-top: 30rpx;
height: 300rpx;
border-radius: 35rpx;
background-color: #fff;
box-shadow: 4rpx 4rpx 8rpx rgba(0, 0, 0, 0.1);
justify-content: space-around;
align-items: center;
display: flex;
.photo {
width: 300rpx;
height: 200rpx;
}
}
.white-message {
width: 90%;
margin-left: 5%;
margin-top: 30rpx;
margin-bottom: 30rpx;
// height: 800rpx;
border-radius: 35rpx;
background-color: #fff;
box-shadow: 4rpx 4rpx 8rpx rgba(0, 0, 0, 0.1);
justify-content: space-around;
// align-items: center;
display: flex;
flex-direction: column;
.message-title {
width: 100%;
height: 100rpx;
align-items: center;
display: flex;
.shu {
width: 10rpx;
height: 30rpx;
background-color: #0097FF;
border-radius: 10rpx;
margin: 0 20rpx 0 30rpx;
}
.message-weight {
font-size: 30rpx;
// font-weight: 600;
}
}
.one {
width: 90%;
margin-left: 5%;
border-bottom: 1rpx solid #d7d7d7;
height: 90rpx;
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 10rpx;
.one-left {
margin-left: 10rpx;
}
.one-right {
margin-right: 10rpx;
color: #999999;
overflow: hidden;
/* 隐藏超出内容 */
white-space: nowrap;
/* 不换行 */
text-overflow: ellipsis;
max-width: 300rpx;
}
}
}
}
.photo-left {
.photo-weight {
font-size: 26rpx;
font-weight: 600;
}
.photo-font {
font-size: 23rpx;
margin-top: 10rpx;
}
}
.finish-button {
display: flex;
justify-content: center;
align-items: center;
width: 45%;
height: 100rpx;
margin: 0rpx auto;
margin-bottom: 80rpx;
color: #fff;
background: linear-gradient(to right, #00C9FF, #0076FF);
border-radius: 50rpx;
font-size: 35rpx;
}
.title-back {
width: 100%;
height: 100rpx;
display: flex;
justify-content: space-between;
align-items: center;
}
.left-father {
display: flex;
align-items: center;
.back-img {
width: 50rpx;
height: 50rpx;
margin-left: 40rpx;
margin-right: 5rpx;
}
}
.rightStautes {
width: 170rpx;
height: 62rpx;
border-radius: 60rpx;
background-color: #FF913A;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
margin-right: 30rpx;
}
.rightStautesred {
width: 170rpx;
height: 62rpx;
border-radius: 60rpx;
background: linear-gradient(to right, #FF4A76, #FF553A);
display: flex;
justify-content: center;
align-items: center;
color: #fff;
margin-right: 30rpx;
}
.rightStautesblue {
width: 170rpx;
height: 62rpx;
border-radius: 60rpx;
background: linear-gradient(to right, #00C9FF, #0076FF);
display: flex;
justify-content: center;
align-items: center;
color: #fff;
margin-right: 30rpx;
}
</style>

View File

@ -17,4 +17,20 @@ export function getMessageList(tel){
url: `/api/orgApplyInfo/queryAuditInfo?tel=${tel}`, url: `/api/orgApplyInfo/queryAuditInfo?tel=${tel}`,
method: 'get', method: 'get',
}) })
}
//获取省市区
export function getdate(id){
return request({
url: `/api/common/queryAreaDict?id=${id}`,
method: 'get',
})
}
//将地址id转换成汉字
export function getrel(id){
return request({
url: `/api/common/queryAreaNameById?id=${id}`,
method: 'get',
})
} }

View File

@ -103,10 +103,11 @@
const headImge = ref(""); const headImge = ref("");
const backImge = ref(""); const backImge = ref("");
const uping = ref(true);
// //
function uploadImage(filePath) { function uploadImage(filePath) {
uni.showLoading() uni.showLoading()
uping.value = false;
uni.uploadFile({ uni.uploadFile({
url: `${base_url}/api/ocr/businessLicense`, // POST url: `${base_url}/api/ocr/businessLicense`, // POST
filePath, filePath,
@ -175,7 +176,8 @@
biz: `temp` biz: `temp`
}, },
success: uploadRes => { success: uploadRes => {
fontphoto.value = JSON.parse(uploadRes.data).message fontphoto.value = JSON.parse(uploadRes.data).message;
uping.value = true;
}, },
fail: err => { fail: err => {
uni.showToast({ uni.showToast({
@ -193,11 +195,10 @@
} }
} }
const next = () => { const next = () => {
if(!uping.value){
const allNonEmpty = textArray.every(item => { return
// item.trim() !== '' }
return item !== ''; const allNonEmpty = textArray[0];
});
if (allNonEmpty) { if (allNonEmpty) {
let pushMessage = { let pushMessage = {
id: uni.getStorageSync('specicalid') || "", id: uni.getStorageSync('specicalid') || "",
@ -235,6 +236,21 @@
}) })
} }
} }
onLoad(() => {
if(uni.getStorageSync('baddata')){
let data = uni.getStorageSync('baddata');
if(data.comName){
textArray[0] = data.comName;
textArray[1] = data.comRegisterAddress;
textArray[2] = data.comCreditCode;
textArray[3] = data.comLegalPerson;
if(data.comBusinessLicense){
headImge.value = `${base_url}/sys/common/static/${data.comBusinessLicense}`;
fontphoto.value = data.comBusinessLicense
}
}
}
})
const goBack = () => { const goBack = () => {
uni.navigateBack() uni.navigateBack()
} }

View File

@ -162,6 +162,7 @@
} }
// //
function uploadImage(filePath) { function uploadImage(filePath) {
uping.value = false;
uni.showLoading() uni.showLoading()
uni.uploadFile({ uni.uploadFile({
url: `${base_url}/api/ocr/idCard`, // POST url: `${base_url}/api/ocr/idCard`, // POST
@ -218,6 +219,7 @@
} }
}) })
} }
const uping = ref(true)
const savephoto = (filePath, type) => { const savephoto = (filePath, type) => {
uni.uploadFile({ uni.uploadFile({
url: `${base_url}/sys/common/upload`, // POST url: `${base_url}/sys/common/upload`, // POST
@ -235,6 +237,7 @@
} else { } else {
endphoto.value = JSON.parse(uploadRes.data).message endphoto.value = JSON.parse(uploadRes.data).message
} }
uping.value = true;
}, },
fail: err => { fail: err => {
uni.showToast({ uni.showToast({
@ -257,6 +260,9 @@
// item.trim() !== '' // item.trim() !== ''
return item !== ''; return item !== '';
}); });
if(!uping.value){
return
}
if (allNonEmpty) { if (allNonEmpty) {
const range = textArray[7]; const range = textArray[7];
const [start, end] = range.split('-'); const [start, end] = range.split('-');
@ -356,8 +362,21 @@
uni.navigateBack() uni.navigateBack()
} }
onLoad(() => { onLoad(() => {
// loadWxJSSDK() if(uni.getStorageSync('baddata')){
// URL # signature let data = uni.getStorageSync('baddata');
textArray[0] = data.name;
textArray[1] = data.sex;
textArray[2] = data.idCard;
textArray[3] = data.national;
textArray[4] = data.birthDate;
textArray[5] = data.idCardAddress;
textArray[6] = data.issuingAuthority;
textArray[7] = `${data.startTime}-${data.endTime}`;
headImge.value = `${base_url}/sys/common/static/${data.cardZmPath}`;
backImge.value = `${base_url}/sys/common/static/${data.cardFmPath}`;
fontphoto.value = data.cardZmPath
endphoto.value = data.cardFmPath
}
}) })
</script> </script>

View File

@ -1,21 +1,66 @@
<template> <template>
<div class="container"> <div class="container">
<u-modal v-model="show" :content="content"></u-modal> <u-modal v-model="show" :content="content"></u-modal>
<u-popup v-model="popupshow" mode="bottom" border-radius="20" height="600px">
<view class="popup-father">
<view class="popup-title">
<view style="display: flex; justify-content: center;align-items: center;height: 100rpx;width: 100%;position: relative;">
<view class="title-font">
请选择所在地区
</view>
<image class="title-imge" src="@/static/index/workjoin/x.png" @click="popupshow=false" />
</view>
<view style="height: 80rpx;width: 100%;display: flex; align-items: center;justify-content: space-between;position: relative;" v-for="(item,index) in address">
<view style="margin-left: 60rpx;">
{{item.name}}
</view>
<image class="title-imge" style="width: 25rpx;height: 25rpx;" src="@/static/index/workjoin/x.png" @click="deleteUP(index)" />
</view>
</view>
<view style="height: 100rpx;width: 100%;">
</view>
<view style="height: 80rpx;width: 100%;" v-for="(item) in address">
</view>
<view class="other-title">
选择地区
</view>
<view v-for="(item,index) in list" :key="index" @click="clickcard(item)">
<view class="cards">
<view class="zimu">
{{item.firstLetter}}
</view>
<view class="font">
{{item.name}}
</view>
</view>
</view>
</view>
</u-popup>
<view class="white-content"> <view class="white-content">
<view class="white-message"> <view class="white-message">
<view> <view @click="openpopupshow">
<view class="one"> <view class="one">
<view class="one-left">机构位置</view> <view class="one-left">机构位置</view>
<view class="special"> <input disabled style="cursor: not-allowed;pointer-events: none;" class="one-right" type="text"
<view class="one-right" placeholder="请选择机构位置" v-model="form.address" />
style="width: 170rpx;justify-content: flex-start;" <!-- <view class="special" @click="showselect = true"> -->
<!-- <view class="one-right" style="width: 200rpx;justify-content: flex-start;font-size: 26rpx;"
@click="openLook(jigouweizhi)"> @click="openLook(jigouweizhi)">
{{ jigouweizhi ? jigouweizhi : `请选择机构位置` }} {{ jigouweizhi ? jigouweizhi : `请选择机构位置` }}
</view> </view>
<image class="one-img" src="@/static/index/norelmap.png" @click="jumpToMap" /> <u-select v-model="showselect" mode="mutil-column-auto" :list="list" label-name="name" value-name="id" child-name="children" @confirm="confirm" @cancel-text="showselect=false"></u-select> -->
</view> <!-- <image class="one-img" src="@/static/index/norelmap.png" @click="jumpToMap" /> -->
</view>
</view>
<view>
<view class="one" style="min-height: 150rpx;overflow: hidden;">
<view class="one-left">详细地址</view>
<textarea class="one-right-spec" placeholder="请输入详细地址" auto-height v-model="form.orgAddress" maxlength="60" />
</view> </view>
</view> </view>
<view> <view>
@ -30,12 +75,7 @@
<input class="one-right" type="number" placeholder="请输入机构负责人电话" v-model="form.orgLeaderPhone" /> <input class="one-right" type="number" placeholder="请输入机构负责人电话" v-model="form.orgLeaderPhone" />
</view> </view>
</view> </view>
<view>
<view class="one">
<view class="one-left">楼宇牌号</view>
<input class="one-right" type="text" placeholder="请输入楼宇牌号" v-model="form.orgBuildingNumber" />
</view>
</view>
<view> <view>
<view class="one"> <view class="one">
<view class="one-left">房屋性质</view> <view class="one-left">房屋性质</view>
@ -53,7 +93,8 @@
</view> </view>
</view> </view>
</view> </view>
<view style="display: flex;width: 100%;">
<view style="display: flex;width: 100%;margin-top: 10rpx;">
<view class="finish-button" @click="goBack"> <view class="finish-button" @click="goBack">
上一步 上一步
</view> </view>
@ -79,16 +120,22 @@
} from '@/request/index.js' } from '@/request/index.js'
import { import {
changemessage changemessage,
getdate
} from './api/addjigou.js' } from './api/addjigou.js'
const address = ref([])
const show = ref(false); const show = ref(false);
const content = ref(""); const content = ref("");
const jigouweizhi = ref(""); const jigouweizhi = ref("");
const showselect = ref(false);
const popupshow = ref(false);
const list = ref([]);
const form = reactive({ const form = reactive({
orgLeader: "", orgLeader: "",
orgLeaderPhone: "", orgLeaderPhone: "",
orgBuildingNumber: "", orgAddress: "",
orgPropertyType: "", orgPropertyType: "",
orgBuildingArea: "", orgBuildingArea: "",
orgAddress: "", orgAddress: "",
@ -96,6 +143,7 @@
orgCoordinateLa: "", orgCoordinateLa: "",
id: uni.getStorageSync('specicalid') || "", id: uni.getStorageSync('specicalid') || "",
tel: uni.getStorageSync('tel'), tel: uni.getStorageSync('tel'),
status:"1"
}) })
// //
const tempImagePath = ref('') const tempImagePath = ref('')
@ -109,22 +157,41 @@
show.value = true show.value = true
} }
} }
//
function takeFirst(arr, num) {
// 1. num [0, arr.length]
const count = Math.max(0, Math.min(num, arr.length));
// 2. slice(0, count) count count=0 []
return arr.slice(0, count);
}
const deleteUP = (index) => {
address.value = takeFirst(address.value,index);
if(index){
clickcard(list.value[index - 1])
}else{
list.value = [];
getdate(`xzqhdm`).then(res => {
list.value = dedupeFirstLetter(res.result)
})
}
console.log("删除了",index)
}
const next = () => { const next = () => {
const allNonEmpty = form.orgLeader && form.orgLeaderPhone && form.orgAddress && form.orgPropertyType &&
const allNonEmpty = form.orgLeader && form.orgLeaderPhone && form.orgBuildingNumber && form.orgPropertyType && form.orgBuildingArea
form.orgBuildingArea && form.orgAddress && form.orgCoordinateLo && form.orgCoordinateLa
if (allNonEmpty) { if (allNonEmpty) {
changemessage(form).then(res => { changemessage(form).then(res => {
if (res.success) { if (res.success) {
if (res.message == `保存成功!`) { if (res.message == `保存成功!`) {
uni.setStorageSync('specicalid', ""); uni.setStorageSync('specicalid', "");
uni.reLaunch({ uni.reLaunch({
url: `/pages/login/workjoin?type=1` url: `/pages/login/workjoin?type=1`
}); });
} else { } else {
uni.setStorageSync('specicalid', res.result.id); uni.setStorageSync('specicalid', res.result.id);
uni.reLaunch({ uni.reLaunch({
url: `/pages/login/workjoin?type=1` url: `/pages/login/workjoin?type=1`
}); });
} }
@ -151,6 +218,42 @@
url: "/pages/map/index" url: "/pages/map/index"
}); });
} }
const clickcard = (element) => {
if(address.value.length<3){
list.value = [];
address.value.push(element)
getdate(element.id).then(res => {
if(res.result.length){
list.value = dedupeFirstLetter(res.result)
}else{
popupshow.value = false;
form.address = "";
address.value.forEach(res=>{
form.address += res.name
})
const keys = ['orgProvince', 'orgCity', 'orgDistrict'];
keys.forEach((key, idx) => {
// address.value[idx] id
form[key] = address.value[idx]?.id ?? '';
});
address.value = [];
list.value = [];
getdate(`xzqhdm`).then(res => {
list.value = dedupeFirstLetter(res.result)
})
}
})
}
}
const openpopupshow = () =>{
popupshow.value=true;
}
onShow(() => { onShow(() => {
// //
const data = uni.getStorageSync('dingwei') const data = uni.getStorageSync('dingwei')
@ -163,6 +266,61 @@
uni.removeStorageSync('dingwei') uni.removeStorageSync('dingwei')
} }
}) })
//
function dedupeFirstLetter(arr) {
const seen = new Set();
return arr.map(item => {
const letter = item.firstLetter;
if (!letter || seen.has(letter)) {
// letter
return { ...item, firstLetter: '' };
} else {
//
seen.add(letter);
return item;
}
});
}
onLoad(() => {
getdate(`xzqhdm`).then(res => {
list.value = dedupeFirstLetter(res.result)
})
if(uni.getStorageSync('baddata')){
let data = uni.getStorageSync('baddata');
// textArray[0] = data.comName;
// textArray[1] = data.comRegisterAddress;
// textArray[2] = data.comCreditCode;
// textArray[3] = data.comLegalPerson;
// headImge.value = `${base_url}/sys/common/static/${data.comBusinessLicense}`;
// fontphoto.value = data.comBusinessLicense
if(data.orgProvince_dictText){
form.address = data.orgProvince_dictText + data.orgCity_dictText +data.orgDistrict_dictText;
}
// 'orgProvince', 'orgCity', 'orgDistrict'
form.orgProvince = data.orgProvince;
form.orgCity = data.orgCity;
form.orgDistrict = data.orgDistrict;
// textArray1[0] = data.orgProvince_dictText + data.orgCity_dictText +data.orgDistrict_dictText;
form.orgAddress = data.orgAddress;
form.orgLeader = data.orgLeader;
form.orgLeaderPhone = data.orgLeaderPhone;
form.orgPropertyType = data.orgPropertyType;
form.orgBuildingArea = data.orgBuildingArea ;
// orgLeader: "",
// orgLeaderPhone: "",
// orgAddress: "",
// orgPropertyType: "",
// orgBuildingArea: "",
// orgAddress: "",
// orgCoordinateLo: "",
// orgCoordinateLa: "",
// id: uni.getStorageSync('specicalid') || "",
// tel: uni.getStorageSync('tel'),
// status:"2"
}
})
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
@ -271,7 +429,20 @@
.one-left { .one-left {
margin-left: 10rpx; margin-left: 10rpx;
} }
.one-right-spec {
// margin-right: 10rpx;
color: #999999;
// overflow: hidden;
/* 隐藏超出内容 */
// white-space: nowrap;
/* 不换行 */
font-size: 25rpx;
// text-overflow: ellipsis;
width: 300rpx;
display: flex;
flex-wrap: wrap;
// justify-content: flex-end;
}
.one-right { .one-right {
// margin-right: 10rpx; // margin-right: 10rpx;
color: #999999; color: #999999;
@ -281,7 +452,7 @@
/* 不换行 */ /* 不换行 */
font-size: 25rpx; font-size: 25rpx;
text-overflow: ellipsis; text-overflow: ellipsis;
max-width: 300rpx; width: 300rpx;
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
} }
@ -340,4 +511,64 @@
width: 280rpx; width: 280rpx;
position: relative; position: relative;
} }
.popup-father {
width: 100%;
// height: 100%;
position: relative;
.popup-title {
position: fixed;
top: 0;
left: 0;
// background-color: red;
display: flex;
flex-direction: column;
width: 100%;
.title-font {
font-size: 35rpx;
font-weight: 600;
}
.title-imge {
width: 35rpx;
height: 35rpx;
position: absolute;
top: 50%;
right: 40rpx;
transform: translateY(-50%);
}
background-color: #fff;
z-index: 1;
}
.other-title {
font-size: 32rpx;
font-weight: 600;
margin-left: 30rpx;
margin-top: 50rpx;
}
}
.cards{
width: 100%;
display: flex;
// justify-content: center;
align-items: center;
height: 100rpx;
.zimu{
margin: 0 30rpx;
color: #d7d7d7;
width: 28rpx;
}
.font{
font-size: 30rpx;
}
}
</style>
<style>
.uni-scroll-view {
height: auto;
}
</style> </style>

View File

@ -68,9 +68,14 @@
}); });
} }
const gotoadd = () => { const gotoadd = () => {
uni.setStorageSync('specicalid', "");
uni.setStorageSync("baddata","")
uni.navigateTo({ uni.navigateTo({
url: `/pages/addjigou/name` url: `/pages/addjigou/name`
}); });
// uni.navigateTo({
// url: `/pages/addjigou/where`
// });
} }
</script> </script>

View File

@ -5,9 +5,12 @@
<image class="old-imge" src="/static/index/workjoin/ren.png" /> <image class="old-imge" src="/static/index/workjoin/ren.png" />
<view class="under-container" @touchstart.stop @touchmove.stop @touchend.stop> <view class="under-container" @touchstart.stop @touchmove.stop @touchend.stop>
<view class="white-card"> <view class="white-card">
<image class="left-img" :src="type=== `1` ? `/static/index/workjoin/man.png` : `/static/index/workjoin/bgcren.png`" /> <image class="left-img"
:src="type=== `1` ? `/static/index/workjoin/man.png` : `/static/index/workjoin/bgcren.png`" />
<view class="card-font"> <view class="card-font">
<view style="font-size: 30rpx;font-weight: 600;margin: 20rpx 0 30rpx 0;">{{type=== `1` ? `机构加盟`:`员工入驻`}}</view> <view style="font-size: 30rpx;font-weight: 600;margin: 20rpx 0 30rpx 0;">
{{type=== `1` ? `机构加盟`:`员工入驻`}}
</view>
<view style="color: #666666;font-size: 25rpx;"> <view style="color: #666666;font-size: 25rpx;">
护理院日常护理涵盖生活照料健康监测康复护理及心理关怀为老人提供贴心照护 护理院日常护理涵盖生活照料健康监测康复护理及心理关怀为老人提供贴心照护
</view> </view>
@ -19,20 +22,23 @@
<view class="shu-father"> <view class="shu-father">
<view class="shu"></view> <view class="shu"></view>
<view class="shu-font">{{ type==="1" ? `机构加盟审核列表` : `员工入驻审核列表` }}</view> <view class="shu-font">{{ type==="1" ? `机构加盟审核列表` : `员工入驻审核列表` }}</view>
</view> </view>
<view class="under-scroll"> <view class="under-scroll">
<scroll-view scroll-y style="height: 100%;width: 100%;"> <scroll-view scroll-y refresher-enabled :refresher-triggered="isRefreshing"
@refresherrefresh="onRefresh" style="height: 100%;width: 100%;">
<view v-for="(item,index) in workArray" :key="index"> <view v-for="(item,index) in workArray" :key="index">
<view class="white-small"> <view class="white-small">
<view style="width: 100%;margin-bottom: 80rpx;font-size: 25rpx;"> <view style="width: 100%;margin-bottom: 80rpx;font-size: 25rpx;">
{{item.comName}}申请入驻加盟护理单元提交时间:{{item.updateTime}}审核结果:{{item.status==1 ? "审核中" :item.status==2?`审核完成`:`驳回` }}</view> {{item.comName}}申请入驻加盟护理单元提交时间:{{item.updateTime}}审核结果:{{item.status==1 ? "审核中" :item.status==2?`审核完成`:item.status==3?`驳回`:`待提交` }}
{{item.status==3?`,驳回备注:${item.content}`:``}}
</view>
<view class="button-heng"> <view class="button-heng">
<view class="blue-button" v-if="item.status==2"> <view class="blue-button" v-if="item.status==3||item.status==0" @click="again(item)">
重新提交 修改申请
</view> </view>
<view class="white-button"> <view class="white-button" @click="jumpToAll(item)">
查看详情 查看详情
</view> </view>
</view> </view>
@ -50,26 +56,55 @@
reactive, reactive,
ref ref
} from 'vue'; } from 'vue';
import { onLoad } from '@dcloudio/uni-app' import {
import { getMessageList } from '@/pages/addjigou/api/addjigou.js' onLoad,
onPullDownRefresh
} from '@dcloudio/uni-app'
import {
getMessageList
} from '@/pages/addjigou/api/addjigou.js'
const type = ref(0) const type = ref(0)
const workArray = ref([]) const workArray = ref([])
const isRefreshing = ref(false)
const onRefresh = () => {
console.log("下拉刷新被触发")
isRefreshing.value = true
getMessageList(uni.getStorageSync('tel')).then(res => {
workArray.value = [];
workArray.value = res.result;
isRefreshing.value = false
})
}
// URL // URL
onLoad((options) => { onLoad((options) => {
// options.type URL number // options.type URL number
type.value = options.type || '' type.value = options.type || ''
if(!type.value){ if (type.value) {
getMessageList(uni.getStorageSync('tel')).then(res=>{ getMessageList(uni.getStorageSync('tel')).then(res => {
workArray.value = res.result workArray.value = res.result
}) })
} }
}) })
const goback = () => { const goback = () => {
uni.navigateBack() uni.navigateBack()
} }
const again = (item) => {
uni.setStorageSync("baddata", item)
uni.setStorageSync('specicalid', item.id);
uni.navigateTo({
url: `/pages/addjigou/name`
});
}
const jumpToAll = (element) => {
uni.navigateTo({
url: `/pages/addjigou/all?element=${JSON.stringify(element)}`
});
}
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>

View File

@ -0,0 +1 @@
import"./index-DaJpSunw.js";import{r}from"./index.DXubNnP-.js";function t(t){return r({url:"/api/orgApplyInfo/save",method:"post",data:t})}function o(t){return r({url:`/api/orgApplyInfo/queryAuditInfo?tel=${t}`,method:"get"})}function e(t){return r({url:`/api/common/queryAreaDict?id=${t}`,method:"get"})}export{e as a,t as c,o as g};

View File

@ -1 +0,0 @@
import"./index-BWFbK6MW.js";import{r as o}from"./index.DHEE3adT.js";function r(r){return o({url:"/api/orgApplyInfo/save",method:"post",data:r})}function t(r){return o({url:`/api/orgApplyInfo/queryAuditInfo?tel=${r}`,method:"get"})}export{r as c,t as g};

View File

@ -0,0 +1 @@
.container[data-v-7d98c785]{display:flex;flex-direction:column;min-height:100vh;width:100%;background-color:#eff1fc;position:relative;box-shadow:.0625rem .0625rem .125rem rgba(0,0,0,.1)}.container .white-content[data-v-7d98c785]{width:90%;margin-left:5%;border-radius:1.09375rem;background-color:#f5fbfe}.container .white-content .content-title[data-v-7d98c785]{display:flex;height:3.125rem;position:relative}.container .white-content .content-title .content-weight[data-v-7d98c785]{font-weight:600;margin-left:2.1875rem;margin-top:.625rem}.container .white-content .content-title .content-img[data-v-7d98c785]{position:absolute;right:0;top:0;width:12.5rem;height:100%}.container .white-photo[data-v-7d98c785]{width:90%;margin-left:5%;height:9.375rem;border-radius:1.09375rem;background-color:#fff;box-shadow:.125rem .125rem .25rem rgba(0,0,0,.1);justify-content:space-around;align-items:center;display:flex}.container .white-photo .photo[data-v-7d98c785]{width:9.375rem;height:6.25rem}.container .white-message[data-v-7d98c785]{width:90%;margin-left:5%;margin-top:.9375rem;margin-bottom:.9375rem;border-radius:1.09375rem;background-color:#fff;box-shadow:.125rem .125rem .25rem rgba(0,0,0,.1);justify-content:space-around;display:flex;flex-direction:column}.container .white-message .message-title[data-v-7d98c785]{width:100%;height:3.125rem;align-items:center;display:flex}.container .white-message .message-title .shu[data-v-7d98c785]{width:.3125rem;height:.9375rem;background-color:#0097ff;border-radius:.3125rem;margin:0 .625rem 0 .9375rem}.container .white-message .message-title .message-weight[data-v-7d98c785]{font-size:.9375rem}.container .white-message .one[data-v-7d98c785]{width:90%;margin-left:5%;border-bottom:.03125rem solid #d7d7d7;height:2.8125rem;display:flex;justify-content:space-between;align-items:center;margin-bottom:.3125rem}.container .white-message .one .one-left[data-v-7d98c785]{margin-left:.3125rem}.container .white-message .one .one-right[data-v-7d98c785]{margin-right:.3125rem;color:#999;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:9.375rem}.photo-left .photo-weight[data-v-7d98c785]{font-size:.8125rem;font-weight:600}.photo-left .photo-font[data-v-7d98c785]{font-size:.71875rem;margin-top:.3125rem}.finish-button[data-v-7d98c785]{display:flex;justify-content:center;align-items:center;width:45%;height:3.125rem;margin:0 auto;margin-bottom:2.5rem;color:#fff;background:linear-gradient(to right,#00c9ff,#0076ff);border-radius:1.5625rem;font-size:1.09375rem}.title-back[data-v-7d98c785]{width:100%;height:3.125rem;display:flex;justify-content:space-between;align-items:center}.left-father[data-v-7d98c785]{display:flex;align-items:center}.left-father .back-img[data-v-7d98c785]{width:1.5625rem;height:1.5625rem;margin-left:1.25rem;margin-right:.15625rem}.rightStautes[data-v-7d98c785]{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:.9375rem}.rightStautesred[data-v-7d98c785]{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:.9375rem}.rightStautesblue[data-v-7d98c785]{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:.9375rem}

View File

@ -0,0 +1 @@
.container[data-v-2244b976]{display:flex;flex-direction:column;min-height:100vh;width:100%;background-color:#eff1fc;position:relative;box-shadow:.0625rem .0625rem .125rem rgba(0,0,0,.1)}.container .white-content[data-v-2244b976]{width:90%;margin-left:5%;margin-top:.9375rem;border-radius:1.09375rem;background-color:#f5fbfe}.container .white-content .content-title[data-v-2244b976]{display:flex;height:3.125rem;position:relative}.container .white-content .content-title .content-weight[data-v-2244b976]{font-weight:600;margin-left:1.25rem;margin-top:.625rem}.container .white-content .content-title .content-img[data-v-2244b976]{position:absolute;right:0;top:0;width:12.5rem;height:100%}.container .white-photo[data-v-2244b976]{width:90%;margin-left:5%;height:9.375rem;border-radius:1.09375rem;background-color:#fff;box-shadow:.125rem .125rem .25rem rgba(0,0,0,.1);justify-content:space-around;align-items:center;display:flex}.container .white-photo .photo[data-v-2244b976]{width:9.375rem;height:6.25rem}.container .white-message[data-v-2244b976]{width:90%;margin-left:5%;margin-top:.9375rem;margin-bottom:.9375rem;border-radius:1.09375rem;background-color:#fff;box-shadow:.125rem .125rem .25rem rgba(0,0,0,.1);justify-content:space-around;display:flex;flex-direction:column}.container .white-message .message-title[data-v-2244b976]{width:100%;height:3.125rem;align-items:center;display:flex}.container .white-message .message-title .shu[data-v-2244b976]{width:.3125rem;height:.9375rem;background-color:#0097ff;border-radius:.3125rem;margin:0 .625rem 0 .9375rem}.container .white-message .message-title .message-weight[data-v-2244b976]{font-size:.9375rem}.container .white-message .one[data-v-2244b976]{width:90%;margin-left:5%;border-bottom:.03125rem solid #d7d7d7;height:2.8125rem;display:flex;justify-content:space-between;align-items:center;margin-bottom:.3125rem}.container .white-message .one .one-left[data-v-2244b976]{margin-left:.3125rem}.container .white-message .one .one-right[data-v-2244b976]{margin-right:.3125rem;color:#999;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:9.375rem}.photo-left .photo-weight[data-v-2244b976]{font-size:.8125rem;font-weight:600}.photo-left .photo-font[data-v-2244b976]{font-size:.71875rem;margin-top:.3125rem}.gray-font[data-v-2244b976]{padding:.9375rem 1.875rem;color:#999}.finish-button[data-v-2244b976]{display:flex;justify-content:center;align-items:center;width:45%;height:3.125rem;margin:0 auto;margin-bottom:2.5rem;color:#fff;background:linear-gradient(to right,#00c9ff,#0076ff);border-radius:1.5625rem;font-size:1.09375rem}.gray-text[data-v-2244b976]{margin:.3125rem 0}

View File

@ -1 +0,0 @@
.container[data-v-6ebcdcae]{display:flex;flex-direction:column;min-height:100vh;width:100%;background-color:#eff1fc;position:relative;box-shadow:.0625rem .0625rem .125rem rgba(0,0,0,.1)}.container .white-content[data-v-6ebcdcae]{width:90%;margin-left:5%;margin-top:.9375rem;border-radius:1.09375rem;background-color:#f5fbfe}.container .white-content .content-title[data-v-6ebcdcae]{display:flex;height:3.125rem;position:relative}.container .white-content .content-title .content-weight[data-v-6ebcdcae]{font-weight:600;margin-left:1.25rem;margin-top:.625rem}.container .white-content .content-title .content-img[data-v-6ebcdcae]{position:absolute;right:0;top:0;width:12.5rem;height:100%}.container .white-photo[data-v-6ebcdcae]{width:90%;margin-left:5%;height:9.375rem;border-radius:1.09375rem;background-color:#fff;box-shadow:.125rem .125rem .25rem rgba(0,0,0,.1);justify-content:space-around;align-items:center;display:flex}.container .white-photo .photo[data-v-6ebcdcae]{width:9.375rem;height:6.25rem}.container .white-message[data-v-6ebcdcae]{width:90%;margin-left:5%;margin-top:.9375rem;margin-bottom:.9375rem;border-radius:1.09375rem;background-color:#fff;box-shadow:.125rem .125rem .25rem rgba(0,0,0,.1);justify-content:space-around;display:flex;flex-direction:column}.container .white-message .message-title[data-v-6ebcdcae]{width:100%;height:3.125rem;align-items:center;display:flex}.container .white-message .message-title .shu[data-v-6ebcdcae]{width:.3125rem;height:.9375rem;background-color:#0097ff;border-radius:.3125rem;margin:0 .625rem 0 .9375rem}.container .white-message .message-title .message-weight[data-v-6ebcdcae]{font-size:.9375rem}.container .white-message .one[data-v-6ebcdcae]{width:90%;margin-left:5%;border-bottom:.03125rem solid #d7d7d7;height:2.8125rem;display:flex;justify-content:space-between;align-items:center;margin-bottom:.3125rem}.container .white-message .one .one-left[data-v-6ebcdcae]{margin-left:.3125rem}.container .white-message .one .one-right[data-v-6ebcdcae]{margin-right:.3125rem;color:#999;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:9.375rem}.photo-left .photo-weight[data-v-6ebcdcae]{font-size:.8125rem;font-weight:600}.photo-left .photo-font[data-v-6ebcdcae]{font-size:.71875rem;margin-top:.3125rem}.gray-font[data-v-6ebcdcae]{padding:.9375rem 1.875rem;color:#999}.finish-button[data-v-6ebcdcae]{display:flex;justify-content:center;align-items:center;width:45%;height:3.125rem;margin:0 auto;margin-bottom:2.5rem;color:#fff;background:linear-gradient(to right,#00c9ff,#0076ff);border-radius:1.5625rem;font-size:1.09375rem}.gray-text[data-v-6ebcdcae]{margin:.3125rem 0}

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
import{z as e,a5 as t,a6 as a,s,a7 as o,f as i,U as n,a8 as c}from"./index-BWFbK6MW.js";const r="https://www.focusnu.com/nursing-unit",u=u=>{let l=u.url,d=u.method||"get",h=u.data||{},m={"X-Access-Token":e("token")||"","Content-Type":"application/json;charset=UTF-8",Authorization:"Basic c2FiZXI6c2FiZXJfc2VjcmV0",...u.header};return new Promise(((e,u)=>{t({url:r+l,method:d,header:m,data:h,timeout:5e3,success(t){const n=t;if(200==n.statusCode)e(n.data);else switch(a(),n.statusCode){case 401:o({title:"提示",content:"请登录",showCancel:!1,success(){setTimeout((()=>{i({url:"/pages/login/index"})}),1e3)}});break;case 404:s({title:"请求地址不存在...",duration:2e3});break;default:s({title:"请重试...",duration:2e3})}},fail(e){console.log(e),-1!==e.errMsg.indexOf("request:fail")?s({title:"网络异常",icon:"error",duration:2e3}):s({title:"未知异常",duration:2e3}),u(e)},complete(){n(),c()}})})).catch((()=>{}))};export{r as b,u as r}; import{A as e,a6 as t,a7 as a,s,a8 as o,f as i,U as n,a9 as c}from"./index-DaJpSunw.js";const r="https://www.focusnu.com/nursing-unit",u=u=>{let l=u.url,d=u.method||"get",h=u.data||{},m={"X-Access-Token":e("token")||"","Content-Type":"application/json;charset=UTF-8",Authorization:"Basic c2FiZXI6c2FiZXJfc2VjcmV0",...u.header};return new Promise(((e,u)=>{t({url:r+l,method:d,header:m,data:h,timeout:5e3,success(t){const n=t;if(200==n.statusCode)e(n.data);else switch(a(),n.statusCode){case 401:o({title:"提示",content:"请登录",showCancel:!1,success(){setTimeout((()=>{i({url:"/pages/login/index"})}),1e3)}});break;case 404:s({title:"请求地址不存在...",duration:2e3});break;default:s({title:"请重试...",duration:2e3})}},fail(e){console.log(e),-1!==e.errMsg.indexOf("request:fail")?s({title:"网络异常",icon:"error",duration:2e3}):s({title:"未知异常",duration:2e3}),u(e)},complete(){n(),c()}})})).catch((()=>{}))};export{r as b,u as r};

View File

@ -0,0 +1 @@
const A="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH0AAABkCAYAAACrWT92AAAAAXNSR0IArs4c6QAABA1JREFUeF7t3c+rDlEcx/H33dkoG3sb/4Glje2NsJFLQiJJJJFIfiQSSSSJpJu4siCl+wdYK/+CrZU/gVPPdZ973ed5Zr7nnJlz5vuZ5b0z0/P9vOY7z4+Zc2YOLe4SmHNXsQpG6A4PAqEL3WECDktWpwvdYQIOS1anC91hAg5LVqcL3WECDktWpwvdYQIOSx5qp28BtgM/gV8OXaeWPDT03cApYM9Y1UvAguBXExgS+k3gxgTcW3//Hv6vBQZzlW0a+Ar0PLAs9WGgNwEP1o+BC0KvH70peLD+DOwXet3obcCD9TngqdDrRW8L/gPYBfwWep3obcGDczith9O7lgo/vVvADwIfpF3n93QL+CHgvcDXJlDLjzMW8MPAO4H/n0AN6BbwI8BbgW+cQOnoFvCjwKLAJydQMroF/DjwRuDTEygV3QJ+Angt8NkJlIhuAT8JvJpdrtYICZSGbgEP189firN5AiWhW8BPAy+al6s1S+p0C/gZ4LkY2ydQQqdbwM8Cz9qXqy1K6HQLuC6RRh67fXa6Bfw88CSyZveb94VuAQ+3OoVbnrREJtAHugX8IvAoslZtPkqga3QL+CXgocTSJdAlugX8MvAgXbnaU5ef3i3gV4D7YkqfQBedbgG/CtxLX6722EWnW8CvAXfFky+BnJ1uAb8O3MlXrvacs9Mt4GHw4W2x5E8gR6dbwMOoUi0bJxDG14dx9l9TBZQa3QKeqpah7+c7sCNFkSnR9wGfUrwo7WNiAh+BA7H5pET/BuyMfUHafmYCe4EvM9easkJK9PDeszXmxWjbRglEX3gSeqOci1qpKHSd3rs5Noo6veuDXH704j7IhZL1lS0ffJFf2VbKtcDrx5nJB0vxP87EwOtn2HxniTV7Tvnpff1LtnS8Lrh0AJ8T3foer0urmeFzo1vhdRNFRvgu0K3wul0qE3xX6FZ43RiZAb5LdCu8boFODN81uhVegx0SwveBboWPvtCQMLeqd9UXuhVeAxgTHG59olvhNVQ5Er5vdCu8JiWIgC8B3Qqv6UeM8KWgW+E10ZABviR0K7ymFGsJXxq6FV6TB7aALxHdCq9pQhvCl4puhdeEwA3gS0a3wmvq7xnwpaNb4TXJ/xT4GtCt8HqcxwT4WtCt8HpwzwbwNaFb4fWIrnXwtaFb4fUwvjH4GtEt8Hrs5gDQLfC6JDuCr7XTV47bNgMq9CjtgaC36fgwg3S45cr9Ununt+n4eWDZvXiBT2uKMZl2qg+jYsP/tQwMPYAeA8Lo121jukvAgrRXExjK6X3cdNMIffNo0r0wvlvLQL6yCdKYwBA73RiFn82E7sf6X6VCF7rDBByWrE4XusMEHJasThe6wwQclqxOF7rDBByWrE4XusMEHJb8ByN3mmVRJjJSAAAAAElFTkSuQmCC";export{A as _};

View File

@ -1 +1 @@
import"./index-BWFbK6MW.js";import{r as t}from"./index.DHEE3adT.js";function s(s){return t({url:"/sys/getHkCode",method:"post",data:s})}function o(s){return t({url:"/sys/smsCode",method:"post",data:s})}function e(s){return t({url:"/sys/checkPhoneCode",method:"post",data:s})}export{e as c,s as g,o as s}; import"./index-DaJpSunw.js";import{r as t}from"./index.DXubNnP-.js";function s(s){return t({url:"/sys/getHkCode",method:"post",data:s})}function o(s){return t({url:"/sys/smsCode",method:"post",data:s})}function e(s){return t({url:"/sys/checkPhoneCode",method:"post",data:s})}export{e as c,s as g,o as s};

View File

@ -1 +1 @@
.container[data-v-36cd4fe8]{display:flex;flex-direction:column;min-height:100vh;width:100%;background-color:#eff1fc;position:relative;box-shadow:.0625rem .0625rem .125rem rgba(0,0,0,.1)}.container .white-content[data-v-36cd4fe8]{width:90%;margin-left:5%;border-radius:1.09375rem;background-color:#f5fbfe}.container .white-content .content-title[data-v-36cd4fe8]{display:flex;height:3.125rem;position:relative}.container .white-content .content-title .content-weight[data-v-36cd4fe8]{font-weight:600;margin-left:2.1875rem;margin-top:.625rem}.container .white-content .content-title .content-img[data-v-36cd4fe8]{position:absolute;right:0;top:0;width:12.5rem;height:100%}.container .white-photo[data-v-36cd4fe8]{width:90%;margin-left:5%;height:9.375rem;border-radius:1.09375rem;background-color:#fff;box-shadow:.125rem .125rem .25rem rgba(0,0,0,.1);justify-content:space-around;align-items:center;display:flex}.container .white-photo .photo[data-v-36cd4fe8]{width:9.375rem;height:6.25rem}.container .white-message[data-v-36cd4fe8]{width:90%;margin-left:5%;margin-top:.9375rem;margin-bottom:.9375rem;border-radius:1.09375rem;background-color:#fff;box-shadow:.125rem .125rem .25rem rgba(0,0,0,.1);justify-content:space-around;display:flex;flex-direction:column}.container .white-message .message-title[data-v-36cd4fe8]{width:100%;height:3.125rem;align-items:center;display:flex}.container .white-message .message-title .shu[data-v-36cd4fe8]{width:.3125rem;height:.9375rem;background-color:#0097ff;border-radius:.3125rem;margin:0 .625rem 0 .9375rem}.container .white-message .message-title .message-weight[data-v-36cd4fe8]{font-size:.9375rem}.container .white-message .one[data-v-36cd4fe8]{width:90%;margin-left:5%;border-bottom:.03125rem solid #d7d7d7;height:2.8125rem;display:flex;justify-content:space-between;align-items:center;margin-bottom:.3125rem}.container .white-message .one .one-left[data-v-36cd4fe8]{margin-left:.3125rem}.container .white-message .one .one-right[data-v-36cd4fe8]{margin-right:.3125rem;color:#999;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:9.375rem}.photo-left .photo-weight[data-v-36cd4fe8]{font-size:.8125rem;font-weight:600}.photo-left .photo-font[data-v-36cd4fe8]{font-size:.71875rem;margin-top:.3125rem}.gray-font[data-v-36cd4fe8]{padding:.9375rem 1.875rem;color:#999}.finish-button[data-v-36cd4fe8]{display:flex;justify-content:center;align-items:center;width:45%;height:3.125rem;margin:0 auto;margin-bottom:2.5rem;color:#fff;background:linear-gradient(to right,#00c9ff,#0076ff);border-radius:1.5625rem;font-size:1.09375rem}.title-back[data-v-36cd4fe8]{width:100%;height:3.125rem;display:flex;justify-content:space-between;align-items:center}.left-father[data-v-36cd4fe8]{display:flex;align-items:center}.left-father .back-img[data-v-36cd4fe8]{width:1.5625rem;height:1.5625rem;margin-left:1.25rem;margin-right:.15625rem}.rightStautes[data-v-36cd4fe8]{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:.9375rem}.rightStautesred[data-v-36cd4fe8]{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:.9375rem}.rightStautesblue[data-v-36cd4fe8]{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:.9375rem} .container[data-v-47c8632f]{display:flex;flex-direction:column;min-height:100vh;width:100%;background-color:#eff1fc;position:relative;box-shadow:.0625rem .0625rem .125rem rgba(0,0,0,.1)}.container .white-content[data-v-47c8632f]{width:90%;margin-left:5%;border-radius:1.09375rem;background-color:#f5fbfe}.container .white-content .content-title[data-v-47c8632f]{display:flex;height:3.125rem;position:relative}.container .white-content .content-title .content-weight[data-v-47c8632f]{font-weight:600;margin-left:2.1875rem;margin-top:.625rem}.container .white-content .content-title .content-img[data-v-47c8632f]{position:absolute;right:0;top:0;width:12.5rem;height:100%}.container .white-photo[data-v-47c8632f]{width:90%;margin-left:5%;height:9.375rem;border-radius:1.09375rem;background-color:#fff;box-shadow:.125rem .125rem .25rem rgba(0,0,0,.1);justify-content:space-around;align-items:center;display:flex}.container .white-photo .photo[data-v-47c8632f]{width:9.375rem;height:6.25rem}.container .white-message[data-v-47c8632f]{width:90%;margin-left:5%;margin-top:.9375rem;margin-bottom:.9375rem;border-radius:1.09375rem;background-color:#fff;box-shadow:.125rem .125rem .25rem rgba(0,0,0,.1);justify-content:space-around;display:flex;flex-direction:column}.container .white-message .message-title[data-v-47c8632f]{width:100%;height:3.125rem;align-items:center;display:flex}.container .white-message .message-title .shu[data-v-47c8632f]{width:.3125rem;height:.9375rem;background-color:#0097ff;border-radius:.3125rem;margin:0 .625rem 0 .9375rem}.container .white-message .message-title .message-weight[data-v-47c8632f]{font-size:.9375rem}.container .white-message .one[data-v-47c8632f]{width:90%;margin-left:5%;border-bottom:.03125rem solid #d7d7d7;height:2.8125rem;display:flex;justify-content:space-between;align-items:center;margin-bottom:.3125rem}.container .white-message .one .one-left[data-v-47c8632f]{margin-left:.3125rem}.container .white-message .one .one-right[data-v-47c8632f]{margin-right:.3125rem;color:#999;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:9.375rem}.photo-left .photo-weight[data-v-47c8632f]{font-size:.8125rem;font-weight:600}.photo-left .photo-font[data-v-47c8632f]{font-size:.71875rem;margin-top:.3125rem}.gray-font[data-v-47c8632f]{padding:.9375rem 1.875rem;color:#999}.finish-button[data-v-47c8632f]{display:flex;justify-content:center;align-items:center;width:45%;height:3.125rem;margin:0 auto;margin-bottom:2.5rem;color:#fff;background:linear-gradient(to right,#00c9ff,#0076ff);border-radius:1.5625rem;font-size:1.09375rem}.title-back[data-v-47c8632f]{width:100%;height:3.125rem;display:flex;justify-content:space-between;align-items:center}.left-father[data-v-47c8632f]{display:flex;align-items:center}.left-father .back-img[data-v-47c8632f]{width:1.5625rem;height:1.5625rem;margin-left:1.25rem;margin-right:.15625rem}.rightStautes[data-v-47c8632f]{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:.9375rem}.rightStautesred[data-v-47c8632f]{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:.9375rem}.rightStautesblue[data-v-47c8632f]{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:.9375rem}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
import{r as e,E as s,A as a,Q as t,t as l,a as o,w as c,i as r,o as i,b as n,m as u,v as d,F as m,u as f,O as p,R as _,P as h,s as g,U as v,f as y,B as b,g as x,x as k}from"./index-DaJpSunw.js";import{_ as j}from"./u-modal.BB9A0sdf.js";import{o as w,r as C}from"./uni-app.es.ClZiJTbk.js";import{_ as N}from"./bian.L32B-imx.js";import{_ as L}from"./takephoto.D2GFN-q_.js";import{b as O}from"./index.DXubNnP-.js";import{c as P}from"./addjigou.CyCCOCZ8.js";import{_ as A}from"./_plugin-vue_export-helper.BCo6x5W8.js";const J=A({__name:"card",setup(A){const J=e(!1),S=e(""),B=["企业名称","注册地址","信用代码","法人"],$=s(["","","",""]),z=e("");function R(){p({count:1,sourceType:["camera"],success:e=>{var s;z.value=e.tempFilePaths[0],s=z.value,_(),V.value=!1,h({url:`${O}/api/ocr/businessLicense`,filePath:s,name:"file",header:{"X-Access-Token":a("token")||""},formData:{},success:e=>{if(!JSON.parse(e.data).success)return g({title:"识别失败",icon:"error"}),void v();console.log("营业执照",JSON.parse(JSON.parse(e.data).result.data).data);let a=JSON.parse(JSON.parse(e.data).result.data).data;$[0]=a.companyName,$[1]=a.businessAddress,$[2]=a.creditCode,$[3]=a.legalPerson,T.value=s,F(s),v()},fail:e=>{g({title:"上传出错",icon:"error"}),v()}})},fail:e=>{console.error("拍照失败:",e)}})}const T=e("");e("");const V=e(!0);const D=e(""),F=e=>{h({url:`${O}/sys/common/upload`,filePath:e,name:"file",header:{"X-Access-Token":a("token")||""},formData:{biz:"temp"},success:e=>{D.value=JSON.parse(e.data).message,V.value=!0},fail:e=>{g({title:"上传出错",icon:"error"}),v()}})},U=()=>{if(!V.value)return;if($[0]){let e={id:a("specicalid")||"",tel:a("tel"),comName:$[0],comRegisterAddress:$[1],comCreditCode:$[2],comLegalPerson:$[3],comBusinessLicense:D.value};P(e).then((e=>{e.success?(e.message,y({url:"/pages/addjigou/where"})):g({title:e.message,icon:"error"})}))}else g({title:"请完善信息",icon:"error"})};w((()=>{if(a("baddata")){let e=a("baddata");e.comName&&($[0]=e.comName,$[1]=e.comRegisterAddress,$[2]=e.comCreditCode,$[3]=e.comLegalPerson,e.comBusinessLicense&&(T.value=`${O}/sys/common/static/${e.comBusinessLicense}`,D.value=e.comBusinessLicense))}}));const X=()=>{b()};return(e,s)=>{const a=C(t("u-modal"),j),p=r,_=x;return i(),l("div",{class:"container"},[o(a,{modelValue:J.value,"onUpdate:modelValue":s[0]||(s[0]=e=>J.value=e),content:S.value},null,8,["modelValue","content"]),o(p,{class:"white-content"},{default:c((()=>[o(p,{class:"content-title"},{default:c((()=>[o(p,{class:"content-weight"},{default:c((()=>[n("营业执照上传")])),_:1}),o(_,{class:"content-img",src:N})])),_:1}),o(p,{class:"white-photo",onClick:R},{default:c((()=>[o(p,{class:"photo-left"},{default:c((()=>[o(p,{class:"photo-weight"},{default:c((()=>[n("营业执照")])),_:1}),o(p,{class:"photo-font"},{default:c((()=>[n("请上传营业执照")])),_:1})])),_:1}),o(p,{style:{position:"relative"}},{default:c((()=>[o(_,{class:"photo",src:T.value?T.value:"/static/index/zhizhao.png"},null,8,["src"]),u(o(_,{style:{position:"absolute",top:"50%",left:"50%",width:"70rpx",height:"60rpx",transform:"translate(-50%,-50%)"},src:L},null,512),[[d,!T.value]])])),_:1})])),_:1}),o(p,{class:"white-message"},{default:c((()=>[o(p,{class:"message-title"},{default:c((()=>[o(p,{class:"shu"}),o(p,{class:"message-weight"},{default:c((()=>[n(" 确认企业信息 ")])),_:1})])),_:1}),o(p,{style:{"margin-bottom":"20rpx"}},{default:c((()=>[(i(),l(m,null,f(B,((e,s)=>o(p,{key:s,class:"one",onClick:e=>{var a;(a=$[s])&&(S.value=a,J.value=!0)}},{default:c((()=>[o(p,{class:"one-left"},{default:c((()=>[n(k(e),1)])),_:2},1024),o(p,{class:"one-right"},{default:c((()=>[n(k($[s]?$[s]:"自动获取"),1)])),_:2},1024)])),_:2},1032,["onClick"]))),64))])),_:1})])),_:1})])),_:1}),o(p,{class:"gray-font"},{default:c((()=>[o(p,{class:""},{default:c((()=>[n("注意事项:")])),_:1}),o(p,{class:"gray-text"},{default:c((()=>[n(" 1. 运用企业、个体工商户、政府、事业单位、学校、组织等,账号归属企业。 ")])),_:1}),o(p,{class:"gray-text"},{default:c((()=>[n(" 2.一个企业信息主体默认可认证1个账号。 ")])),_:1}),o(p,{class:"gray-text"},{default:c((()=>[n(" 3.所有上传信息均会被妥善保管,不会用于其他商业用途或传输给其他第三方。 ")])),_:1})])),_:1}),o(p,{style:{display:"flex",width:"100%"}},{default:c((()=>[o(p,{class:"finish-button",onClick:X},{default:c((()=>[n(" 上一步 ")])),_:1}),o(p,{class:"finish-button",onClick:U},{default:c((()=>[n(" 下一步 ")])),_:1})])),_:1})])}}},[["__scopeId","data-v-2244b976"]]);export{J as default};

View File

@ -1 +0,0 @@
import{r as e,D as s,Q as a,t,a as l,w as o,i as r,o as c,b as i,m as n,v as u,F as d,u as f,O as m,R as p,P as _,z as h,s as g,U as v,f as y,A as x,g as b,x as k}from"./index-BWFbK6MW.js";import{_ as j}from"./u-modal.6_il0Lfl.js";import{r as w}from"./uni-app.es.Bupuy4O7.js";import{_ as C}from"./bian.L32B-imx.js";import{_ as N}from"./takephoto.D2GFN-q_.js";import{b as O}from"./index.DHEE3adT.js";import{c as J}from"./addjigou.FgrbFSi3.js";import{_ as P}from"./_plugin-vue_export-helper.BCo6x5W8.js";const S=P({__name:"card",setup(P){const S=e(!1),A=e(""),z=["企业名称","注册地址","信用代码","法人"],D=s(["","","",""]),L=e("");function T(){m({count:1,sourceType:["camera"],success:e=>{var s;L.value=e.tempFilePaths[0],s=L.value,p(),_({url:`${O}/api/ocr/businessLicense`,filePath:s,name:"file",header:{"X-Access-Token":h("token")||""},formData:{},success:e=>{if(!JSON.parse(e.data).success)return g({title:"识别失败",icon:"error"}),void v();console.log("营业执照",JSON.parse(JSON.parse(e.data).result.data).data);let a=JSON.parse(JSON.parse(e.data).result.data).data;D[0]=a.companyName,D[1]=a.businessAddress,D[2]=a.creditCode,D[3]=a.legalPerson,V.value=s,R(s),v()},fail:e=>{g({title:"上传出错",icon:"error"}),v()}})},fail:e=>{console.error("拍照失败:",e)}})}const V=e("");e("");const F=e(""),R=e=>{_({url:`${O}/sys/common/upload`,filePath:e,name:"file",header:{"X-Access-Token":h("token")||""},formData:{biz:"temp"},success:e=>{F.value=JSON.parse(e.data).message},fail:e=>{g({title:"上传出错",icon:"error"}),v()}})},U=()=>{if(D.every((e=>""!==e))){let e={id:h("specicalid")||"",tel:h("tel"),comName:D[0],comRegisterAddress:D[1],comCreditCode:D[2],comLegalPerson:D[3],comBusinessLicense:F.value};J(e).then((e=>{e.success?(e.message,y({url:"/pages/addjigou/where"})):g({title:e.message,icon:"error"})}))}else g({title:"请完善信息",icon:"error"})},X=()=>{x()};return(e,s)=>{const m=w(a("u-modal"),j),p=r,_=b;return c(),t("div",{class:"container"},[l(m,{modelValue:S.value,"onUpdate:modelValue":s[0]||(s[0]=e=>S.value=e),content:A.value},null,8,["modelValue","content"]),l(p,{class:"white-content"},{default:o((()=>[l(p,{class:"content-title"},{default:o((()=>[l(p,{class:"content-weight"},{default:o((()=>[i("营业执照上传")])),_:1}),l(_,{class:"content-img",src:C})])),_:1}),l(p,{class:"white-photo",onClick:T},{default:o((()=>[l(p,{class:"photo-left"},{default:o((()=>[l(p,{class:"photo-weight"},{default:o((()=>[i("营业执照")])),_:1}),l(p,{class:"photo-font"},{default:o((()=>[i("请上传营业执照")])),_:1})])),_:1}),l(p,{style:{position:"relative"}},{default:o((()=>[l(_,{class:"photo",src:V.value?V.value:"/static/index/zhizhao.png"},null,8,["src"]),n(l(_,{style:{position:"absolute",top:"50%",left:"50%",width:"70rpx",height:"60rpx",transform:"translate(-50%,-50%)"},src:N},null,512),[[u,!V.value]])])),_:1})])),_:1}),l(p,{class:"white-message"},{default:o((()=>[l(p,{class:"message-title"},{default:o((()=>[l(p,{class:"shu"}),l(p,{class:"message-weight"},{default:o((()=>[i(" 确认企业信息 ")])),_:1})])),_:1}),l(p,{style:{"margin-bottom":"20rpx"}},{default:o((()=>[(c(),t(d,null,f(z,((e,s)=>l(p,{key:s,class:"one",onClick:e=>{var a;(a=D[s])&&(A.value=a,S.value=!0)}},{default:o((()=>[l(p,{class:"one-left"},{default:o((()=>[i(k(e),1)])),_:2},1024),l(p,{class:"one-right"},{default:o((()=>[i(k(D[s]?D[s]:"自动获取"),1)])),_:2},1024)])),_:2},1032,["onClick"]))),64))])),_:1})])),_:1})])),_:1}),l(p,{class:"gray-font"},{default:o((()=>[l(p,{class:""},{default:o((()=>[i("注意事项:")])),_:1}),l(p,{class:"gray-text"},{default:o((()=>[i(" 1. 运用企业、个体工商户、政府、事业单位、学校、组织等,账号归属企业。 ")])),_:1}),l(p,{class:"gray-text"},{default:o((()=>[i(" 2.一个企业信息主体默认可认证1个账号。 ")])),_:1}),l(p,{class:"gray-text"},{default:o((()=>[i(" 3.所有上传信息均会被妥善保管,不会用于其他商业用途或传输给其他第三方。 ")])),_:1})])),_:1}),l(p,{style:{display:"flex",width:"100%"}},{default:o((()=>[l(p,{class:"finish-button",onClick:X},{default:o((()=>[i(" 上一步 ")])),_:1}),l(p,{class:"finish-button",onClick:U},{default:o((()=>[i(" 下一步 ")])),_:1})])),_:1})])}}},[["__scopeId","data-v-6ebcdcae"]]);export{S as default};

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

View File

@ -1 +0,0 @@
import{r as e,D as l,z as a,V as o,Q as s,t,a as r,w as d,i as n,o as u,b as i,x as g,G as c,W as p,s as m,A as f,f as _,g as h,I as y}from"./index-BWFbK6MW.js";import{_ as V}from"./u-modal.6_il0Lfl.js";import{a as v,r as L}from"./uni-app.es.Bupuy4O7.js";import{c as x}from"./addjigou.FgrbFSi3.js";import{_ as w}from"./_plugin-vue_export-helper.BCo6x5W8.js";import"./index.DHEE3adT.js";const b=w({__name:"where",setup(w){const b=e(!1),j=e(""),C=e(""),A=l({orgLeader:"",orgLeaderPhone:"",orgBuildingNumber:"",orgPropertyType:"",orgBuildingArea:"",orgAddress:"",orgCoordinateLo:"",orgCoordinateLa:"",id:a("specicalid")||"",tel:a("tel")});e(""),e(""),e("");const B=()=>{A.orgLeader&&A.orgLeaderPhone&&A.orgBuildingNumber&&A.orgPropertyType&&A.orgBuildingArea&&A.orgAddress&&A.orgCoordinateLo&&A.orgCoordinateLa?x(A).then((e=>{e.success?"保存成功!"==e.message?(c("specicalid",""),p({url:"/pages/login/workjoin?type=1"})):(c("specicalid",e.result.id),p({url:"/pages/login/workjoin?type=1"})):m({title:e.message,icon:"error"})})):m({title:"请完善信息",icon:"error"})},P=()=>{f()},k=()=>{_({url:"/pages/map/index"})};return v((()=>{const e=a("dingwei");e&&(console.log("data",e),C.value=e.name,A.orgAddress=e.name,A.orgCoordinateLo=e.lng,A.orgCoordinateLa=e.lat,o("dingwei"))})),(e,l)=>{const a=L(s("u-modal"),V),o=n,c=h,p=y;return u(),t("div",{class:"container"},[r(a,{modelValue:b.value,"onUpdate:modelValue":l[0]||(l[0]=e=>b.value=e),content:j.value},null,8,["modelValue","content"]),r(o,{class:"white-content"},{default:d((()=>[r(o,{class:"white-message"},{default:d((()=>[r(o,null,{default:d((()=>[r(o,{class:"one"},{default:d((()=>[r(o,{class:"one-left"},{default:d((()=>[i("机构位置")])),_:1}),r(o,{class:"special"},{default:d((()=>[r(o,{class:"one-right",style:{width:"170rpx","justify-content":"flex-start"},onClick:l[1]||(l[1]=e=>{var l;(l=C.value)&&(j.value=l,b.value=!0)})},{default:d((()=>[i(g(C.value?C.value:"请选择机构位置"),1)])),_:1}),r(c,{class:"one-img",src:"/wechat/thd/assets/norelmap-57ydYQMt.png",onClick:k})])),_:1})])),_:1})])),_:1}),r(o,null,{default:d((()=>[r(o,{class:"one"},{default:d((()=>[r(o,{class:"one-left"},{default:d((()=>[i("机构负责人")])),_:1}),r(p,{class:"one-right",type:"text",placeholder:"请输入机构负责人姓名",modelValue:A.orgLeader,"onUpdate:modelValue":l[2]||(l[2]=e=>A.orgLeader=e)},null,8,["modelValue"])])),_:1})])),_:1}),r(o,null,{default:d((()=>[r(o,{class:"one"},{default:d((()=>[r(o,{class:"one-left"},{default:d((()=>[i("机构负责人电话")])),_:1}),r(p,{class:"one-right",type:"number",placeholder:"请输入机构负责人电话",modelValue:A.orgLeaderPhone,"onUpdate:modelValue":l[3]||(l[3]=e=>A.orgLeaderPhone=e)},null,8,["modelValue"])])),_:1})])),_:1}),r(o,null,{default:d((()=>[r(o,{class:"one"},{default:d((()=>[r(o,{class:"one-left"},{default:d((()=>[i("楼宇牌号")])),_:1}),r(p,{class:"one-right",type:"text",placeholder:"请输入楼宇牌号",modelValue:A.orgBuildingNumber,"onUpdate:modelValue":l[4]||(l[4]=e=>A.orgBuildingNumber=e)},null,8,["modelValue"])])),_:1})])),_:1}),r(o,null,{default:d((()=>[r(o,{class:"one"},{default:d((()=>[r(o,{class:"one-left"},{default:d((()=>[i("房屋性质")])),_:1}),r(p,{class:"one-right",type:"text",placeholder:"请输入房屋性质",modelValue:A.orgPropertyType,"onUpdate:modelValue":l[5]||(l[5]=e=>A.orgPropertyType=e)},null,8,["modelValue"])])),_:1})])),_:1}),r(o,{style:{"margin-bottom":"20rpx"}},{default:d((()=>[r(o,{class:"one",style:{position:"relative"}},{default:d((()=>[r(o,{class:"one-left"},{default:d((()=>[i("建筑面积")])),_:1}),r(p,{class:"one-right",type:"number",placeholder:"请输入建筑面积",modelValue:A.orgBuildingArea,"onUpdate:modelValue":l[6]||(l[6]=e=>A.orgBuildingArea=e)},null,8,["modelValue"])])),_:1})])),_:1})])),_:1})])),_:1}),r(o,{style:{display:"flex",width:"100%"}},{default:d((()=>[r(o,{class:"finish-button",onClick:P},{default:d((()=>[i(" 上一步 ")])),_:1}),r(o,{class:"finish-button",onClick:B},{default:d((()=>[i(" 确认并提交 ")])),_:1})])),_:1})])}}},[["__scopeId","data-v-6077651d"]]);export{b as default};

View File

@ -0,0 +1 @@
import{r as a,E as t,Q as e,t as s,a as l,w as o,f as r,i as c,o as i,b as u,m as n,v as d,F as f,u as p,O as h,R as m,P as _,A as v,s as g,U as x,g as y,x as b}from"./index-DaJpSunw.js";import{_ as k}from"./u-modal.BB9A0sdf.js";import{r as w}from"./uni-app.es.ClZiJTbk.js";import{_ as N}from"./bian.L32B-imx.js";import{_ as O}from"./takephoto.D2GFN-q_.js";import{_ as J}from"./_plugin-vue_export-helper.BCo6x5W8.js";const S=J({__name:"IDcard",setup(J){const S=a(!1),j=a(""),C=["姓名","性别","身份证号码","民族","出生日期","住址","签发机关","有效期限"],D=t(["","","","","","","",""]),I=a("");function P(){h({count:1,sourceType:["camera"],success:a=>{var t;I.value=a.tempFilePaths[0],t=I.value,m(),_({url:`${v("serverUrl")}/api/ocr/idCard`,filePath:t,name:"file",header:{"X-Access-Token":v("token")||""},formData:{},success:a=>{if(!JSON.parse(a.data).success)return g({title:"识别失败",icon:"error"}),void x();if(JSON.parse(JSON.parse(a.data).result.data).data.face){let e=JSON.parse(JSON.parse(a.data).result.data).data.face.data;D[0]=e.name,D[1]=e.sex,D[2]=e.idNumber,D[3]=e.ethnicity,D[4]=e.birthDate,D[5]=e.address,g({title:"识别成功"}),A.value=t,x()}else{let e=JSON.parse(JSON.parse(a.data).result.data).data.back.data;D[6]=e.issueAuthority,D[7]=e.validPeriod,g({title:"识别成功"}),U.value=t,x()}},fail:a=>{g({title:"上传出错",icon:"error"}),x()}})},fail:a=>{console.error("拍照失败:",a)}})}const A=a(""),U=a("");const V=()=>{r({url:"/pages/addoldman/yibao"})};return(a,t)=>{const r=w(e("u-modal"),k),h=c,m=y;return i(),s("div",{class:"container"},[l(r,{modelValue:S.value,"onUpdate:modelValue":t[0]||(t[0]=a=>S.value=a),content:j.value},null,8,["modelValue","content"]),l(h,{class:"white-content"},{default:o((()=>[l(h,{class:"content-title"},{default:o((()=>[l(h,{class:"content-weight"},{default:o((()=>[u("身份证上传")])),_:1}),l(m,{class:"content-img",src:N})])),_:1}),l(h,{class:"white-photo",onClick:P},{default:o((()=>[l(h,{class:"photo-left"},{default:o((()=>[l(h,{class:"photo-weight"},{default:o((()=>[u("人像面")])),_:1}),l(h,{class:"photo-font"},{default:o((()=>[u("请上传身份证人像面")])),_:1})])),_:1}),l(h,{style:{position:"relative"}},{default:o((()=>[l(m,{class:"photo",src:A.value?A.value:"/static/index/IDcard.png"},null,8,["src"]),n(l(m,{style:{position:"absolute",top:"50%",left:"50%",width:"70rpx",height:"60rpx",transform:"translate(-50%,-50%)"},src:O},null,512),[[d,!A.value]])])),_:1})])),_:1}),l(h,{class:"white-photo",style:{"margin-top":"30rpx"},onClick:P},{default:o((()=>[l(h,{class:"photo-left"},{default:o((()=>[l(h,{class:"photo-weight"},{default:o((()=>[u("国徽面")])),_:1}),l(h,{class:"photo-font"},{default:o((()=>[u("请上传身份证国徽面")])),_:1})])),_:1}),l(h,{style:{position:"relative"}},{default:o((()=>[l(m,{class:"photo",src:U.value?U.value:"/static/index/backIDcard.png"},null,8,["src"]),n(l(m,{style:{position:"absolute",top:"50%",left:"50%",width:"70rpx",height:"60rpx",transform:"translate(-50%,-50%)"},src:O},null,512),[[d,!U.value]])])),_:1})])),_:1}),l(h,{class:"white-message"},{default:o((()=>[l(h,{class:"message-title"},{default:o((()=>[l(h,{class:"shu"}),l(h,{class:"message-weight"},{default:o((()=>[u(" 确认户口本本人页信息 ")])),_:1})])),_:1}),l(h,{style:{"margin-bottom":"20rpx"}},{default:o((()=>[(i(),s(f,null,p(C,((a,t)=>l(h,{key:t,class:"one",onClick:a=>{var e;(e=D[t])&&(j.value=e,S.value=!0)}},{default:o((()=>[l(h,{class:"one-left"},{default:o((()=>[u(b(a),1)])),_:2},1024),l(h,{class:"one-right"},{default:o((()=>[u(b(D[t]?D[t]:"自动获取"),1)])),_:2},1024)])),_:2},1032,["onClick"]))),64))])),_:1})])),_:1})])),_:1}),l(h,{class:"gray-font"},{default:o((()=>[l(h,{class:""},{default:o((()=>[u("注意事项:")])),_:1}),l(h,{class:""},{default:o((()=>[u(" 同一个身份证号只能认证一个账号国徽而与正面信息应为同一身份证的信息目在有效期内,所有上传照片需清晰且未遮挡,请勿进行美化和修改,所有上传信息均会被妥善保管,不会用于其他商业用途或传输给第三方。")])),_:1})])),_:1}),l(h,{class:"finish-button",onClick:V},{default:o((()=>[u(" 下一步 ")])),_:1})])}}},[["__scopeId","data-v-a282c316"]]);export{S as default};

View File

@ -1 +0,0 @@
import{r as a,D as t,Q as e,t as s,a as l,w as o,f as r,i as c,o as i,b as u,m as n,v as d,F as f,u as p,O as m,R as h,P as _,z as v,s as g,U as x,g as y,x as b}from"./index-BWFbK6MW.js";import{_ as k}from"./u-modal.6_il0Lfl.js";import{r as w}from"./uni-app.es.Bupuy4O7.js";import{_ as N}from"./bian.L32B-imx.js";import{_ as O}from"./takephoto.D2GFN-q_.js";import{_ as J}from"./_plugin-vue_export-helper.BCo6x5W8.js";const S=J({__name:"IDcard",setup(J){const S=a(!1),j=a(""),C=["姓名","性别","身份证号码","民族","出生日期","住址","签发机关","有效期限"],D=t(["","","","","","","",""]),I=a("");function P(){m({count:1,sourceType:["camera"],success:a=>{var t;I.value=a.tempFilePaths[0],t=I.value,h(),_({url:`${v("serverUrl")}/api/ocr/idCard`,filePath:t,name:"file",header:{"X-Access-Token":v("token")||""},formData:{},success:a=>{if(!JSON.parse(a.data).success)return g({title:"识别失败",icon:"error"}),void x();if(JSON.parse(JSON.parse(a.data).result.data).data.face){let e=JSON.parse(JSON.parse(a.data).result.data).data.face.data;D[0]=e.name,D[1]=e.sex,D[2]=e.idNumber,D[3]=e.ethnicity,D[4]=e.birthDate,D[5]=e.address,g({title:"识别成功"}),U.value=t,x()}else{let e=JSON.parse(JSON.parse(a.data).result.data).data.back.data;D[6]=e.issueAuthority,D[7]=e.validPeriod,g({title:"识别成功"}),V.value=t,x()}},fail:a=>{g({title:"上传出错",icon:"error"}),x()}})},fail:a=>{console.error("拍照失败:",a)}})}const U=a(""),V=a("");const A=()=>{r({url:"/pages/addoldman/yibao"})};return(a,t)=>{const r=w(e("u-modal"),k),m=c,h=y;return i(),s("div",{class:"container"},[l(r,{modelValue:S.value,"onUpdate:modelValue":t[0]||(t[0]=a=>S.value=a),content:j.value},null,8,["modelValue","content"]),l(m,{class:"white-content"},{default:o((()=>[l(m,{class:"content-title"},{default:o((()=>[l(m,{class:"content-weight"},{default:o((()=>[u("身份证上传")])),_:1}),l(h,{class:"content-img",src:N})])),_:1}),l(m,{class:"white-photo",onClick:P},{default:o((()=>[l(m,{class:"photo-left"},{default:o((()=>[l(m,{class:"photo-weight"},{default:o((()=>[u("人像面")])),_:1}),l(m,{class:"photo-font"},{default:o((()=>[u("请上传身份证人像面")])),_:1})])),_:1}),l(m,{style:{position:"relative"}},{default:o((()=>[l(h,{class:"photo",src:U.value?U.value:"/static/index/IDcard.png"},null,8,["src"]),n(l(h,{style:{position:"absolute",top:"50%",left:"50%",width:"70rpx",height:"60rpx",transform:"translate(-50%,-50%)"},src:O},null,512),[[d,!U.value]])])),_:1})])),_:1}),l(m,{class:"white-photo",style:{"margin-top":"30rpx"},onClick:P},{default:o((()=>[l(m,{class:"photo-left"},{default:o((()=>[l(m,{class:"photo-weight"},{default:o((()=>[u("国徽面")])),_:1}),l(m,{class:"photo-font"},{default:o((()=>[u("请上传身份证国徽面")])),_:1})])),_:1}),l(m,{style:{position:"relative"}},{default:o((()=>[l(h,{class:"photo",src:V.value?V.value:"/static/index/backIDcard.png"},null,8,["src"]),n(l(h,{style:{position:"absolute",top:"50%",left:"50%",width:"70rpx",height:"60rpx",transform:"translate(-50%,-50%)"},src:O},null,512),[[d,!V.value]])])),_:1})])),_:1}),l(m,{class:"white-message"},{default:o((()=>[l(m,{class:"message-title"},{default:o((()=>[l(m,{class:"shu"}),l(m,{class:"message-weight"},{default:o((()=>[u(" 确认户口本本人页信息 ")])),_:1})])),_:1}),l(m,{style:{"margin-bottom":"20rpx"}},{default:o((()=>[(i(),s(f,null,p(C,((a,t)=>l(m,{key:t,class:"one",onClick:a=>{var e;(e=D[t])&&(j.value=e,S.value=!0)}},{default:o((()=>[l(m,{class:"one-left"},{default:o((()=>[u(b(a),1)])),_:2},1024),l(m,{class:"one-right"},{default:o((()=>[u(b(D[t]?D[t]:"自动获取"),1)])),_:2},1024)])),_:2},1032,["onClick"]))),64))])),_:1})])),_:1})])),_:1}),l(m,{class:"gray-font"},{default:o((()=>[l(m,{class:""},{default:o((()=>[u("注意事项:")])),_:1}),l(m,{class:""},{default:o((()=>[u(" 同一个身份证号只能认证一个账号国徽而与正面信息应为同一身份证的信息目在有效期内,所有上传照片需清晰且未遮挡,请勿进行美化和修改,所有上传信息均会被妥善保管,不会用于其他商业用途或传输给第三方。")])),_:1})])),_:1}),l(m,{class:"finish-button",onClick:A},{default:o((()=>[u(" 下一步 ")])),_:1})])}}},[["__scopeId","data-v-a282c316"]]);export{S as default};

View File

@ -0,0 +1 @@
import{aa as a,r as e,j as t,o as s,c as n,w as i,m as l,v as o,a as r,d as c,b as u,e as d,s as v,B as f,ab as m,ac as p,ad as g,g as h,a3 as _,i as w}from"./index-DaJpSunw.js";import{_ as y}from"./nu.C7Ggybbs.js";import{_ as b}from"./_plugin-vue_export-helper.BCo6x5W8.js";const k=b(a({__name:"CustomCamera",setup(a){const b=e(),k=e(),j=e(!1);let C,x=null;async function D(){var a;if(null==(a=navigator.mediaDevices)?void 0:a.getUserMedia)try{x=await navigator.mediaDevices.getUserMedia({video:{facingMode:{ideal:"environment"}},audio:!1});const a=b.value;a.srcObject=x,await a.play(),M(),j.value=!0}catch(e){console.error(e),v({title:"无法获取摄像头权限",icon:"none"})}else v({title:"当前浏览器不支持实时相机",icon:"none"})}function M(){if(!j.value)return;const a=b.value,e=k.value,t=e.getContext("2d");a.videoWidth&&a.videoHeight&&(e.width!==window.innerWidth&&(e.width=window.innerWidth,e.height=window.innerHeight),t.drawImage(a,0,0,e.width,e.height)),C=requestAnimationFrame(M)}function U(){const a=k.value.toDataURL("image/jpeg",.9);f(),m("photoTaken",a)}function W(){A(),f()}function A(){cancelAnimationFrame(C),x&&x.getTracks().forEach((a=>a.stop()))}return t(A),(a,e)=>{const t=p,v=g,f=h,m=_,C=w;return s(),n(C,{class:"page"},{default:i((()=>[l(r(t,{ref_key:"video",ref:b,class:"video",playsinline:"","webkit-playsinline":"","x5-playsinline":"",muted:""},null,512),[[o,j.value]]),l(r(v,{ref_key:"canvas",ref:k,class:"canvas"},null,512),[[o,j.value]]),r(f,{class:"overlay",src:y,style:c({opacity:j.value?1:0})},null,8,["style"]),j.value?(s(),n(C,{key:0,class:"btn-bar"},{default:i((()=>[r(m,{class:"btn close",onClick:W},{default:i((()=>[u("关闭")])),_:1}),r(m,{class:"btn shoot",onClick:U})])),_:1})):d("",!0),j.value?d("",!0):(s(),n(C,{key:1,class:"starter"},{default:i((()=>[r(m,{class:"btn start",onClick:D},{default:i((()=>[u("开始拍照")])),_:1})])),_:1}))])),_:1})}}}),[["__scopeId","data-v-768474b2"]]);export{k as default};

View File

@ -1 +0,0 @@
import{a9 as a,r as e,j as t,o as s,c as n,w as i,m as l,v as o,a as r,d as c,b as u,e as d,s as v,A as f,aa as m,ab as p,ac as g,g as h,a2 as _,i as w}from"./index-BWFbK6MW.js";import{_ as y}from"./nu.C7Ggybbs.js";import{_ as k}from"./_plugin-vue_export-helper.BCo6x5W8.js";const b=k(a({__name:"CustomCamera",setup(a){const k=e(),b=e(),j=e(!1);let C,x=null;async function A(){var a;if(null==(a=navigator.mediaDevices)?void 0:a.getUserMedia)try{x=await navigator.mediaDevices.getUserMedia({video:{facingMode:{ideal:"environment"}},audio:!1});const a=k.value;a.srcObject=x,await a.play(),D(),j.value=!0}catch(e){console.error(e),v({title:"无法获取摄像头权限",icon:"none"})}else v({title:"当前浏览器不支持实时相机",icon:"none"})}function D(){if(!j.value)return;const a=k.value,e=b.value,t=e.getContext("2d");a.videoWidth&&a.videoHeight&&(e.width!==window.innerWidth&&(e.width=window.innerWidth,e.height=window.innerHeight),t.drawImage(a,0,0,e.width,e.height)),C=requestAnimationFrame(D)}function M(){const a=b.value.toDataURL("image/jpeg",.9);f(),m("photoTaken",a)}function U(){W(),f()}function W(){cancelAnimationFrame(C),x&&x.getTracks().forEach((a=>a.stop()))}return t(W),(a,e)=>{const t=p,v=g,f=h,m=_,C=w;return s(),n(C,{class:"page"},{default:i((()=>[l(r(t,{ref_key:"video",ref:k,class:"video",playsinline:"","webkit-playsinline":"","x5-playsinline":"",muted:""},null,512),[[o,j.value]]),l(r(v,{ref_key:"canvas",ref:b,class:"canvas"},null,512),[[o,j.value]]),r(f,{class:"overlay",src:y,style:c({opacity:j.value?1:0})},null,8,["style"]),j.value?(s(),n(C,{key:0,class:"btn-bar"},{default:i((()=>[r(m,{class:"btn close",onClick:U},{default:i((()=>[u("关闭")])),_:1}),r(m,{class:"btn shoot",onClick:M})])),_:1})):d("",!0),j.value?d("",!0):(s(),n(C,{key:1,class:"starter"},{default:i((()=>[r(m,{class:"btn start",onClick:A},{default:i((()=>[u("开始拍照")])),_:1})])),_:1}))])),_:1})}}}),[["__scopeId","data-v-768474b2"]]);export{b as default};

View File

@ -1 +1 @@
import{r as e,D as o,c as s,w as n,E as t,G as a,y as c,i as l,o as r,a as i,b as p,g as d}from"./index-BWFbK6MW.js";import{_ as u}from"./nu.C7Ggybbs.js";import{o as m}from"./uni-app.es.Bupuy4O7.js";import{b as h}from"./index.DHEE3adT.js";import{_ as f}from"./_plugin-vue_export-helper.BCo6x5W8.js";const k=f({__name:"callback",setup(f){e(0);const k=o({name:"",openid:"",accessToken:""});e("");const g=()=>{const e=`${h}/h5Api/nuBizAdvisoryInfo/queryWeixinInfo?openId=${encodeURIComponent(k.openid)}`;fetch(e).then((e=>e.json())).then((e=>{console.log("个人信息打印",e),a("token",e.result.token),a("serverUrl",e.result.serverUrl),console.log("???token存储",e.result.token),e.result.tel?(c({url:"/pages/login/threeselectone"}),a("tel",e.result.tel)):c({url:"/pages/login/phonebumber"}),v()}))},_=e([]),v=()=>{fetch(`${h}/sys/sysDepart/queryInstitutionsList`).then((e=>e.json())).then((e=>{_.value=[...e],console.log("机构打印",_.value)}))};return e([]),m((()=>{var e;const o=null==(e=window.location.href.split("?")[1])?void 0:e.split("#")[0],s={};o&&o.split("&").forEach((e=>{const[o,n]=e.split("=");s[o]=decodeURIComponent(n)})),console.log("解析到的 query 参数:",s),s.code&&(e=>{const o=`${h}/weixin/wechat/callback?code=${encodeURIComponent(e)}`;fetch(o).then((e=>e.json())).then((e=>{k.name=e.data.nickname,k.openid=e.data.openid,k.accessToken=e.accessToken,t({key:"openid",data:{openid:e.data.openid,accessToken:e.accessToken}}),g()})).catch((e=>{console.error("❌ 获取用户信息失败:",e)}))})(s.code)})),(e,o)=>{const t=d,a=l;return r(),s(a,{class:"login-container"},{default:n((()=>[i(t,{class:"imge",src:u}),i(a,{class:"font"},{default:n((()=>[p(" 页面跳转中,请稍后... ")])),_:1})])),_:1})}}},[["__scopeId","data-v-2e590b37"]]);export{k as default}; import{r as e,E as o,c as s,w as n,G as t,z as a,y as c,i as l,o as r,a as i,b as p,g as d}from"./index-DaJpSunw.js";import{_ as u}from"./nu.C7Ggybbs.js";import{o as m}from"./uni-app.es.ClZiJTbk.js";import{b as h}from"./index.DXubNnP-.js";import{_ as f}from"./_plugin-vue_export-helper.BCo6x5W8.js";const k=f({__name:"callback",setup(f){e(0);const k=o({name:"",openid:"",accessToken:""});e("");const g=()=>{const e=`${h}/h5Api/nuBizAdvisoryInfo/queryWeixinInfo?openId=${encodeURIComponent(k.openid)}`;fetch(e).then((e=>e.json())).then((e=>{console.log("个人信息打印",e),a("token",e.result.token),a("serverUrl",e.result.serverUrl),console.log("???token存储",e.result.token),e.result.tel?(c({url:"/pages/login/threeselectone"}),a("tel",e.result.tel)):c({url:"/pages/login/phonebumber"}),v()}))},_=e([]),v=()=>{fetch(`${h}/sys/sysDepart/queryInstitutionsList`).then((e=>e.json())).then((e=>{_.value=[...e],console.log("机构打印",_.value)}))};return e([]),m((()=>{var e;const o=null==(e=window.location.href.split("?")[1])?void 0:e.split("#")[0],s={};o&&o.split("&").forEach((e=>{const[o,n]=e.split("=");s[o]=decodeURIComponent(n)})),console.log("解析到的 query 参数:",s),s.code&&(e=>{const o=`${h}/weixin/wechat/callback?code=${encodeURIComponent(e)}`;fetch(o).then((e=>e.json())).then((e=>{k.name=e.data.nickname,k.openid=e.data.openid,k.accessToken=e.accessToken,t({key:"openid",data:{openid:e.data.openid,accessToken:e.accessToken}}),g()})).catch((e=>{console.error("❌ 获取用户信息失败:",e)}))})(s.code)})),(e,o)=>{const t=d,a=l;return r(),s(a,{class:"login-container"},{default:n((()=>[i(t,{class:"imge",src:u}),i(a,{class:"font"},{default:n((()=>[p(" 页面跳转中,请稍后... ")])),_:1})])),_:1})}}},[["__scopeId","data-v-2e590b37"]]);export{k as default};

View File

@ -1 +1 @@
import{r as e,B as a,c as l,w as s,s as t,i as u,o,a as c,b as n,x as d,t as i,u as r,F as v,m as f,v as m,d as p,e as _,T as g,g as h,C as k,I as b,z as y,y as x}from"./index-BWFbK6MW.js";import{_ as w}from"./nu.C7Ggybbs.js";import{_ as I,a as j}from"./old.DL_W-GvU.js";import{o as C}from"./uni-app.es.Bupuy4O7.js";import{s as S,c as V}from"./loginApi.CwwrSv7b.js";import{_ as B}from"./_plugin-vue_export-helper.BCo6x5W8.js";import"./index.DHEE3adT.js";const E=B({__name:"code",setup(B){const E=e(""),K=e(""),U=e(["","","",""]),z=e(-1),A=e(!1),F=e("rgba(0, 0, 0, 0.5)");function M(){A.value=!1}const T=e(""),q=()=>{const e=U.value.join("");4===e.length?(console.log("提交验证码:",e),T.value!=e&&(T.value=e,V({mobile:E.value,openId:y("openid").openid,smscode:e}).then((e=>{e.success?x({url:"/pages/login/callback"}):t({title:"验证码错误",icon:"none",duration:2e3})})))):console.log("验证码未输入完整")},D=()=>{S({mobile:E.value,hkcode:K.value,smsmode:1}).then((e=>{e.success?(t({title:"发送成功",icon:"none",duration:2e3}),z.value=0,G.value=60,H=setInterval((()=>{G.value>0?G.value--:(clearInterval(H),H=null)}),1e3)):t({title:e.message,icon:"none",duration:2e3})}))},G=e(0);let H=null;return a((()=>{H&&clearInterval(H)})),C((e=>{E.value=e.mobile,K.value=e.hkcode,D()})),(e,a)=>{const t=h,y=u,x=b;return o(),l(y,{class:"login-container"},{default:s((()=>[c(y,{class:"title"},{default:s((()=>[c(t,{class:"title-imge",src:w}),c(y,{class:"title-font"},{default:s((()=>[c(y,{class:""},{default:s((()=>[n("您好,")])),_:1}),c(y,{class:""},{default:s((()=>[n("欢迎使用护理单元~")])),_:1})])),_:1})])),_:1}),c(t,{class:"photo-imge",src:I}),c(t,{class:"old-imge",src:j}),c(y,{class:"under-container"},{default:s((()=>[c(y,{class:"under-container-title"},{default:s((()=>[c(y,{class:"code-title"},{default:s((()=>[n(" 请输入验证码 ")])),_:1}),c(y,{class:"code-number"},{default:s((()=>[n(" 验证码已发送至"+d(E.value),1)])),_:1})])),_:1}),c(y,{class:"captcha-container"},{default:s((()=>[c(y,{class:"captcha-box"},{default:s((()=>[(o(!0),i(v,null,r(U.value,((e,a)=>(o(),l(y,{key:a,class:"captcha-item"},{default:s((()=>[c(x,{modelValue:U.value[a],"onUpdate:modelValue":e=>U.value[a]=e,class:"captcha-input",type:"number",maxlength:"4",placeholder:a<3?"":" ",onInput:e=>((e,a)=>{const l=a.detail.value||"";if(console.log("??????",a),4==l.length){const e=a.detail.value.toString().padStart(4,"0");U.value=e.split(""),z.value=3,k((()=>{q()}))}else if(2==l.length){U.value[e]="number"==typeof(s=U.value[e])?s%10:s,U.value[e]&&e<3&&(z.value=e+1);let a=!0;U.value.forEach((e=>{e||(a=!1)})),k((()=>{a&&q()}))}else{U.value[e]&&e<3&&(z.value=e+1);let a=!0;U.value.forEach((e=>{e||(a=!1)})),k((()=>{a&&q()}))}var s})(a,e),onKeydown:e=>((e,a)=>{"Backspace"!==a.key||U.value[e]||e>0&&(z.value=e-1)})(a,e),focus:z.value===a},null,8,["modelValue","onUpdate:modelValue","placeholder","onInput","onKeydown","focus"])])),_:2},1024)))),128))])),_:1})])),_:1}),c(y,{class:"under-view"},{default:s((()=>[f(c(y,{class:"right-blue",onClick:D},{default:s((()=>[n(" 重新发送 ")])),_:1},512),[[m,!G.value]]),f(c(y,{class:"right-white"},{default:s((()=>[n(d(G.value)+"S后重新发送 ",1)])),_:1},512),[[m,G.value]]),c(y,{class:"right-black",onClick:a[0]||(a[0]=e=>A.value=!0)},{default:s((()=>[n(" 收不到验证码 ")])),_:1})])),_:1})])),_:1}),c(g,{name:"fade"},{default:s((()=>[A.value?(o(),l(y,{key:0,class:"overlay",onClick:M,style:p({backgroundColor:F.value})},null,8,["style"])):_("",!0)])),_:1}),c(g,{name:"slide-up"},{default:s((()=>[A.value?(o(),l(y,{key:0,class:"modal"},{default:s((()=>[c(y,{class:"modal-title"},{default:s((()=>[n("收不到验证码")])),_:1}),c(y,{class:"model-p"},{default:s((()=>[c(y,{class:"text-view",style:{"font-weight":"600"}},{default:s((()=>[n("手机号可正常使用:")])),_:1}),c(y,{class:"text-view"},{default:s((()=>[n("1 是否输错手机号")])),_:1}),c(y,{class:"text-view"},{default:s((()=>[n("2 手机是否设置短信拦截/欠费/信号不好")])),_:1}),c(y,{class:"text-view"},{default:s((()=>[n("3 手机内存是否满了")])),_:1}),c(y,{class:"text-view"},{default:s((()=>[n("4 手机卡是否为物联卡而非SIM卡")])),_:1})])),_:1})])),_:1})):_("",!0)])),_:1})])),_:1})}}},[["__scopeId","data-v-7d2aa252"]]);export{E as default}; import{r as e,C as a,c as l,w as s,s as t,i as u,o,a as c,b as n,x as d,t as i,u as r,F as v,m as f,v as m,d as p,e as _,T as g,g as h,D as b,I as k,A as y,y as x}from"./index-DaJpSunw.js";import{_ as w}from"./nu.C7Ggybbs.js";import{_ as I,a as j}from"./old.DL_W-GvU.js";import{o as C}from"./uni-app.es.ClZiJTbk.js";import{s as S,c as V}from"./loginApi.CAOqgRrT.js";import{_ as A}from"./_plugin-vue_export-helper.BCo6x5W8.js";import"./index.DXubNnP-.js";const E=A({__name:"code",setup(A){const E=e(""),K=e(""),U=e(["","","",""]),q=e(-1),B=e(!1),D=e("rgba(0, 0, 0, 0.5)");function F(){B.value=!1}const M=e(""),T=()=>{const e=U.value.join("");4===e.length?(console.log("提交验证码:",e),M.value!=e&&(M.value=e,V({mobile:E.value,openId:y("openid").openid,smscode:e}).then((e=>{e.success?x({url:"/pages/login/callback"}):t({title:"验证码错误",icon:"none",duration:2e3})})))):console.log("验证码未输入完整")},z=()=>{S({mobile:E.value,hkcode:K.value,smsmode:1}).then((e=>{e.success?(t({title:"发送成功",icon:"none",duration:2e3}),q.value=0,G.value=60,H=setInterval((()=>{G.value>0?G.value--:(clearInterval(H),H=null)}),1e3)):t({title:e.message,icon:"none",duration:2e3})}))},G=e(0);let H=null;return a((()=>{H&&clearInterval(H)})),C((e=>{E.value=e.mobile,K.value=e.hkcode,z()})),(e,a)=>{const t=h,y=u,x=k;return o(),l(y,{class:"login-container"},{default:s((()=>[c(y,{class:"title"},{default:s((()=>[c(t,{class:"title-imge",src:w}),c(y,{class:"title-font"},{default:s((()=>[c(y,{class:""},{default:s((()=>[n("您好,")])),_:1}),c(y,{class:""},{default:s((()=>[n("欢迎使用护理单元~")])),_:1})])),_:1})])),_:1}),c(t,{class:"photo-imge",src:I}),c(t,{class:"old-imge",src:j}),c(y,{class:"under-container"},{default:s((()=>[c(y,{class:"under-container-title"},{default:s((()=>[c(y,{class:"code-title"},{default:s((()=>[n(" 请输入验证码 ")])),_:1}),c(y,{class:"code-number"},{default:s((()=>[n(" 验证码已发送至"+d(E.value),1)])),_:1})])),_:1}),c(y,{class:"captcha-container"},{default:s((()=>[c(y,{class:"captcha-box"},{default:s((()=>[(o(!0),i(v,null,r(U.value,((e,a)=>(o(),l(y,{key:a,class:"captcha-item"},{default:s((()=>[c(x,{modelValue:U.value[a],"onUpdate:modelValue":e=>U.value[a]=e,class:"captcha-input",type:"number",maxlength:"4",placeholder:a<3?"":" ",onInput:e=>((e,a)=>{const l=a.detail.value||"";if(console.log("??????",a),4==l.length){const e=a.detail.value.toString().padStart(4,"0");U.value=e.split(""),q.value=3,b((()=>{T()}))}else if(2==l.length){U.value[e]="number"==typeof(s=U.value[e])?s%10:s,U.value[e]&&e<3&&(q.value=e+1);let a=!0;U.value.forEach((e=>{e||(a=!1)})),b((()=>{a&&T()}))}else{U.value[e]&&e<3&&(q.value=e+1);let a=!0;U.value.forEach((e=>{e||(a=!1)})),b((()=>{a&&T()}))}var s})(a,e),onKeydown:e=>((e,a)=>{"Backspace"!==a.key||U.value[e]||e>0&&(q.value=e-1)})(a,e),focus:q.value===a},null,8,["modelValue","onUpdate:modelValue","placeholder","onInput","onKeydown","focus"])])),_:2},1024)))),128))])),_:1})])),_:1}),c(y,{class:"under-view"},{default:s((()=>[f(c(y,{class:"right-blue",onClick:z},{default:s((()=>[n(" 重新发送 ")])),_:1},512),[[m,!G.value]]),f(c(y,{class:"right-white"},{default:s((()=>[n(d(G.value)+"S后重新发送 ",1)])),_:1},512),[[m,G.value]]),c(y,{class:"right-black",onClick:a[0]||(a[0]=e=>B.value=!0)},{default:s((()=>[n(" 收不到验证码 ")])),_:1})])),_:1})])),_:1}),c(g,{name:"fade"},{default:s((()=>[B.value?(o(),l(y,{key:0,class:"overlay",onClick:F,style:p({backgroundColor:D.value})},null,8,["style"])):_("",!0)])),_:1}),c(g,{name:"slide-up"},{default:s((()=>[B.value?(o(),l(y,{key:0,class:"modal"},{default:s((()=>[c(y,{class:"modal-title"},{default:s((()=>[n("收不到验证码")])),_:1}),c(y,{class:"model-p"},{default:s((()=>[c(y,{class:"text-view",style:{"font-weight":"600"}},{default:s((()=>[n("手机号可正常使用:")])),_:1}),c(y,{class:"text-view"},{default:s((()=>[n("1 是否输错手机号")])),_:1}),c(y,{class:"text-view"},{default:s((()=>[n("2 手机是否设置短信拦截/欠费/信号不好")])),_:1}),c(y,{class:"text-view"},{default:s((()=>[n("3 手机内存是否满了")])),_:1}),c(y,{class:"text-view"},{default:s((()=>[n("4 手机卡是否为物联卡而非SIM卡")])),_:1})])),_:1})])),_:1})):_("",!0)])),_:1})])),_:1})}}},[["__scopeId","data-v-7d2aa252"]]);export{E as default};

View File

@ -1 +1 @@
import{r as l,c as e,w as a,i as s,o as t,a as o,b as c,n,d as u,e as i,T as d,f as r,g as f,h as _}from"./index-BWFbK6MW.js";import{_ as p}from"./nu.C7Ggybbs.js";import{_ as m,a as g}from"./old.DL_W-GvU.js";import{_ as v}from"./_plugin-vue_export-helper.BCo6x5W8.js";const k=encodeURIComponent("https://www.focusnu.com/wechat/thd/#/pages/login/callback");const h=v({__name:"index",setup(v){const h=l(!1),w=l(!1),{login:C}=(l(""),l(""),l(null),{login:function(l="snsapi_userinfo",e=""){const a=`https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx8fc3e4305d2fbf0b&redirect_uri=${k}&response_type=code&scope=${l}&state=${e}#wechat_redirect`;window.location.href=a}}),b=l("rgba(0, 0, 0, 0.5)");function y(){w.value=!1}const x=()=>{h.value?C():w.value=!0},j=()=>{r({url:"/pages/login/protocol"})},$=()=>{r({url:"/pages/addjigou/where"})},q=()=>{r({url:"/pages/selectunit/map"})};return(l,r)=>{const v=f,k=s,C=_;return t(),e(k,{class:"login-container"},{default:a((()=>[o(k,{class:"title"},{default:a((()=>[o(v,{class:"title-imge",src:p,onClick:$}),o(k,{class:"title-font"},{default:a((()=>[o(k,{class:""},{default:a((()=>[c("您好,")])),_:1}),o(k,{class:""},{default:a((()=>[c("欢迎使用护理单元~")])),_:1})])),_:1})])),_:1}),o(v,{class:"photo-imge",src:m}),o(v,{class:"old-imge",src:g,onClick:q}),o(k,{class:"under-container"},{default:a((()=>[o(k,{class:"under-container-title"},{default:a((()=>[o(k,{class:n(h.value?"radio-circle-target":"radio-circle"),onClick:r[0]||(r[0]=l=>h.value=!h.value)},null,8,["class"]),o(k,{style:{"margin-left":"17rpx"},class:"radio-circle-font",onClick:r[1]||(r[1]=l=>h.value=!h.value)},{default:a((()=>[c("同意")])),_:1}),o(k,{class:"radio-circle-blue",onClick:j},{default:a((()=>[c(" 《护理单元使用条款》 ")])),_:1}),o(k,{class:"radio-circle-font",onClick:r[2]||(r[2]=l=>h.value=!h.value)},{default:a((()=>[c("并授权NU获取本机号码")])),_:1})])),_:1}),o(k,{class:"button-blue",onClick:x},{default:a((()=>[c(" 一键登录 ")])),_:1})])),_:1}),o(d,{name:"fade"},{default:a((()=>[w.value?(t(),e(k,{key:0,class:"overlay",onClick:y,style:u({backgroundColor:b.value})},null,8,["style"])):i("",!0)])),_:1}),o(d,{name:"slide-up"},{default:a((()=>[w.value?(t(),e(k,{key:0,class:"modal"},{default:a((()=>[o(k,{class:"modal-title"},{default:a((()=>[c("服务协议及隐私保护")])),_:1}),o(k,{class:"model-p"},{default:a((()=>[o(C,null,{default:a((()=>[c("  为了更好地保障您的合法权益,请阅读并同意以下协议")])),_:1}),o(C,{style:{color:"rgb(0,141,255)"},onClick:j},{default:a((()=>[c("《护理单元使用条款》")])),_:1}),o(C,null,{default:a((()=>[c(",同意后将自动登录。")])),_:1})])),_:1}),o(k,{class:"model-down"},{default:a((()=>[o(k,{class:"model-white",onClick:y},{default:a((()=>[c(" 不同意 ")])),_:1}),o(k,{class:"model-blue",onClick:r[3]||(r[3]=l=>{y(),h.value=!0})},{default:a((()=>[c(" 同意 ")])),_:1})])),_:1})])),_:1})):i("",!0)])),_:1})])),_:1})}}},[["__scopeId","data-v-f7f4cc3c"]]);export{h as default}; import{r as l,c as e,w as a,i as s,o as t,a as o,b as c,n,d as u,e as i,T as d,f as r,g as f,h as _}from"./index-DaJpSunw.js";import{_ as p}from"./nu.C7Ggybbs.js";import{_ as m,a as g}from"./old.DL_W-GvU.js";import{_ as v}from"./_plugin-vue_export-helper.BCo6x5W8.js";const k=encodeURIComponent("https://www.focusnu.com/wechat/thd/#/pages/login/callback");const h=v({__name:"index",setup(v){const h=l(!1),w=l(!1),{login:C}=(l(""),l(""),l(null),{login:function(l="snsapi_userinfo",e=""){const a=`https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx8fc3e4305d2fbf0b&redirect_uri=${k}&response_type=code&scope=${l}&state=${e}#wechat_redirect`;window.location.href=a}}),b=l("rgba(0, 0, 0, 0.5)");function y(){w.value=!1}const x=()=>{h.value?C():w.value=!0},j=()=>{r({url:"/pages/login/protocol"})},$=()=>{r({url:"/pages/addjigou/where"})},q=()=>{r({url:"/pages/selectunit/map"})};return(l,r)=>{const v=f,k=s,C=_;return t(),e(k,{class:"login-container"},{default:a((()=>[o(k,{class:"title"},{default:a((()=>[o(v,{class:"title-imge",src:p,onClick:$}),o(k,{class:"title-font"},{default:a((()=>[o(k,{class:""},{default:a((()=>[c("您好,")])),_:1}),o(k,{class:""},{default:a((()=>[c("欢迎使用护理单元~")])),_:1})])),_:1})])),_:1}),o(v,{class:"photo-imge",src:m}),o(v,{class:"old-imge",src:g,onClick:q}),o(k,{class:"under-container"},{default:a((()=>[o(k,{class:"under-container-title"},{default:a((()=>[o(k,{class:n(h.value?"radio-circle-target":"radio-circle"),onClick:r[0]||(r[0]=l=>h.value=!h.value)},null,8,["class"]),o(k,{style:{"margin-left":"17rpx"},class:"radio-circle-font",onClick:r[1]||(r[1]=l=>h.value=!h.value)},{default:a((()=>[c("同意")])),_:1}),o(k,{class:"radio-circle-blue",onClick:j},{default:a((()=>[c(" 《护理单元使用条款》 ")])),_:1}),o(k,{class:"radio-circle-font",onClick:r[2]||(r[2]=l=>h.value=!h.value)},{default:a((()=>[c("并授权NU获取本机号码")])),_:1})])),_:1}),o(k,{class:"button-blue",onClick:x},{default:a((()=>[c(" 一键登录 ")])),_:1})])),_:1}),o(d,{name:"fade"},{default:a((()=>[w.value?(t(),e(k,{key:0,class:"overlay",onClick:y,style:u({backgroundColor:b.value})},null,8,["style"])):i("",!0)])),_:1}),o(d,{name:"slide-up"},{default:a((()=>[w.value?(t(),e(k,{key:0,class:"modal"},{default:a((()=>[o(k,{class:"modal-title"},{default:a((()=>[c("服务协议及隐私保护")])),_:1}),o(k,{class:"model-p"},{default:a((()=>[o(C,null,{default:a((()=>[c("  为了更好地保障您的合法权益,请阅读并同意以下协议")])),_:1}),o(C,{style:{color:"rgb(0,141,255)"},onClick:j},{default:a((()=>[c("《护理单元使用条款》")])),_:1}),o(C,null,{default:a((()=>[c(",同意后将自动登录。")])),_:1})])),_:1}),o(k,{class:"model-down"},{default:a((()=>[o(k,{class:"model-white",onClick:y},{default:a((()=>[c(" 不同意 ")])),_:1}),o(k,{class:"model-blue",onClick:r[3]||(r[3]=l=>{y(),h.value=!0})},{default:a((()=>[c(" 同意 ")])),_:1})])),_:1})])),_:1})):i("",!0)])),_:1})])),_:1})}}},[["__scopeId","data-v-f7f4cc3c"]]);export{h as default};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
import{r as s,A as e,c as a,w as t,i as l,o as r,a as o,b as u,x as n,t as c,u as i,F as d,k as f,B as p,g,S as h,e as m,z as _,f as v}from"./index-DaJpSunw.js";import{_ as w}from"./x.Ds5MtiVE.js";import{o as x}from"./uni-app.es.ClZiJTbk.js";import{g as b}from"./addjigou.CyCCOCZ8.js";import{_ as j}from"./_plugin-vue_export-helper.BCo6x5W8.js";import"./index.DXubNnP-.js";const k=j({__name:"workjoin",setup(j){const k=s(0),y=s([]),z=s(!1),C=()=>{console.log("下拉刷新被触发"),z.value=!0,b(e("tel")).then((s=>{y.value=[],y.value=s.result,z.value=!1}))};x((s=>{k.value=s.type||"",k.value&&b(e("tel")).then((s=>{y.value=s.result}))}));const T=()=>{p()};return(s,e)=>{const p=g,x=l,b=h;return r(),a(x,{class:"login-container"},{default:t((()=>[o(p,{class:"photo-imge",src:"/wechat/thd/assets/bgc-DG2Yg2zw.png"}),o(p,{class:"old-imge",src:"/wechat/thd/assets/ren-7bU1e3Q-.png"}),o(x,{class:"under-container",onTouchstart:e[0]||(e[0]=f((()=>{}),["stop"])),onTouchmove:e[1]||(e[1]=f((()=>{}),["stop"])),onTouchend:e[2]||(e[2]=f((()=>{}),["stop"]))},{default:t((()=>[o(x,{class:"white-card"},{default:t((()=>[o(p,{class:"left-img",src:"1"===k.value?"/static/index/workjoin/man.png":"/static/index/workjoin/bgcren.png"},null,8,["src"]),o(x,{class:"card-font"},{default:t((()=>[o(x,{style:{"font-size":"30rpx","font-weight":"600",margin:"20rpx 0 30rpx 0"}},{default:t((()=>[u(n("1"===k.value?"机构加盟":"员工入驻"),1)])),_:1}),o(x,{style:{color:"#666666","font-size":"25rpx"}},{default:t((()=>[u(" 护理院日常护理涵盖生活照料、健康监测、康复护理及心理关怀,为老人提供贴心照护。 ")])),_:1})])),_:1})])),_:1}),o(x,{class:"white-ball",onClick:T},{default:t((()=>[o(p,{class:"ball-imge",src:w})])),_:1}),o(x,{class:"shu-father"},{default:t((()=>[o(x,{class:"shu"}),o(x,{class:"shu-font"},{default:t((()=>[u(n("1"===k.value?"机构加盟审核列表":"员工入驻审核列表"),1)])),_:1})])),_:1}),o(x,{class:"under-scroll"},{default:t((()=>[o(b,{"scroll-y":"","refresher-enabled":"","refresher-triggered":z.value,onRefresherrefresh:C,style:{height:"100%",width:"100%"}},{default:t((()=>[(r(!0),c(d,null,i(y.value,((s,e)=>(r(),a(x,{key:e},{default:t((()=>[o(x,{class:"white-small"},{default:t((()=>[o(x,{style:{width:"100%","margin-bottom":"80rpx","font-size":"25rpx"}},{default:t((()=>[u(n(s.comName)+"申请入驻加盟护理单元,提交时间:"+n(s.updateTime)+",审核结果:"+n(1==s.status?"审核中":2==s.status?"审核完成":3==s.status?"驳回":"待提交")+" "+n(3==s.status?`,驳回备注:${s.content}`:""),1)])),_:2},1024),o(x,{class:"button-heng"},{default:t((()=>[3==s.status||0==s.status?(r(),a(x,{key:0,class:"blue-button",onClick:e=>(s=>{_("baddata",s),_("specicalid",s.id),v({url:"/pages/addjigou/name"})})(s)},{default:t((()=>[u(" 修改申请 ")])),_:2},1032,["onClick"])):m("",!0),o(x,{class:"white-button",onClick:e=>{return a=s,void v({url:`/pages/addjigou/all?element=${JSON.stringify(a)}`});var a}},{default:t((()=>[u(" 查看详情 ")])),_:2},1032,["onClick"])])),_:2},1024)])),_:2},1024)])),_:2},1024)))),128))])),_:1},8,["refresher-triggered"])])),_:1})])),_:1})])),_:1})}}},[["__scopeId","data-v-38c28f39"]]);export{k as default};

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
import{r as e,t as a,H as n,a as t,w as o,x as s,e as i,a1 as d,I as u,a2 as p,o as l,b as r,s as c}from"./index-BWFbK6MW.js";import{_ as g}from"./_plugin-vue_export-helper.BCo6x5W8.js";const v=g({__name:"index",setup(g){const v=e(""),m=e(!1),y=e("");e({timeStamp:"1747983532",package:"prepay_id=wx23145806465232c82870c59d2d41cf0000",paySign:"0pUqj2JZ77BYchyJuthQyP4yRfqhjvwag78Q4IMnIyQ3/OQP6OyJreZfmj0GFSEMrRsKAHIdBBM7tVnot0aaRhI5qwSOWpzyvJCkYa4eqPgqlV4XYVMqE3zeB/Cx4C9bv4poMXnaGlfFPdkhMYbUcdtsw4gBXXhqUx//9x7eu9cOERRzLquM8Z8rewRpar/kkVKSCV6h8pX19kRj+KEkK5LZB8IUIG995g1lsVFOqdO4mVFBJ1wZCkwJczgVI+jdNGgnR2lpdjwIpJFm+5Hm0y9SwR0UFvgkm95NrmY+Sruty/Zf8ekQwF4+atubW8CE6i8wm2zZpMEnnfS4WFwAwg==",appId:"wx8fc3e4305d2fbf0b",signType:"RSA",nonceStr:"DxpF2uIMl0VM7vPOG7pWnPHk2Dvi3V7K"});const w=()=>{const e={title:"测试订单",openId:S.value,amountPrice:v.value,orgCode:"组织id",nursingUnit:"护理单元id",customerId:"顾客id",orderType:"订单类型",price:1,count:1,unit:"单位"};console.log("???/",e),fetch("https://www.focusnu.com/nursing-unit_0010507/weiXinPay/native",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e)}).then((e=>e.json())).then((e=>{e.appId?function(e){const a=()=>{window.WeixinJSBridge.invoke("getBrandWCPayRequest",{appId:e.appId,timeStamp:e.timeStamp,nonceStr:e.nonceStr,package:e.package,signType:e.signType,paySign:e.paySign},(function(e){m.value=!1,"get_brand_wcpay_request:ok"===e.err_msg?y.value="支付成功":y.value="支付失败或取消"}))};void 0===window.WeixinJSBridge?document.addEventListener("WeixinJSBridgeReady",a,!1):a()}(e):c({title:"支付失败",icon:"error"})})).catch((e=>{console.error("请求失败:",e)}))},f=e(""),S=e("");function k(){v.value&&(m.value=!0,y.value="拉起微信支付...",d({key:"serverUrl",success:function(e){console.log("读取缓存:",e.data.url),f.value=e.data.url}}),d({key:"openid",success:function(e){console.log("读取缓存:",e.data.openid),S.value=e.data.openid}}),w())}return(e,d)=>{const c=u,g=p;return l(),a("div",{class:"container"},[n("div",{class:"input-group"},[t(c,{type:"number",modelValue:v.value,"onUpdate:modelValue":d[0]||(d[0]=e=>v.value=e),placeholder:"请输入金额",class:"amount-input"},null,8,["modelValue"]),t(g,{onClick:k,disabled:m.value||!v.value,class:"pay-btn"},{default:o((()=>[r(" 支付 ")])),_:1},8,["disabled"])]),y.value?(l(),a("div",{key:0,class:"status-group"},[n("p",null,s(y.value),1)])):i("",!0)])}}},[["__scopeId","data-v-6425dffb"]]);export{v as default}; import{r as e,t as a,H as n,a as t,w as o,x as s,e as i,a2 as d,I as u,a3 as p,o as l,b as r,s as c}from"./index-DaJpSunw.js";import{_ as g}from"./_plugin-vue_export-helper.BCo6x5W8.js";const v=g({__name:"index",setup(g){const v=e(""),m=e(!1),y=e("");e({timeStamp:"1747983532",package:"prepay_id=wx23145806465232c82870c59d2d41cf0000",paySign:"0pUqj2JZ77BYchyJuthQyP4yRfqhjvwag78Q4IMnIyQ3/OQP6OyJreZfmj0GFSEMrRsKAHIdBBM7tVnot0aaRhI5qwSOWpzyvJCkYa4eqPgqlV4XYVMqE3zeB/Cx4C9bv4poMXnaGlfFPdkhMYbUcdtsw4gBXXhqUx//9x7eu9cOERRzLquM8Z8rewRpar/kkVKSCV6h8pX19kRj+KEkK5LZB8IUIG995g1lsVFOqdO4mVFBJ1wZCkwJczgVI+jdNGgnR2lpdjwIpJFm+5Hm0y9SwR0UFvgkm95NrmY+Sruty/Zf8ekQwF4+atubW8CE6i8wm2zZpMEnnfS4WFwAwg==",appId:"wx8fc3e4305d2fbf0b",signType:"RSA",nonceStr:"DxpF2uIMl0VM7vPOG7pWnPHk2Dvi3V7K"});const w=()=>{const e={title:"测试订单",openId:S.value,amountPrice:v.value,orgCode:"组织id",nursingUnit:"护理单元id",customerId:"顾客id",orderType:"订单类型",price:1,count:1,unit:"单位"};console.log("???/",e),fetch("https://www.focusnu.com/nursing-unit_0010507/weiXinPay/native",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e)}).then((e=>e.json())).then((e=>{e.appId?function(e){const a=()=>{window.WeixinJSBridge.invoke("getBrandWCPayRequest",{appId:e.appId,timeStamp:e.timeStamp,nonceStr:e.nonceStr,package:e.package,signType:e.signType,paySign:e.paySign},(function(e){m.value=!1,"get_brand_wcpay_request:ok"===e.err_msg?y.value="支付成功":y.value="支付失败或取消"}))};void 0===window.WeixinJSBridge?document.addEventListener("WeixinJSBridgeReady",a,!1):a()}(e):c({title:"支付失败",icon:"error"})})).catch((e=>{console.error("请求失败:",e)}))},f=e(""),S=e("");function k(){v.value&&(m.value=!0,y.value="拉起微信支付...",d({key:"serverUrl",success:function(e){console.log("读取缓存:",e.data.url),f.value=e.data.url}}),d({key:"openid",success:function(e){console.log("读取缓存:",e.data.openid),S.value=e.data.openid}}),w())}return(e,d)=>{const c=u,g=p;return l(),a("div",{class:"container"},[n("div",{class:"input-group"},[t(c,{type:"number",modelValue:v.value,"onUpdate:modelValue":d[0]||(d[0]=e=>v.value=e),placeholder:"请输入金额",class:"amount-input"},null,8,["modelValue"]),t(g,{onClick:k,disabled:m.value||!v.value,class:"pay-btn"},{default:o((()=>[r(" 支付 ")])),_:1},8,["disabled"])]),y.value?(l(),a("div",{key:0,class:"status-group"},[n("p",null,s(y.value),1)])):i("",!0)])}}},[["__scopeId","data-v-6425dffb"]]);export{v as default};

View File

@ -1 +1 @@
.carousel[data-v-0c3a4e67]{position:relative;width:90%;height:20.3125rem;display:flex;justify-content:center;overflow:hidden}.carousel-item[data-v-0c3a4e67]{position:absolute;width:9.375rem;height:14.0625rem;top:40%;left:50%;margin:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:transform,opacity}.carousel-image[data-v-0c3a4e67]{width:100%;height:100%;border-radius:.375rem;-webkit-user-select:none;user-select:none;touch-action:pan-y;pointer-events:none}.font[data-v-0c3a4e67]{width:100%;display:flex;justify-content:center;margin-top:.625rem}.login-container[data-v-c7cfa9c4]{display:flex;flex-direction:column;min-height:100vh;width:100%;background-color:#eff1fc;position:relative}.login-container .title[data-v-c7cfa9c4]{margin-top:2.1875rem;align-items:center}.login-container .title .title-imge[data-v-c7cfa9c4]{width:3.125rem;height:3.28125rem;margin-left:3.125rem}.login-container .title .title-font[data-v-c7cfa9c4]{font-size:1.09375rem;font-weight:600;margin-left:3.28125rem;margin-top:.3125rem}.login-container .photo-imge[data-v-c7cfa9c4]{position:absolute;top:3.75rem;left:0;width:100%;height:34.375rem}.login-container .old-imge[data-v-c7cfa9c4]{position:absolute;right:.9375rem;top:12.5rem;width:12.5rem;height:12.5rem}.login-container .under-container[data-v-c7cfa9c4]{position:fixed;left:0;bottom:0;width:100%;height:75%;background-color:#fff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;box-shadow:.3125rem .3125rem .625rem rgba(0,0,0,.1);display:flex;flex-direction:column;align-items:center;justify-content:center}.font-father[data-v-c7cfa9c4]{width:100%;color:#666;justify-content:center;display:flex}.font-father .font[data-v-c7cfa9c4]{width:60%}.button-father[data-v-c7cfa9c4]{width:100%;margin-top:2.5rem;display:flex;justify-content:center}.button-father .button-blue[data-v-c7cfa9c4]{width:40%;display:flex;justify-content:center;align-items:center;height:3.125rem;border-radius:1.34375rem;background:linear-gradient(to right,#00c9ff,#0076ff);color:#fff;font-size:1.03125rem;margin-bottom:.9375rem} .carousel[data-v-0c3a4e67]{position:relative;width:90%;height:20.3125rem;display:flex;justify-content:center;overflow:hidden}.carousel-item[data-v-0c3a4e67]{position:absolute;width:9.375rem;height:14.0625rem;top:40%;left:50%;margin:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:transform,opacity}.carousel-image[data-v-0c3a4e67]{width:100%;height:100%;border-radius:.375rem;-webkit-user-select:none;user-select:none;touch-action:pan-y;pointer-events:none}.font[data-v-0c3a4e67]{width:100%;display:flex;justify-content:center;margin-top:.625rem}.login-container[data-v-f3f13deb]{display:flex;flex-direction:column;min-height:100vh;width:100%;background-color:#eff1fc;position:relative}.login-container .title[data-v-f3f13deb]{margin-top:2.1875rem;align-items:center}.login-container .title .title-imge[data-v-f3f13deb]{width:3.125rem;height:3.28125rem;margin-left:3.125rem}.login-container .title .title-font[data-v-f3f13deb]{font-size:1.09375rem;font-weight:600;margin-left:3.28125rem;margin-top:.3125rem}.login-container .photo-imge[data-v-f3f13deb]{position:absolute;top:3.75rem;left:0;width:100%;height:34.375rem}.login-container .old-imge[data-v-f3f13deb]{position:absolute;right:.9375rem;top:12.5rem;width:12.5rem;height:12.5rem}.login-container .under-container[data-v-f3f13deb]{position:fixed;left:0;bottom:0;width:100%;height:75%;background-color:#fff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;box-shadow:.3125rem .3125rem .625rem rgba(0,0,0,.1);display:flex;flex-direction:column;align-items:center;justify-content:center}.font-father[data-v-f3f13deb]{width:100%;color:#666;justify-content:center;display:flex}.font-father .font[data-v-f3f13deb]{width:60%}.button-father[data-v-f3f13deb]{width:100%;margin-top:2.5rem;display:flex;justify-content:center}.button-father .button-blue[data-v-f3f13deb]{width:40%;display:flex;justify-content:center;align-items:center;height:3.125rem;border-radius:1.34375rem;background:linear-gradient(to right,#00c9ff,#0076ff);color:#fff;font-size:1.03125rem;margin-bottom:.9375rem}

View File

@ -1 +0,0 @@
import{Y as s,Z as a,_ as o,$ as r,a0 as t}from"./index-BWFbK6MW.js";function n(s,a){return"string"==typeof s?a:s}const e=r=>(t,n=o())=>{!s&&a(r,t,n)},i=e(r),f=e(t);export{i as a,f as o,n as r};

View File

@ -0,0 +1 @@
import{Z as a,_ as s,$ as o,a0 as r,a1 as t}from"./index-DaJpSunw.js";function n(a,s){return"string"==typeof a?s:a}const e=r=>(t,n=o())=>{!a&&s(r,t,n)},i=e(r),f=e(t);export{i as a,f as o,n as r};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
.container[data-v-6077651d]{display:flex;flex-direction:column;min-height:100vh;width:100%;background-color:#eff1fc;position:relative;box-shadow:.0625rem .0625rem .125rem rgba(0,0,0,.1)}.container .white-content[data-v-6077651d]{width:90%;margin-left:5%;margin-top:.9375rem;border-radius:1.09375rem;background-color:#f5fbfe}.container .white-content .content-title[data-v-6077651d]{display:flex;height:3.125rem;position:relative}.container .white-content .content-title .content-weight[data-v-6077651d]{font-weight:600;margin-left:1.25rem;margin-top:.625rem}.container .white-content .content-title .content-img[data-v-6077651d]{position:absolute;right:0;top:0;width:12.5rem;height:100%}.container .white-photo[data-v-6077651d]{width:90%;margin-left:5%;height:9.375rem;border-radius:1.09375rem;background-color:#fff;box-shadow:.125rem .125rem .25rem rgba(0,0,0,.1);justify-content:space-around;align-items:center;display:flex}.container .white-photo .photo[data-v-6077651d]{width:9.375rem;height:6.25rem}.container .white-message[data-v-6077651d]{width:90%;margin-left:5%;margin-top:.9375rem;margin-bottom:.9375rem;border-radius:1.09375rem;background-color:#fff;box-shadow:.125rem .125rem .25rem rgba(0,0,0,.1);justify-content:space-around;display:flex;flex-direction:column}.container .white-message .message-title[data-v-6077651d]{width:100%;height:3.125rem;align-items:center;display:flex}.container .white-message .message-title .shu[data-v-6077651d]{width:.3125rem;height:.9375rem;background-color:#0097ff;border-radius:.3125rem;margin:0 .625rem 0 .9375rem}.container .white-message .message-title .message-weight[data-v-6077651d]{font-size:.9375rem}.container .white-message .one[data-v-6077651d]{width:90%;margin-left:5%;border-bottom:.03125rem solid #d7d7d7;height:2.8125rem;display:flex;justify-content:space-between;align-items:center;margin-bottom:.3125rem}.container .white-message .one .one-left[data-v-6077651d]{margin-left:.3125rem}.container .white-message .one .one-right[data-v-6077651d]{color:#999;overflow:hidden;white-space:nowrap;font-size:.78125rem;text-overflow:ellipsis;max-width:9.375rem;display:flex;justify-content:flex-end}.photo-left .photo-weight[data-v-6077651d]{font-size:.8125rem;font-weight:600}.photo-left .photo-font[data-v-6077651d]{font-size:.71875rem;margin-top:.3125rem}.finish-button[data-v-6077651d]{display:flex;justify-content:center;align-items:center;width:45%;height:3.125rem;margin:0 auto;margin-bottom:2.5rem;color:#fff;background:linear-gradient(to right,#00c9ff,#0076ff);border-radius:1.5625rem;font-size:1.09375rem}.one-img[data-v-6077651d]{position:absolute;top:50%;transform:translateY(-50%);right:.3125rem;width:1.875rem;height:1.5625rem}.pingfangmi[data-v-6077651d]{position:absolute;top:50%;right:.15625rem;transform:translateY(-50%)}.special[data-v-6077651d]{display:flex;align-items:center;width:8.75rem;position:relative}

View File

@ -0,0 +1 @@
.container[data-v-ec67a9a1]{display:flex;flex-direction:column;min-height:100vh;width:100%;background-color:#eff1fc;position:relative;box-shadow:.0625rem .0625rem .125rem rgba(0,0,0,.1)}.container .white-content[data-v-ec67a9a1]{width:90%;margin-left:5%;margin-top:.9375rem;border-radius:1.09375rem;background-color:#f5fbfe}.container .white-content .content-title[data-v-ec67a9a1]{display:flex;height:3.125rem;position:relative}.container .white-content .content-title .content-weight[data-v-ec67a9a1]{font-weight:600;margin-left:1.25rem;margin-top:.625rem}.container .white-content .content-title .content-img[data-v-ec67a9a1]{position:absolute;right:0;top:0;width:12.5rem;height:100%}.container .white-photo[data-v-ec67a9a1]{width:90%;margin-left:5%;height:9.375rem;border-radius:1.09375rem;background-color:#fff;box-shadow:.125rem .125rem .25rem rgba(0,0,0,.1);justify-content:space-around;align-items:center;display:flex}.container .white-photo .photo[data-v-ec67a9a1]{width:9.375rem;height:6.25rem}.container .white-message[data-v-ec67a9a1]{width:90%;margin-left:5%;margin-top:.9375rem;margin-bottom:.9375rem;border-radius:1.09375rem;background-color:#fff;box-shadow:.125rem .125rem .25rem rgba(0,0,0,.1);justify-content:space-around;display:flex;flex-direction:column}.container .white-message .message-title[data-v-ec67a9a1]{width:100%;height:3.125rem;align-items:center;display:flex}.container .white-message .message-title .shu[data-v-ec67a9a1]{width:.3125rem;height:.9375rem;background-color:#0097ff;border-radius:.3125rem;margin:0 .625rem 0 .9375rem}.container .white-message .message-title .message-weight[data-v-ec67a9a1]{font-size:.9375rem}.container .white-message .one[data-v-ec67a9a1]{width:90%;margin-left:5%;border-bottom:.03125rem solid #d7d7d7;height:2.8125rem;display:flex;justify-content:space-between;align-items:center;margin-bottom:.3125rem}.container .white-message .one .one-left[data-v-ec67a9a1]{margin-left:.3125rem}.container .white-message .one .one-right-spec[data-v-ec67a9a1]{color:#999;font-size:.78125rem;width:9.375rem;display:flex;flex-wrap:wrap}.container .white-message .one .one-right[data-v-ec67a9a1]{color:#999;overflow:hidden;white-space:nowrap;font-size:.78125rem;text-overflow:ellipsis;width:9.375rem;display:flex;justify-content:flex-end}.photo-left .photo-weight[data-v-ec67a9a1]{font-size:.8125rem;font-weight:600}.photo-left .photo-font[data-v-ec67a9a1]{font-size:.71875rem;margin-top:.3125rem}.finish-button[data-v-ec67a9a1]{display:flex;justify-content:center;align-items:center;width:45%;height:3.125rem;margin:0 auto;margin-bottom:2.5rem;color:#fff;background:linear-gradient(to right,#00c9ff,#0076ff);border-radius:1.5625rem;font-size:1.09375rem}.one-img[data-v-ec67a9a1]{position:absolute;top:50%;transform:translateY(-50%);right:.3125rem;width:1.875rem;height:1.5625rem}.pingfangmi[data-v-ec67a9a1]{position:absolute;top:50%;right:.15625rem;transform:translateY(-50%)}.special[data-v-ec67a9a1]{display:flex;align-items:center;width:8.75rem;position:relative}.popup-father[data-v-ec67a9a1]{width:100%;position:relative}.popup-father .popup-title[data-v-ec67a9a1]{position:fixed;top:0;left:0;display:flex;flex-direction:column;width:100%;background-color:#fff;z-index:1}.popup-father .popup-title .title-font[data-v-ec67a9a1]{font-size:1.09375rem;font-weight:600}.popup-father .popup-title .title-imge[data-v-ec67a9a1]{width:1.09375rem;height:1.09375rem;position:absolute;top:50%;right:1.25rem;transform:translateY(-50%)}.popup-father .other-title[data-v-ec67a9a1]{font-size:1rem;font-weight:600;margin-left:.9375rem;margin-top:1.5625rem}.cards[data-v-ec67a9a1]{width:100%;display:flex;align-items:center;height:3.125rem}.cards .zimu[data-v-ec67a9a1]{margin:0 .9375rem;color:#d7d7d7;width:.875rem}.cards .font[data-v-ec67a9a1]{font-size:.9375rem}.uni-scroll-view[data-v-ec67a9a1]{height:auto}

View File

@ -1 +1 @@
.login-container[data-v-909e6423]{display:flex;flex-direction:column;min-height:100vh;width:100%;background-color:#eff1fc;position:relative}.login-container .title[data-v-909e6423]{margin-top:2.1875rem;align-items:center}.login-container .title .title-imge[data-v-909e6423]{width:3.125rem;height:3.28125rem;margin-left:3.125rem}.login-container .title .title-font[data-v-909e6423]{font-size:1.09375rem;font-weight:600;margin-left:3.28125rem;margin-top:.3125rem}.login-container .photo-imge[data-v-909e6423]{position:absolute;top:0;left:0;width:100%;height:100vh}.login-container .old-imge[data-v-909e6423]{position:absolute;right:50%;transform:translate(50%);top:0;width:17.1875rem;height:23.4375rem}.login-container .under-container[data-v-909e6423]{position:fixed;left:0;bottom:0;width:100%;height:100%;background-color:#eceef4;box-shadow:.3125rem .3125rem .625rem rgba(0,0,0,.1);display:flex;flex-direction:column;align-items:center;z-index:1}.white-card[data-v-909e6423]{margin-top:.9375rem;width:94%;background-color:#fff;height:10rem;border-radius:1.40625rem;display:flex;align-items:center;position:relative}.white-card .left-img[data-v-909e6423]{width:4.6875rem;height:7.8125rem;margin-left:1.5625rem}.white-card .card-font[data-v-909e6423]{margin-left:1.875rem;width:11.875rem}.white-ball[data-v-909e6423]{position:absolute;right:1.875rem;top:1.875rem;width:2.34375rem;height:2.34375rem;border-radius:50%;border:.03125rem solid #b1b1b1;display:flex;justify-content:center;align-items:center}.white-ball .ball-imge[data-v-909e6423]{width:.9375rem;height:.9375rem}.shu-father[data-v-909e6423]{display:flex;margin:.9375rem 0;width:100%}.shu-father .shu[data-v-909e6423]{background:linear-gradient(to bottom,#00c9ff,#0076ff);margin:0 3% 0 5%;width:.46875rem;border-radius:.3125rem;height:1.09375rem}.shu-father .shu-font[data-v-909e6423]{color:#666}.under-scroll[data-v-909e6423]{width:100%;height:calc(100% - 14.375rem)}.under-scroll .white-small[data-v-909e6423]{width:94%;margin-left:3%;background-color:#fff;border-radius:.9375rem;padding:.9375rem;margin-bottom:.9375rem;font-size:.78125rem;color:#999;position:relative}.button-heng[data-v-909e6423]{display:flex;justify-content:flex-end;position:absolute;bottom:.9375rem;right:0}.button-heng .white-button[data-v-909e6423]{width:5.625rem;height:1.875rem;display:flex;justify-content:center;align-items:center;background:linear-gradient(to bottom,#f3f3f5,#dee4e9);border-radius:.9375rem;color:#000;margin-right:.625rem}.button-heng .blue-button[data-v-909e6423]{width:5.625rem;height:1.875rem;display:flex;justify-content:center;align-items:center;background:linear-gradient(to right,#00c9ff,#0076ff);margin-right:.625rem;border-radius:.9375rem;color:#fff} .login-container[data-v-38c28f39]{display:flex;flex-direction:column;min-height:100vh;width:100%;background-color:#eff1fc;position:relative}.login-container .title[data-v-38c28f39]{margin-top:2.1875rem;align-items:center}.login-container .title .title-imge[data-v-38c28f39]{width:3.125rem;height:3.28125rem;margin-left:3.125rem}.login-container .title .title-font[data-v-38c28f39]{font-size:1.09375rem;font-weight:600;margin-left:3.28125rem;margin-top:.3125rem}.login-container .photo-imge[data-v-38c28f39]{position:absolute;top:0;left:0;width:100%;height:100vh}.login-container .old-imge[data-v-38c28f39]{position:absolute;right:50%;transform:translate(50%);top:0;width:17.1875rem;height:23.4375rem}.login-container .under-container[data-v-38c28f39]{position:fixed;left:0;bottom:0;width:100%;height:100%;background-color:#eceef4;box-shadow:.3125rem .3125rem .625rem rgba(0,0,0,.1);display:flex;flex-direction:column;align-items:center;z-index:1}.white-card[data-v-38c28f39]{margin-top:.9375rem;width:94%;background-color:#fff;height:10rem;border-radius:1.40625rem;display:flex;align-items:center;position:relative}.white-card .left-img[data-v-38c28f39]{width:4.6875rem;height:7.8125rem;margin-left:1.5625rem}.white-card .card-font[data-v-38c28f39]{margin-left:1.875rem;width:11.875rem}.white-ball[data-v-38c28f39]{position:absolute;right:1.875rem;top:1.875rem;width:2.34375rem;height:2.34375rem;border-radius:50%;border:.03125rem solid #b1b1b1;display:flex;justify-content:center;align-items:center}.white-ball .ball-imge[data-v-38c28f39]{width:.9375rem;height:.9375rem}.shu-father[data-v-38c28f39]{display:flex;margin:.9375rem 0;width:100%}.shu-father .shu[data-v-38c28f39]{background:linear-gradient(to bottom,#00c9ff,#0076ff);margin:0 3% 0 5%;width:.46875rem;border-radius:.3125rem;height:1.09375rem}.shu-father .shu-font[data-v-38c28f39]{color:#666}.under-scroll[data-v-38c28f39]{width:100%;height:calc(100% - 14.375rem)}.under-scroll .white-small[data-v-38c28f39]{width:94%;margin-left:3%;background-color:#fff;border-radius:.9375rem;padding:.9375rem;margin-bottom:.9375rem;font-size:.78125rem;color:#999;position:relative}.button-heng[data-v-38c28f39]{display:flex;justify-content:flex-end;position:absolute;bottom:.9375rem;right:0}.button-heng .white-button[data-v-38c28f39]{width:5.625rem;height:1.875rem;display:flex;justify-content:center;align-items:center;background:linear-gradient(to bottom,#f3f3f5,#dee4e9);border-radius:.9375rem;color:#000;margin-right:.625rem}.button-heng .blue-button[data-v-38c28f39]{width:5.625rem;height:1.875rem;display:flex;justify-content:center;align-items:center;background:linear-gradient(to right,#00c9ff,#0076ff);margin-right:.625rem;border-radius:.9375rem;color:#fff}

View File

@ -0,0 +1 @@
const A="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFUAAABWCAYAAAC+Ydr0AAAAAXNSR0IArs4c6QAADKtJREFUeF7tnXmUXEUVh++t93p6BjIgBDh4AMkymfR7r16jxgwzWSAiiAgqImERAcO+CBwQ2QRRQAFzQDaJLCICIhKQJYAcEAlr2AZCV1UPc4iIHg4IcQGDZCbJvLLv0BMmyUz3u70nUv/knPTv3rr19XvV9erduoOQb77vnyKE2BcAAgB411p7h7V2bjab/fuQ5uN/PyIwefLkVtd1z0PELwLAtgDQCwA3a62vRJJJKW8DgP1HgLYUAHbWWvd8DPQjAul0enwURY8CwPZrc0HEe1FK+X0AuKAAtGXW2k5jTPZjsADpdHrbKIpeBIAtR+NBUP8JAJsXAbZMCDEtk8no/2ewUsrtAOA5ANi6EAeCamOC+i8ATNNaZ2LqNyiZ53nbO45DQLcqNjCCugoAnGLC/Od9URR1ZbPZxTH1G4QsP4cS0C3iDAiDIHhQCLG7tXEvWFghhOjKZDI0r2zwTUo5EQCeBYCxcQeLkydPHp9IJDQibsQAu9JaO90Y83zcjtZHXRAEbYhIV+hmjPijwSWV53mS5gtEbGGAHYiiaHo2m6VvcYNrnudNchyHLppNGYMbZDIIlVoQBD59K4i4MQMszRkztNZPMzpueGkYhilrLV2hrYxgVyJil1KqezVUMp40aZKXTCafRcRWBlgQQuyUyWSeYATQsFLf9wMhBN19GzOC7M//gL9ENmtApf9ob29PNTU1EdhNOGARcZZS6jFGIA0nDcMwtNY+AwAbMYLryz8cvTxksw5U+iCVSrW7rktgP8EBa639gjHmT4yAGkbq+/5nhBA0jTUzgvoAETuVUmq4zYhQ83Ps4C8fIm7GAYuIuyml/sgIrO5SKeXnAOApAGhiBPN+fmm5zlPmqFDJeVtb28Tm5mYCuzkHLADsrrV+iBFg3aS+73cIIQioywhiWX4ONSPZFIRKBvl1LIHdggPWWruHMeZBRqA1l6bT6c4oip5kPFFSjP8BgM5CO3dFoZKX/HPvM4i4NQcsIu6plHqg5rRidCilnAYAtGIRMeRDkneFEJ2ZTIb2TkdtsaCSdX6Hhn68PskBCwBf0Vrfxwi86tIgCKYj4uNMoP8aGBjo7OnpebVYgLGhkqP29vZt8sutbThgEXFvpdQ9xYKpxefpdHpmFEW09OOM/R/5W/7PcWLkOB705/v+1kIImmO344AFgH201nfFCapamjAMd7LWctfS77iuu+PixYtfjxsXGyo5njhx4lYtLS3PI+KnOGCttfsaY+6MG1wldWEY7mytXcj0+XYURR3ZbPZvHLuSoFIHbW1tWyaTyeeEEOM4YBFxP6XUfE6Q5WqDINgFER9h+nlLCNGRyWTeYNqx5pV1fLe3t2/R1NREU8F4Dlhr7YHGGHrZWPUWhuGuuW3KhzkdIeKbK1asmNrb2/smx25IW/KVOuQgCILNc0snmgomcMAi4reUUr8pJei4NkEQfAkR/xBXn9e9MTAw0NHT0/MW0261vGyo5CkMQ3qUpSu2jQMWAA7RWt9cavCF7KSUewHAAqZvmjs7tNZvM+3WkFcEKnmcMGHCpi0tLTTHtnPAWmu/bYz5dTmDWNs2DMOvWWvvZvr8a34OfYdpt468YlDJM2VtJBIJekDwOGAB4HCt9Q3lDobspZRfB4DfM339ZdWqVVNfeeUVel1fdqsoVIpmypQpG/X399MjLe1Nxg7QWnuUMea62AYjCIMg2BcRuSuLJYjYoZT6dzl9D7etOFRyPm7cuOYxY8YQ2B04YBHxGKXUNaUMTkq5X26b4ndM295kMrljd3f3e0y7gvKqQKUefd+nvcmnHceZwgFrrT3eGHM1Z5BBEByAiL/l2ABAduXKlZ29vb3LmHZF5VWDSj3PmjXLXbp06dNCiKkcsABwktb6iqLRf/jC8kBEvDWOdphGJZPJzu7u7g+YdrHkVYWaj0AEQUBgd+SAtdaebIy5rNAowjA8yFp7S6yRfiR6ubW1tWvRokXLmXax5bWASsEI3/efdByniwMWEb+rlLp0pNEEQXBI7kmOtRRDxJeWL1/etWTJkv7YhEoQ1goqhUYpRk9S9iAHLACcprWeO3xsYRjOsdZyl2DdURRNy2azK0rgxDKpJdQhsE8IIaZzwCLiGUqpi8lBEARHICJ36fVCPpum6kAHB8n6Ciokzu0aPS6EmMkBS09eQoj3rLXcPdnnoyiaUYsrdAhPXaBS51LKxxCRNo0r9FWt6wYRn21qaprZ3d29smqdjOC4blDzt/KjQohZVQL7jOd5M+bPnz9QS6B1u/2HDzIIgody7913qzDYp7TWOwFAVGugDQE1f8VyE49HZZVLPXoil3pEQOvW6nr7r3XF3ieE2LPMK/ZRrfUudaOZ77hhoFI8nufd6TjOPiVCeUBrvWeJthU1ayio+VUBHYRLcUaZW269ntvoHs+xqaa2oaCm0+mzoig6i5lwS3woR3SuMeYH1YQV13fDQA3D8EJr7RlxAx9Fd4XW+qQyfZRt3hBQpZQ/BYDvlT0aALDWXmWMOaESvkr1UXeoYRheYq09pdQBjGJ3tdb6+Ar7jO2urlCllLRfWq3b9Rqt9TGxSVRQWDeoYRheYa2t6m1Ku1lKqaMqyCuWq7pADcPwKnoXFSvCvMhae7m1lo5wcufeG7TWh3P6Kldbc6hSSnqpdywncGvtrcaYg8gmCILrhBBHcJ68rLU3GmPmcPosR1tTqOl0el4URdx5jkpoHDJ8kLkc2V84jnM0B2wuieYmrfWh5cCKa1szqGEYXkMJE3EDI12hKywIgquFEMcywd6itT6YE0Mp2ppAlVLS648jmAH+Smt9WCGbIAh+LoQ4jgN2+FTCjCe2vOpQpZT0go47n12vtT4yzih837/ScZzvcMBSJovW+oA4/kvRVBWqlJJeIa8xHxYLspRlkO/7lzuOcyIHLCLeoZSaXSyeUj6vGlQpJSU5DP5ix23W2muNMUfH1Q/XBUFwmRDiJA5Yyg7UWn+jlP4K2VQFahiGt1IKOjPYeVrr45g2a8h937/EcZxTmGDv1lpT+mXFWsWhSikp844y8GK3Sm6C+L4/13GcU5lgF2itvxo74CLCikKVUt4BANzb6Uqt9YmVGhD58TzvItd1T2eCvV9rTSntZbeKQZVSUvYy6zZCxJ8ppSq9QzUIJQiC84UQZ3PA5s7uP6iU2qNcqhWBGobhPdZa7u0zV2t9WrkDKGTv+/4PHcc5lwMWAB7O1YShooglt7KhSinvpUO9nAistRcZY87k2JSq9TzvbNd1z+eAtdY+YozZtdQ+y4IahuH9uaM+X+Z0jogXKKXO4diUq/V9/0zHcX7CAZvLWV6otf58KX2XDFVKSQUSdmd2+iOt9Q+ZNhWRB0FwuhDiIibYx7XWO3MDKAlqrgABlfLYjdMZIp6rlDqPY1Npred5p7muezETLKUQzaT9nbjxsKGGYfiItZaVBWKtPccYU6hGa9x4y9b5vn+q4zhzmWAXeZ43M26yGwuqlJKOdnNvh7O11j8um0YFHVCpaMdx6IVjbK+Uljl27NgZCxcupCqeBVtcqFQSlIByE7/O0lpfWCyIenzued7JruteygFLBWmjKJpZLIE4DlRBCbpU048z+OEp5Ry7Wmp93z/RcRx698Xp9oW+vr4ZhQ5jFIQ6e/Zsp6enhwq4UGWc2M1ae7oxhhIkGr75vn+C4zj0ZpcT64t9fX3TRgM7KtQ8UKrZ1MnpDQBO1VpfwrSpq9z3/WMcx5nHBLu4tbV12kjnsUaEmgdKde86OKONc6CM46+W2lQqdWQikbiWCTaTTCa71j45uA7UKVOmJPr7+6lM21TOoBDxBKXUVRybRtP6vn+YEOKXzLh0vkTd+0N2a0Bta2tLNjc30xX6Wabj47TW85g2DSlPpVKHuq57IzO4NQ4Pr4Y6dJwcAHbgOETEo5VS13JsGl3red7BjuPcxIxz9TH3QahdXV0ty5Yto2KsaY4ja+2RxpjrOTbri9b3/YOEELcgIuUfxA37Vdd1O5DO5efLBX86rmVeV7ESHcx+ayZPpVIHJhKJwWPvDLCvEdRSXu/OUUpx552awahkR57n7e+67m0MqECPn1TqYpO4gVhrDzXGcOebuO4bUuf7/mzHcW6PC5bzt1OgFgW6GpLqh3W690kkEnfGAUtQqYbImGKDsdZ+0xjDrVNSzO169bnneXu7rntXMbBU2CBOvuf+Wuvb1ysCVQo2lUrtlUgkFhQCSz9UY6geKr0uHymOepbnrBKXst22t7fv0dTUNFpZ6NcG16n5hT+tNylha6gsO/0VnzPXlyroZZNiOkilUl2u61IZkul5UzoCv8B13Tlx9lOZ3X0s/x8q3uAhL5UtewAAAABJRU5ErkJggg==";export{A as _};

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<link rel="stylesheet" href="/wechat/thd/assets/uni.bd7f6527.css"> <link rel="stylesheet" href="/wechat/thd/assets/uni.e42b654e.css">
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<script> <script>
@ -19,7 +19,7 @@
<title>登录中</title> <title>登录中</title>
<!--preload-links--> <!--preload-links-->
<!--app-context--> <!--app-context-->
<script type="module" crossorigin src="/wechat/thd/assets/index-BWFbK6MW.js"></script> <script type="module" crossorigin src="/wechat/thd/assets/index-DaJpSunw.js"></script>
<link rel="stylesheet" crossorigin href="/wechat/thd/assets/index-S414rAV1.css"> <link rel="stylesheet" crossorigin href="/wechat/thd/assets/index-S414rAV1.css">
</head> </head>
<body> <body>

View File

@ -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;;;"}

View File

@ -1 +1 @@
{"version":3,"file":"assets.js","sources":["static/index/nu.png","static/index/bgc.png","static/index/old.png","static/index/workjoin/bgc.png","static/index/workjoin/ren.png","static/index/workjoin/x.png","static/index/indexgif.gif","static/index/button/money.png","static/index/button/scan.png","static/index/button/watch.png","static/index/button/more.png","static/index/kuai.png","static/index/badscan.png","static/index/goodscan.png","static/index/index/wendu.png","static/index/index/shidu.png","static/index/index/nobang.png","static/index/index/cloudbang.png","static/index/index/scan.png","static/index/badold.png","static/index/index/back.png","static/index/tu.png","static/index/bian.png","static/index/photoID.png","static/index/yibaocard.png","static/index/backyibaocard.png","static/index/takephoto.png","static/index/zhinan.png","static/index/map.png","static/index/jigou/bar.png","static/index/jigou/dui.png","static/index/norelmap.png","static/index/left.png","static/index/chahao.png","static/index/tuding.png","static/index/dingwei.png","static/index/fangda.png","static/login/right.png","static/login/0.png","static/login/1.png","static/login/2.png","static/login/3.png"],"sourcesContent":["export default \"__VITE_ASSET__e7faca07__\"","export default \"__VITE_ASSET__12a7a67c__\"","export default \"__VITE_ASSET__a6c3231b__\"","export default \"__VITE_ASSET__bf3d7d4d__\"","export default \"__VITE_ASSET__e4f8a77c__\"","export default \"__VITE_ASSET__98cde1cf__\"","export default \"__VITE_ASSET__88b3a1a5__\"","export default \"__VITE_ASSET__4db204f2__\"","export default \"__VITE_ASSET__53346801__\"","export default \"__VITE_ASSET__1d05476a__\"","export default \"__VITE_ASSET__73e885d5__\"","export default \"__VITE_ASSET__1cc89943__\"","export default \"__VITE_ASSET__48fa0de3__\"","export default \"__VITE_ASSET__b48152d1__\"","export default \"__VITE_ASSET__b38bcf54__\"","export default \"__VITE_ASSET__d06cc5fc__\"","export default \"__VITE_ASSET__788c4c15__\"","export default \"__VITE_ASSET__0100ad24__\"","export default \"__VITE_ASSET__5f2281ee__\"","export default \"__VITE_ASSET__6df11b92__\"","export default \"__VITE_ASSET__c404f30a__\"","export default \"__VITE_ASSET__93af8115__\"","export default \"__VITE_ASSET__f44babf9__\"","export default \"__VITE_ASSET__ae4c1bbb__\"","export default \"__VITE_ASSET__9c4d1d7b__\"","export default \"__VITE_ASSET__def48781__\"","export default \"__VITE_ASSET__eba74972__\"","export default \"__VITE_ASSET__a1ad2db4__\"","export default \"__VITE_ASSET__bd31b74d__\"","export default \"__VITE_ASSET__3b96fbd1__\"","export default \"__VITE_ASSET__6eff1c81__\"","export default \"__VITE_ASSET__65f37dd0__\"","export default \"__VITE_ASSET__a02ca422__\"","export default \"__VITE_ASSET__037a14f3__\"","export default \"__VITE_ASSET__69c4d871__\"","export default \"__VITE_ASSET__ea6d462f__\"","export default \"__VITE_ASSET__a74351a5__\"","export default \"__VITE_ASSET__b75b6465__\"","export default \"__VITE_ASSET__40aa7e44__\"","export default \"__VITE_ASSET__ae8e3dba__\"","export default \"__VITE_ASSET__75e1826f__\"","export default \"__VITE_ASSET__0c2bc10b__\""],"names":[],"mappings":";AAAA,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,aAAA;ACAf,MAAe,aAAA;ACAf,MAAe,aAAA;ACAf,MAAe,aAAA;ACAf,MAAe,aAAA;ACAf,MAAe,aAAA;ACAf,MAAe,cAAA;ACAf,MAAe,cAAA;ACAf,MAAe,cAAA;ACAf,MAAe,cAAA;ACAf,MAAe,cAAA;ACAf,MAAe,KAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,aAAA;ACAf,MAAe,aAAA;ACAf,MAAe,aAAA;ACAf,MAAe,aAAA;ACAf,MAAe,OAAA;ACAf,MAAe,OAAA;ACAf,MAAe,OAAA;ACAf,MAAe,OAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"} {"version":3,"file":"assets.js","sources":["static/index/nu.png","static/index/bgc.png","static/index/old.png","static/index/workjoin/bgc.png","static/index/workjoin/ren.png","static/index/workjoin/x.png","static/index/indexgif.gif","static/index/button/money.png","static/index/button/scan.png","static/index/button/watch.png","static/index/button/more.png","static/index/kuai.png","static/index/badscan.png","static/index/goodscan.png","static/index/index/wendu.png","static/index/index/shidu.png","static/index/index/nobang.png","static/index/index/cloudbang.png","static/index/index/scan.png","static/index/badold.png","static/index/index/back.png","static/index/tu.png","static/index/bian.png","static/index/photoID.png","static/index/yibaocard.png","static/index/backyibaocard.png","static/index/takephoto.png","static/index/zhinan.png","static/index/map.png","static/index/jigou/bar.png","static/index/jigou/dui.png","static/index/left.png","static/index/chahao.png","static/index/tuding.png","static/index/dingwei.png","static/index/fangda.png","static/login/right.png","static/login/0.png","static/login/1.png","static/login/2.png","static/login/3.png"],"sourcesContent":["export default \"__VITE_ASSET__e7faca07__\"","export default \"__VITE_ASSET__12a7a67c__\"","export default \"__VITE_ASSET__a6c3231b__\"","export default \"__VITE_ASSET__bf3d7d4d__\"","export default \"__VITE_ASSET__e4f8a77c__\"","export default \"__VITE_ASSET__98cde1cf__\"","export default \"__VITE_ASSET__88b3a1a5__\"","export default \"__VITE_ASSET__4db204f2__\"","export default \"__VITE_ASSET__53346801__\"","export default \"__VITE_ASSET__1d05476a__\"","export default \"__VITE_ASSET__73e885d5__\"","export default \"__VITE_ASSET__1cc89943__\"","export default \"__VITE_ASSET__48fa0de3__\"","export default \"__VITE_ASSET__b48152d1__\"","export default \"__VITE_ASSET__b38bcf54__\"","export default \"__VITE_ASSET__d06cc5fc__\"","export default \"__VITE_ASSET__788c4c15__\"","export default \"__VITE_ASSET__0100ad24__\"","export default \"__VITE_ASSET__5f2281ee__\"","export default \"__VITE_ASSET__6df11b92__\"","export default \"__VITE_ASSET__c404f30a__\"","export default \"__VITE_ASSET__93af8115__\"","export default \"__VITE_ASSET__f44babf9__\"","export default \"__VITE_ASSET__ae4c1bbb__\"","export default \"__VITE_ASSET__9c4d1d7b__\"","export default \"__VITE_ASSET__def48781__\"","export default \"__VITE_ASSET__eba74972__\"","export default \"__VITE_ASSET__a1ad2db4__\"","export default \"__VITE_ASSET__bd31b74d__\"","export default \"__VITE_ASSET__3b96fbd1__\"","export default \"__VITE_ASSET__6eff1c81__\"","export default \"__VITE_ASSET__a02ca422__\"","export default \"__VITE_ASSET__037a14f3__\"","export default \"__VITE_ASSET__69c4d871__\"","export default \"__VITE_ASSET__ea6d462f__\"","export default \"__VITE_ASSET__a74351a5__\"","export default \"__VITE_ASSET__b75b6465__\"","export default \"__VITE_ASSET__40aa7e44__\"","export default \"__VITE_ASSET__ae8e3dba__\"","export default \"__VITE_ASSET__75e1826f__\"","export default \"__VITE_ASSET__0c2bc10b__\""],"names":[],"mappings":";AAAA,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,aAAA;ACAf,MAAe,aAAA;ACAf,MAAe,aAAA;ACAf,MAAe,aAAA;ACAf,MAAe,aAAA;ACAf,MAAe,aAAA;ACAf,MAAe,cAAA;ACAf,MAAe,cAAA;ACAf,MAAe,cAAA;ACAf,MAAe,cAAA;ACAf,MAAe,cAAA;ACAf,MAAe,KAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,eAAA;ACAf,MAAe,aAAA;ACAf,MAAe,aAAA;ACAf,MAAe,aAAA;ACAf,MAAe,aAAA;ACAf,MAAe,OAAA;ACAf,MAAe,OAAA;ACAf,MAAe,OAAA;ACAf,MAAe,OAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"version":3,"file":"addjigou.js","sources":["pages/addjigou/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/orgApplyInfo/save`,\r\n\t\tmethod: 'post',\r\n data,\r\n })\r\n}\r\n\r\n//根据手机号获取机构加盟申请信息\r\nexport function getMessageList(tel){\r\n return request({\r\n url: `/api/orgApplyInfo/queryAuditInfo?tel=${tel}`,\r\n\t\tmethod: 'get',\r\n })\r\n}"],"names":["request"],"mappings":";;;AAKO,SAAS,cAAc,MAAK;AAC/B,SAAOA,sBAAQ;AAAA,IACX,KAAK;AAAA,IACX,QAAQ;AAAA,IACF;AAAA,EACR,CAAK;AACL;AAGO,SAAS,eAAe,KAAI;AAC/B,SAAOA,sBAAQ;AAAA,IACX,KAAK,wCAAwC,GAAG;AAAA,IACtD,QAAQ;AAAA,EACV,CAAK;AACL;;;"} {"version":3,"file":"addjigou.js","sources":["pages/addjigou/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/orgApplyInfo/save`,\r\n\t\tmethod: 'post',\r\n data,\r\n })\r\n}\r\n\r\n//根据手机号获取机构加盟申请信息\r\nexport function getMessageList(tel){\r\n return request({\r\n url: `/api/orgApplyInfo/queryAuditInfo?tel=${tel}`,\r\n\t\tmethod: 'get',\r\n })\r\n}\r\n\r\n//获取省市区\r\nexport 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\nexport 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;AAGO,SAAS,eAAe,KAAI;AAC/B,SAAOA,sBAAQ;AAAA,IACX,KAAK,wCAAwC,GAAG;AAAA,IACtD,QAAQ;AAAA,EACV,CAAK;AACL;AAGO,SAAS,QAAQ,IAAG;AACvB,SAAOA,sBAAQ;AAAA,IACX,KAAK,gCAAgC,EAAE;AAAA,IAC7C,QAAQ;AAAA,EACV,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

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

View File

@ -15,6 +15,7 @@ if (!Math) {
"./pages/addoldman/yibao.js"; "./pages/addoldman/yibao.js";
"./pages/addoldman/IDcard.js"; "./pages/addoldman/IDcard.js";
"./pages/selectunit/map.js"; "./pages/selectunit/map.js";
"./pages/addjigou/all.js";
"./pages/addjigou/where.js"; "./pages/addjigou/where.js";
"./pages/addjigou/name.js"; "./pages/addjigou/name.js";
"./pages/addjigou/card.js"; "./pages/addjigou/card.js";

View File

@ -12,6 +12,7 @@
"pages/addoldman/yibao", "pages/addoldman/yibao",
"pages/addoldman/IDcard", "pages/addoldman/IDcard",
"pages/selectunit/map", "pages/selectunit/map",
"pages/addjigou/all",
"pages/addjigou/where", "pages/addjigou/where",
"pages/addjigou/name", "pages/addjigou/name",
"pages/addjigou/card", "pages/addjigou/card",

View File

@ -1,11 +1,11 @@
"use strict"; "use strict";
const _imports_0$8 = "/static/index/nu.png"; const _imports_0$8 = "/static/index/nu.png";
const _imports_1$7 = "/static/index/bgc.png"; const _imports_1$7 = "/static/index/bgc.png";
const _imports_2$5 = "/static/index/old.png"; const _imports_2$4 = "/static/index/old.png";
const _imports_0$7 = "/static/index/workjoin/bgc.png"; const _imports_0$7 = "/static/index/workjoin/bgc.png";
const _imports_1$6 = "/static/index/workjoin/ren.png"; const _imports_1$6 = "/static/index/workjoin/ren.png";
const _imports_2$4 = "/static/index/workjoin/x.png"; const _imports_0$6 = "/static/index/workjoin/x.png";
const _imports_0$6 = "/static/index/indexgif.gif"; const _imports_0$5 = "/static/index/indexgif.gif";
const _imports_1$5 = "/static/index/button/money.png"; const _imports_1$5 = "/static/index/button/money.png";
const _imports_2$3 = "/static/index/button/scan.png"; const _imports_2$3 = "/static/index/button/scan.png";
const _imports_3$2 = "/static/index/button/watch.png"; const _imports_3$2 = "/static/index/button/watch.png";
@ -21,16 +21,15 @@ const _imports_12 = "/static/index/index/scan.png";
const _imports_13 = "/static/index/badold.png"; const _imports_13 = "/static/index/badold.png";
const _imports_14 = "/static/index/index/back.png"; const _imports_14 = "/static/index/index/back.png";
const tu = "/static/index/tu.png"; const tu = "/static/index/tu.png";
const _imports_0$5 = "/static/index/bian.png"; const _imports_0$4 = "/static/index/bian.png";
const _imports_1$4 = "/static/index/photoID.png"; const _imports_1$4 = "/static/index/photoID.png";
const _imports_1$3 = "/static/index/yibaocard.png"; const _imports_1$3 = "/static/index/yibaocard.png";
const _imports_2$2 = "/static/index/backyibaocard.png"; const _imports_2$2 = "/static/index/backyibaocard.png";
const _imports_1$2 = "/static/index/takephoto.png"; const _imports_1$2 = "/static/index/takephoto.png";
const _imports_0$4 = "/static/index/zhinan.png"; const _imports_0$3 = "/static/index/zhinan.png";
const _imports_1$1 = "/static/index/map.png"; const _imports_1$1 = "/static/index/map.png";
const _imports_2$1 = "/static/index/jigou/bar.png"; const _imports_2$1 = "/static/index/jigou/bar.png";
const _imports_3$1 = "/static/index/jigou/dui.png"; const _imports_3$1 = "/static/index/jigou/dui.png";
const _imports_0$3 = "/static/index/norelmap.png";
const _imports_0$2 = "/static/index/left.png"; const _imports_0$2 = "/static/index/left.png";
const _imports_0$1 = "/static/index/chahao.png"; const _imports_0$1 = "/static/index/chahao.png";
const _imports_1 = "/static/index/tuding.png"; const _imports_1 = "/static/index/tuding.png";
@ -63,12 +62,11 @@ exports._imports_11 = _imports_11;
exports._imports_12 = _imports_12; exports._imports_12 = _imports_12;
exports._imports_13 = _imports_13; exports._imports_13 = _imports_13;
exports._imports_14 = _imports_14; exports._imports_14 = _imports_14;
exports._imports_2 = _imports_2$5; exports._imports_2 = _imports_2$4;
exports._imports_2$1 = _imports_2$4; exports._imports_2$1 = _imports_2$3;
exports._imports_2$2 = _imports_2$3; exports._imports_2$2 = _imports_2$2;
exports._imports_2$3 = _imports_2$2; exports._imports_2$3 = _imports_2$1;
exports._imports_2$4 = _imports_2$1; exports._imports_2$4 = _imports_2;
exports._imports_2$5 = _imports_2;
exports._imports_3 = _imports_3$2; exports._imports_3 = _imports_3$2;
exports._imports_3$1 = _imports_3$1; exports._imports_3$1 = _imports_3$1;
exports._imports_3$2 = _imports_3; exports._imports_3$2 = _imports_3;

View File

@ -7046,7 +7046,7 @@ function isConsoleWritable() {
function initRuntimeSocketService() { function initRuntimeSocketService() {
const hosts = "192.168.2.24,127.0.0.1"; const hosts = "192.168.2.24,127.0.0.1";
const port = "8090"; const port = "8090";
const id = "mp-weixin_JWAkAD"; const id = "mp-weixin_fgGRC4";
const lazy = typeof swan !== "undefined"; const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => { let restoreError = lazy ? () => {
} : initOnError(); } : initOnError();
@ -7997,6 +7997,7 @@ const createHook = (lifecycle) => (hook, target = getCurrentInstance()) => {
}; };
const onShow = /* @__PURE__ */ createHook(ON_SHOW); const onShow = /* @__PURE__ */ createHook(ON_SHOW);
const onLoad = /* @__PURE__ */ createHook(ON_LOAD); const onLoad = /* @__PURE__ */ createHook(ON_LOAD);
const onPullDownRefresh = /* @__PURE__ */ createHook(ON_PULL_DOWN_REFRESH);
exports._export_sfc = _export_sfc; exports._export_sfc = _export_sfc;
exports.computed = computed; exports.computed = computed;
exports.createSSRApp = createSSRApp; exports.createSSRApp = createSSRApp;
@ -8010,6 +8011,7 @@ exports.o = o;
exports.onBeforeUnmount = onBeforeUnmount; exports.onBeforeUnmount = onBeforeUnmount;
exports.onLoad = onLoad; exports.onLoad = onLoad;
exports.onMounted = onMounted; exports.onMounted = onMounted;
exports.onPullDownRefresh = onPullDownRefresh;
exports.onShow = onShow; exports.onShow = onShow;
exports.onUnmounted = onUnmounted; exports.onUnmounted = onUnmounted;
exports.p = p; exports.p = p;

View File

@ -0,0 +1,159 @@
"use strict";
const common_vendor = require("../../common/vendor.js");
const common_assets = require("../../common/assets.js");
const request_index = require("../../request/index.js");
if (!Array) {
const _easycom_u_modal2 = common_vendor.resolveComponent("u-modal");
_easycom_u_modal2();
}
const _easycom_u_modal = () => "../../uni_modules/vk-uview-ui/components/u-modal/u-modal.js";
if (!Math) {
_easycom_u_modal();
}
const _sfc_main = {
__name: "all",
setup(__props) {
const show = common_vendor.ref(false);
const content = common_vendor.ref("");
const nameArray = ["姓名", "性别", "身份证号码", "民族", "出生日期", "住址", "签发机关", "有效期限"];
const textArray = common_vendor.reactive(["", "", "", "", "", "", "", ""]);
const headImge = common_vendor.ref("");
const headImge0 = common_vendor.ref("");
const nameArray0 = ["企业名称", "注册地址", "信用代码", "法人"];
const textArray0 = common_vendor.reactive(["", "", "", "", "", "", ""]);
const nameArray1 = ["机构位置", "详细地址", "机构负责人", "机构负责人电话", "房屋性质", "建筑面积"];
const textArray1 = common_vendor.reactive(["", "", "", "", "", ""]);
const backImge = common_vendor.ref("");
const states = ["待提交", "审核中", "审核通过", "审核未通过"];
common_vendor.ref("");
common_vendor.ref("");
const statesTarget = common_vendor.ref(0);
common_vendor.ref("");
function getMessage(url) {
common_vendor.index.previewImage({
current: url,
// 当前显示图片的链接
urls: [url],
// 可以预览的图片列表
indicator: "default",
// 显示面板指示点,'default'|'number'|'none'
loop: true,
// 是否可循环预览
longPressActions: {
itemList: ["保存图片"],
success: (data) => {
common_vendor.index.__f__("log", "at pages/addjigou/all.vue:174", "长按操作成功", data);
},
fail: (err) => {
common_vendor.index.__f__("error", "at pages/addjigou/all.vue:177", "长按操作失败", err);
}
}
});
}
const next = () => {
common_vendor.index.setStorageSync("specicalid", alldata.value.id);
common_vendor.index.setStorageSync("baddata", alldata.value);
common_vendor.index.navigateTo({
url: `/pages/addjigou/name`
});
};
const openLook = (res) => {
if (res) {
content.value = res;
show.value = true;
}
};
const goBack = () => {
common_vendor.index.navigateBack();
};
const alldata = common_vendor.ref("");
common_vendor.onLoad((options) => {
alldata.value = JSON.parse(options.element);
statesTarget.value = Number(alldata.value.status);
common_vendor.index.__f__("log", "at pages/addjigou/all.vue:205", "????", alldata.value, statesTarget.value);
let data = alldata.value;
textArray[0] = data.name;
textArray[1] = data.sex;
textArray[2] = data.idCard;
textArray[3] = data.national;
textArray[4] = data.birthDate;
textArray[5] = data.idCardAddress;
textArray[6] = data.issuingAuthority;
textArray[7] = `${data.startTime}-${data.endTime}`;
headImge.value = `${request_index.base_url}/sys/common/static/${data.cardZmPath}`;
backImge.value = `${request_index.base_url}/sys/common/static/${data.cardFmPath}`;
textArray0[0] = data.comName;
textArray0[1] = data.comRegisterAddress;
textArray0[2] = data.comCreditCode;
textArray0[3] = data.comLegalPerson;
headImge0.value = `${request_index.base_url}/sys/common/static/${data.comBusinessLicense}`;
textArray1[0] = (data.orgProvince_dictText || "") + (data.orgCity_dictText || "") + (data.orgDistrict_dictText || "");
textArray1[1] = data.orgAddress;
textArray1[2] = data.orgLeader;
textArray1[3] = data.orgLeaderPhone;
textArray1[4] = data.orgPropertyType;
if (data.orgBuildingArea) {
textArray1[5] = data.orgBuildingArea + "平方米";
}
});
return (_ctx, _cache) => {
return common_vendor.e({
a: common_vendor.o(($event) => show.value = $event),
b: common_vendor.p({
content: content.value,
modelValue: show.value
}),
c: common_assets._imports_0$6,
d: common_vendor.o(goBack),
e: common_vendor.t(states[statesTarget.value]),
f: common_vendor.n(statesTarget.value < 2 ? `rightStautes` : statesTarget.value == 2 ? `rightStautesred` : `rightStautesblue`),
g: common_assets._imports_0$4,
h: headImge.value ? headImge.value : `/static/index/IDcard.png`,
i: !headImge.value,
j: common_assets._imports_1$5,
k: common_vendor.o(($event) => getMessage(headImge.value)),
l: backImge.value ? backImge.value : `/static/index/backIDcard.png`,
m: !backImge.value,
n: common_assets._imports_1$5,
o: common_vendor.o(($event) => getMessage(backImge.value)),
p: common_vendor.f(nameArray, (item, index, i0) => {
return {
a: common_vendor.t(item),
b: common_vendor.t(textArray[index] ? textArray[index] : "自动获取"),
c: index,
d: common_vendor.o(($event) => openLook(textArray[index]), index)
};
}),
q: common_assets._imports_0$4,
r: headImge0.value ? headImge0.value : `/static/index/zhizhao.png`,
s: !headImge0.value,
t: common_assets._imports_1$5,
v: common_vendor.o(($event) => getMessage(headImge0.value)),
w: common_vendor.f(nameArray0, (item, index, i0) => {
return {
a: common_vendor.t(item),
b: common_vendor.t(textArray0[index] ? textArray0[index] : "自动获取"),
c: index,
d: common_vendor.o(($event) => openLook(textArray0[index]), index)
};
}),
x: common_vendor.f(nameArray1, (item, index, i0) => {
return {
a: common_vendor.t(item),
b: common_vendor.t(textArray1[index] ? textArray1[index] : "自动获取"),
c: index,
d: common_vendor.o(($event) => openLook(textArray1[index]), index)
};
}),
y: alldata.value.status == 3 || alldata.value.status == 0
}, alldata.value.status == 3 || alldata.value.status == 0 ? {
z: common_vendor.o(next)
} : {}, {
A: alldata.value.status != 3 && alldata.value.status != 0
}, alldata.value.status != 3 && alldata.value.status != 0 ? {} : {});
};
}
};
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-9afbabf9"]]);
wx.createPage(MiniProgramPage);
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/addjigou/all.js.map

View File

@ -0,0 +1,6 @@
{
"navigationBarTitleText": "审核详情",
"usingComponents": {
"u-modal": "../../uni_modules/vk-uview-ui/components/u-modal/u-modal"
}
}

View File

@ -0,0 +1 @@
<view class="container data-v-9afbabf9"><u-modal wx:if="{{b}}" class="data-v-9afbabf9" u-i="9afbabf9-0" bind:__l="__l" bindupdateModelValue="{{a}}" u-p="{{b}}"></u-modal><view class="title-back data-v-9afbabf9"><view class="left-father data-v-9afbabf9" bindtap="{{d}}"><image class="back-img data-v-9afbabf9" src="{{c}}"/><view class="data-v-9afbabf9" style="font-size:30rpx">返回</view></view><view class="{{['data-v-9afbabf9', f]}}">{{e}}</view></view><view class="white-content data-v-9afbabf9"><view class="content-title data-v-9afbabf9"><view class="content-weight data-v-9afbabf9">身份证上传</view><image class="content-img data-v-9afbabf9" src="{{g}}"/></view><view class="white-photo data-v-9afbabf9" bindtap="{{k}}"><view class="photo-left data-v-9afbabf9"><view class="photo-weight data-v-9afbabf9">人像面</view><view class="photo-font data-v-9afbabf9">请上传身份证人像面</view></view><view class="data-v-9afbabf9" style="position:relative"><image class="photo data-v-9afbabf9" src="{{h}}"/><image class="data-v-9afbabf9" hidden="{{!i}}" style="position:absolute;top:50%;left:50%;width:70rpx;height:60rpx;transform:translate(-50%,-50%)" src="{{j}}"/></view></view><view class="white-photo data-v-9afbabf9" style="margin-top:30rpx" bindtap="{{o}}"><view class="photo-left data-v-9afbabf9"><view class="photo-weight data-v-9afbabf9">国徽面</view><view class="photo-font data-v-9afbabf9">请上传身份证国徽面</view></view><view class="data-v-9afbabf9" style="position:relative"><image class="photo data-v-9afbabf9" src="{{l}}"/><image class="data-v-9afbabf9" hidden="{{!m}}" style="position:absolute;top:50%;left:50%;width:70rpx;height:60rpx;transform:translate(-50%,-50%)" src="{{n}}"/></view></view><view class="white-message data-v-9afbabf9"><view class="message-title data-v-9afbabf9"><view class="shu data-v-9afbabf9"></view><view class="message-weight data-v-9afbabf9"> 确认身份证信息 </view></view><view class="data-v-9afbabf9" style="margin-bottom:20rpx"><view wx:for="{{p}}" wx:for-item="item" wx:key="c" class="one data-v-9afbabf9" bindtap="{{item.d}}"><view class="one-left data-v-9afbabf9">{{item.a}}</view><view class="one-right data-v-9afbabf9">{{item.b}}</view></view></view></view></view><view class="white-content data-v-9afbabf9" style="margin-top:40rpx"><view class="content-title data-v-9afbabf9"><view class="content-weight data-v-9afbabf9">营业执照上传</view><image class="content-img data-v-9afbabf9" src="{{q}}"/></view><view class="white-photo data-v-9afbabf9" bindtap="{{v}}"><view class="photo-left data-v-9afbabf9"><view class="photo-weight data-v-9afbabf9">营业执照</view><view class="photo-font data-v-9afbabf9">请上传营业执照</view></view><view class="data-v-9afbabf9" style="position:relative"><image class="photo data-v-9afbabf9" src="{{r}}"/><image class="data-v-9afbabf9" hidden="{{!s}}" style="position:absolute;top:50%;left:50%;width:70rpx;height:60rpx;transform:translate(-50%,-50%)" src="{{t}}"/></view></view><view class="white-message data-v-9afbabf9"><view class="message-title data-v-9afbabf9"><view class="shu data-v-9afbabf9"></view><view class="message-weight data-v-9afbabf9"> 确认企业信息 </view></view><view class="data-v-9afbabf9" style="margin-bottom:20rpx"><view wx:for="{{w}}" wx:for-item="item" wx:key="c" class="one data-v-9afbabf9" bindtap="{{item.d}}"><view class="one-left data-v-9afbabf9">{{item.a}}</view><view class="one-right data-v-9afbabf9">{{item.b}}</view></view></view></view></view><view class="white-content data-v-9afbabf9" style="margin-top:40rpx"><view class="white-message data-v-9afbabf9"><view class="data-v-9afbabf9" style="margin-bottom:20rpx"><view wx:for="{{x}}" wx:for-item="item" wx:key="c" class="one data-v-9afbabf9" bindtap="{{item.d}}"><view class="one-left data-v-9afbabf9">{{item.a}}</view><view class="one-right data-v-9afbabf9">{{item.b}}</view></view></view></view></view><view class="data-v-9afbabf9" style="display:flex;width:100%;margin-top:40rpx"><view wx:if="{{y}}" class="finish-button data-v-9afbabf9" bindtap="{{z}}"> 重新提交 </view><view wx:if="{{A}}" class="finish-button data-v-9afbabf9"> 进入机构端 </view></view></view>

View File

@ -0,0 +1,194 @@
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.container.data-v-9afbabf9 {
display: flex;
flex-direction: column;
min-height: 100vh;
width: 100%;
background-color: #eff1fc;
position: relative;
box-shadow: 2rpx 2rpx 4rpx rgba(0, 0, 0, 0.1);
}
.container .white-content.data-v-9afbabf9 {
width: 90%;
margin-left: 5%;
border-radius: 35rpx;
background-color: #f5fbfe;
}
.container .white-content .content-title.data-v-9afbabf9 {
display: flex;
height: 100rpx;
position: relative;
}
.container .white-content .content-title .content-weight.data-v-9afbabf9 {
font-weight: 600;
margin-left: 70rpx;
margin-top: 20rpx;
}
.container .white-content .content-title .content-img.data-v-9afbabf9 {
position: absolute;
right: 0;
top: 0;
width: 400rpx;
height: 100%;
}
.container .white-photo.data-v-9afbabf9 {
width: 90%;
margin-left: 5%;
height: 300rpx;
border-radius: 35rpx;
background-color: #fff;
box-shadow: 4rpx 4rpx 8rpx rgba(0, 0, 0, 0.1);
justify-content: space-around;
align-items: center;
display: flex;
}
.container .white-photo .photo.data-v-9afbabf9 {
width: 300rpx;
height: 200rpx;
}
.container .white-message.data-v-9afbabf9 {
width: 90%;
margin-left: 5%;
margin-top: 30rpx;
margin-bottom: 30rpx;
border-radius: 35rpx;
background-color: #fff;
box-shadow: 4rpx 4rpx 8rpx rgba(0, 0, 0, 0.1);
justify-content: space-around;
display: flex;
flex-direction: column;
}
.container .white-message .message-title.data-v-9afbabf9 {
width: 100%;
height: 100rpx;
align-items: center;
display: flex;
}
.container .white-message .message-title .shu.data-v-9afbabf9 {
width: 10rpx;
height: 30rpx;
background-color: #0097FF;
border-radius: 10rpx;
margin: 0 20rpx 0 30rpx;
}
.container .white-message .message-title .message-weight.data-v-9afbabf9 {
font-size: 30rpx;
}
.container .white-message .one.data-v-9afbabf9 {
width: 90%;
margin-left: 5%;
border-bottom: 1rpx solid #d7d7d7;
height: 90rpx;
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 10rpx;
}
.container .white-message .one .one-left.data-v-9afbabf9 {
margin-left: 10rpx;
}
.container .white-message .one .one-right.data-v-9afbabf9 {
margin-right: 10rpx;
color: #999999;
overflow: hidden;
/* 隐藏超出内容 */
white-space: nowrap;
/* 不换行 */
text-overflow: ellipsis;
max-width: 300rpx;
}
.photo-left .photo-weight.data-v-9afbabf9 {
font-size: 26rpx;
font-weight: 600;
}
.photo-left .photo-font.data-v-9afbabf9 {
font-size: 23rpx;
margin-top: 10rpx;
}
.finish-button.data-v-9afbabf9 {
display: flex;
justify-content: center;
align-items: center;
width: 45%;
height: 100rpx;
margin: 0rpx auto;
margin-bottom: 80rpx;
color: #fff;
background: linear-gradient(to right, #00C9FF, #0076FF);
border-radius: 50rpx;
font-size: 35rpx;
}
.title-back.data-v-9afbabf9 {
width: 100%;
height: 100rpx;
display: flex;
justify-content: space-between;
align-items: center;
}
.left-father.data-v-9afbabf9 {
display: flex;
align-items: center;
}
.left-father .back-img.data-v-9afbabf9 {
width: 50rpx;
height: 50rpx;
margin-left: 40rpx;
margin-right: 5rpx;
}
.rightStautes.data-v-9afbabf9 {
width: 170rpx;
height: 62rpx;
border-radius: 60rpx;
background-color: #FF913A;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
margin-right: 30rpx;
}
.rightStautesred.data-v-9afbabf9 {
width: 170rpx;
height: 62rpx;
border-radius: 60rpx;
background: linear-gradient(to right, #FF4A76, #FF553A);
display: flex;
justify-content: center;
align-items: center;
color: #fff;
margin-right: 30rpx;
}
.rightStautesblue.data-v-9afbabf9 {
width: 170rpx;
height: 62rpx;
border-radius: 60rpx;
background: linear-gradient(to right, #00C9FF, #0076FF);
display: flex;
justify-content: center;
align-items: center;
color: #fff;
margin-right: 30rpx;
}

View File

@ -14,6 +14,13 @@ function getMessageList(tel) {
method: "get" method: "get"
}); });
} }
function getdate(id) {
return request_index.request({
url: `/api/common/queryAreaDict?id=${id}`,
method: "get"
});
}
exports.changemessage = changemessage; exports.changemessage = changemessage;
exports.getMessageList = getMessageList; exports.getMessageList = getMessageList;
exports.getdate = getdate;
//# sourceMappingURL=../../../../.sourcemap/mp-weixin/pages/addjigou/api/addjigou.js.map //# sourceMappingURL=../../../../.sourcemap/mp-weixin/pages/addjigou/api/addjigou.js.map

View File

@ -34,8 +34,10 @@ const _sfc_main = {
} }
const headImge = common_vendor.ref(""); const headImge = common_vendor.ref("");
common_vendor.ref(""); common_vendor.ref("");
const uping = common_vendor.ref(true);
function uploadImage(filePath) { function uploadImage(filePath) {
common_vendor.index.showLoading(); common_vendor.index.showLoading();
uping.value = false;
common_vendor.index.uploadFile({ common_vendor.index.uploadFile({
url: `${request_index.base_url}/api/ocr/businessLicense`, url: `${request_index.base_url}/api/ocr/businessLicense`,
// 替换为你的POST接口地址 // 替换为你的POST接口地址
@ -55,7 +57,7 @@ const _sfc_main = {
common_vendor.index.hideLoading(); common_vendor.index.hideLoading();
return; return;
} }
common_vendor.index.__f__("log", "at pages/addjigou/card.vue:127", "营业执照", JSON.parse(JSON.parse(uploadRes.data).result.data).data); common_vendor.index.__f__("log", "at pages/addjigou/card.vue:128", "营业执照", JSON.parse(JSON.parse(uploadRes.data).result.data).data);
let father = JSON.parse(JSON.parse(uploadRes.data).result.data).data; let father = JSON.parse(JSON.parse(uploadRes.data).result.data).data;
textArray[0] = father.companyName; textArray[0] = father.companyName;
textArray[1] = father.businessAddress; textArray[1] = father.businessAddress;
@ -90,6 +92,7 @@ const _sfc_main = {
}, },
success: (uploadRes) => { success: (uploadRes) => {
fontphoto.value = JSON.parse(uploadRes.data).message; fontphoto.value = JSON.parse(uploadRes.data).message;
uping.value = true;
}, },
fail: (err) => { fail: (err) => {
common_vendor.index.showToast({ common_vendor.index.showToast({
@ -107,9 +110,10 @@ const _sfc_main = {
} }
}; };
const next = () => { const next = () => {
const allNonEmpty = textArray.every((item) => { if (!uping.value) {
return item !== ""; return;
}); }
const allNonEmpty = textArray[0];
if (allNonEmpty) { if (allNonEmpty) {
let pushMessage = { let pushMessage = {
id: common_vendor.index.getStorageSync("specicalid") || "", id: common_vendor.index.getStorageSync("specicalid") || "",
@ -145,6 +149,21 @@ const _sfc_main = {
}); });
} }
}; };
common_vendor.onLoad(() => {
if (common_vendor.index.getStorageSync("baddata")) {
let data = common_vendor.index.getStorageSync("baddata");
if (data.comName) {
textArray[0] = data.comName;
textArray[1] = data.comRegisterAddress;
textArray[2] = data.comCreditCode;
textArray[3] = data.comLegalPerson;
if (data.comBusinessLicense) {
headImge.value = `${request_index.base_url}/sys/common/static/${data.comBusinessLicense}`;
fontphoto.value = data.comBusinessLicense;
}
}
}
});
const goBack = () => { const goBack = () => {
common_vendor.index.navigateBack(); common_vendor.index.navigateBack();
}; };
@ -155,7 +174,7 @@ const _sfc_main = {
content: content.value, content: content.value,
modelValue: show.value modelValue: show.value
}), }),
c: common_assets._imports_0$3, c: common_assets._imports_0$4,
d: headImge.value ? headImge.value : `/static/index/zhizhao.png`, d: headImge.value ? headImge.value : `/static/index/zhizhao.png`,
e: !headImge.value, e: !headImge.value,
f: common_assets._imports_1$5, f: common_assets._imports_1$5,

View File

@ -38,6 +38,7 @@ const _sfc_main = {
const headImge = common_vendor.ref(""); const headImge = common_vendor.ref("");
const backImge = common_vendor.ref(""); const backImge = common_vendor.ref("");
function uploadImage(filePath) { function uploadImage(filePath) {
uping.value = false;
common_vendor.index.showLoading(); common_vendor.index.showLoading();
common_vendor.index.uploadFile({ common_vendor.index.uploadFile({
url: `${request_index.base_url}/api/ocr/idCard`, url: `${request_index.base_url}/api/ocr/idCard`,
@ -50,7 +51,7 @@ const _sfc_main = {
}, },
formData: {}, formData: {},
success: (uploadRes) => { success: (uploadRes) => {
common_vendor.index.__f__("log", "at pages/addjigou/name.vue:175", "token", common_vendor.index.getStorageSync("token")); common_vendor.index.__f__("log", "at pages/addjigou/name.vue:176", "token", common_vendor.index.getStorageSync("token"));
if (!JSON.parse(uploadRes.data).success) { if (!JSON.parse(uploadRes.data).success) {
common_vendor.index.showToast({ common_vendor.index.showToast({
title: "识别失败", title: "识别失败",
@ -94,6 +95,7 @@ const _sfc_main = {
} }
}); });
} }
const uping = common_vendor.ref(true);
const savephoto = (filePath, type) => { const savephoto = (filePath, type) => {
common_vendor.index.uploadFile({ common_vendor.index.uploadFile({
url: `${request_index.base_url}/sys/common/upload`, url: `${request_index.base_url}/sys/common/upload`,
@ -113,6 +115,7 @@ const _sfc_main = {
} else { } else {
endphoto.value = JSON.parse(uploadRes.data).message; endphoto.value = JSON.parse(uploadRes.data).message;
} }
uping.value = true;
}, },
fail: (err) => { fail: (err) => {
common_vendor.index.showToast({ common_vendor.index.showToast({
@ -133,6 +136,9 @@ const _sfc_main = {
const allNonEmpty = textArray.every((item) => { const allNonEmpty = textArray.every((item) => {
return item !== ""; return item !== "";
}); });
if (!uping.value) {
return;
}
if (allNonEmpty) { if (allNonEmpty) {
const range = textArray[7]; const range = textArray[7];
const [start, end] = range.split("-"); const [start, end] = range.split("-");
@ -181,6 +187,21 @@ const _sfc_main = {
common_vendor.index.navigateBack(); common_vendor.index.navigateBack();
}; };
common_vendor.onLoad(() => { common_vendor.onLoad(() => {
if (common_vendor.index.getStorageSync("baddata")) {
let data = common_vendor.index.getStorageSync("baddata");
textArray[0] = data.name;
textArray[1] = data.sex;
textArray[2] = data.idCard;
textArray[3] = data.national;
textArray[4] = data.birthDate;
textArray[5] = data.idCardAddress;
textArray[6] = data.issuingAuthority;
textArray[7] = `${data.startTime}-${data.endTime}`;
headImge.value = `${request_index.base_url}/sys/common/static/${data.cardZmPath}`;
backImge.value = `${request_index.base_url}/sys/common/static/${data.cardFmPath}`;
fontphoto.value = data.cardZmPath;
endphoto.value = data.cardFmPath;
}
}); });
return (_ctx, _cache) => { return (_ctx, _cache) => {
return { return {
@ -191,7 +212,7 @@ const _sfc_main = {
}), }),
c: common_assets._imports_0$6, c: common_assets._imports_0$6,
d: common_vendor.o(goBack), d: common_vendor.o(goBack),
e: common_assets._imports_0$3, e: common_assets._imports_0$4,
f: headImge.value ? headImge.value : `/static/index/IDcard.png`, f: headImge.value ? headImge.value : `/static/index/IDcard.png`,
g: !headImge.value, g: !headImge.value,
h: common_assets._imports_1$5, h: common_assets._imports_1$5,

View File

@ -4,41 +4,58 @@ const common_assets = require("../../common/assets.js");
const pages_addjigou_api_addjigou = require("./api/addjigou.js"); const pages_addjigou_api_addjigou = require("./api/addjigou.js");
if (!Array) { if (!Array) {
const _easycom_u_modal2 = common_vendor.resolveComponent("u-modal"); const _easycom_u_modal2 = common_vendor.resolveComponent("u-modal");
_easycom_u_modal2(); const _easycom_u_popup2 = common_vendor.resolveComponent("u-popup");
(_easycom_u_modal2 + _easycom_u_popup2)();
} }
const _easycom_u_modal = () => "../../uni_modules/vk-uview-ui/components/u-modal/u-modal.js"; const _easycom_u_modal = () => "../../uni_modules/vk-uview-ui/components/u-modal/u-modal.js";
const _easycom_u_popup = () => "../../uni_modules/vk-uview-ui/components/u-popup/u-popup.js";
if (!Math) { if (!Math) {
_easycom_u_modal(); (_easycom_u_modal + _easycom_u_popup)();
} }
const _sfc_main = { const _sfc_main = {
__name: "where", __name: "where",
setup(__props) { setup(__props) {
const address = common_vendor.ref([]);
const show = common_vendor.ref(false); const show = common_vendor.ref(false);
const content = common_vendor.ref(""); const content = common_vendor.ref("");
const jigouweizhi = common_vendor.ref(""); const jigouweizhi = common_vendor.ref("");
common_vendor.ref(false);
const popupshow = common_vendor.ref(false);
const list = common_vendor.ref([]);
const form = common_vendor.reactive({ const form = common_vendor.reactive({
orgLeader: "", orgLeader: "",
orgLeaderPhone: "", orgLeaderPhone: "",
orgBuildingNumber: "", orgAddress: "",
orgPropertyType: "", orgPropertyType: "",
orgBuildingArea: "", orgBuildingArea: "",
orgAddress: "", orgAddress: "",
orgCoordinateLo: "", orgCoordinateLo: "",
orgCoordinateLa: "", orgCoordinateLa: "",
id: common_vendor.index.getStorageSync("specicalid") || "", id: common_vendor.index.getStorageSync("specicalid") || "",
tel: common_vendor.index.getStorageSync("tel") tel: common_vendor.index.getStorageSync("tel"),
status: "1"
}); });
common_vendor.ref(""); common_vendor.ref("");
common_vendor.ref(""); common_vendor.ref("");
common_vendor.ref(""); common_vendor.ref("");
const openLook = (res) => { function takeFirst(arr, num) {
if (res) { const count = Math.max(0, Math.min(num, arr.length));
content.value = res; return arr.slice(0, count);
show.value = true; }
const deleteUP = (index) => {
address.value = takeFirst(address.value, index);
if (index) {
clickcard(list.value[index - 1]);
} else {
list.value = [];
pages_addjigou_api_addjigou.getdate(`xzqhdm`).then((res) => {
list.value = dedupeFirstLetter(res.result);
});
} }
common_vendor.index.__f__("log", "at pages/addjigou/where.vue:178", "删除了", index);
}; };
const next = () => { const next = () => {
const allNonEmpty = form.orgLeader && form.orgLeaderPhone && form.orgBuildingNumber && form.orgPropertyType && form.orgBuildingArea && form.orgAddress && form.orgCoordinateLo && form.orgCoordinateLa; const allNonEmpty = form.orgLeader && form.orgLeaderPhone && form.orgAddress && form.orgPropertyType && form.orgBuildingArea;
if (allNonEmpty) { if (allNonEmpty) {
pages_addjigou_api_addjigou.changemessage(form).then((res) => { pages_addjigou_api_addjigou.changemessage(form).then((res) => {
if (res.success) { if (res.success) {
@ -70,15 +87,40 @@ const _sfc_main = {
const goBack = () => { const goBack = () => {
common_vendor.index.navigateBack(); common_vendor.index.navigateBack();
}; };
const jumpToMap = () => { const clickcard = (element) => {
common_vendor.index.navigateTo({ if (address.value.length < 3) {
url: "/pages/map/index" list.value = [];
}); address.value.push(element);
pages_addjigou_api_addjigou.getdate(element.id).then((res) => {
if (res.result.length) {
list.value = dedupeFirstLetter(res.result);
} else {
popupshow.value = false;
form.address = "";
address.value.forEach((res2) => {
form.address += res2.name;
});
const keys = ["orgProvince", "orgCity", "orgDistrict"];
keys.forEach((key, idx) => {
var _a;
form[key] = ((_a = address.value[idx]) == null ? void 0 : _a.id) ?? "";
});
address.value = [];
list.value = [];
pages_addjigou_api_addjigou.getdate(`xzqhdm`).then((res2) => {
list.value = dedupeFirstLetter(res2.result);
});
}
});
}
};
const openpopupshow = () => {
popupshow.value = true;
}; };
common_vendor.onShow(() => { common_vendor.onShow(() => {
const data = common_vendor.index.getStorageSync("dingwei"); const data = common_vendor.index.getStorageSync("dingwei");
if (data) { if (data) {
common_vendor.index.__f__("log", "at pages/addjigou/where.vue:158", "data", data); common_vendor.index.__f__("log", "at pages/addjigou/where.vue:261", "data", data);
jigouweizhi.value = data.name; jigouweizhi.value = data.name;
form.orgAddress = data.name; form.orgAddress = data.name;
form.orgCoordinateLo = data.lng; form.orgCoordinateLo = data.lng;
@ -86,6 +128,37 @@ const _sfc_main = {
common_vendor.index.removeStorageSync("dingwei"); common_vendor.index.removeStorageSync("dingwei");
} }
}); });
function dedupeFirstLetter(arr) {
const seen = /* @__PURE__ */ new Set();
return arr.map((item) => {
const letter = item.firstLetter;
if (!letter || seen.has(letter)) {
return { ...item, firstLetter: "" };
} else {
seen.add(letter);
return item;
}
});
}
common_vendor.onLoad(() => {
pages_addjigou_api_addjigou.getdate(`xzqhdm`).then((res) => {
list.value = dedupeFirstLetter(res.result);
});
if (common_vendor.index.getStorageSync("baddata")) {
let data = common_vendor.index.getStorageSync("baddata");
if (data.orgProvince_dictText) {
form.address = data.orgProvince_dictText + data.orgCity_dictText + data.orgDistrict_dictText;
}
form.orgProvince = data.orgProvince;
form.orgCity = data.orgCity;
form.orgDistrict = data.orgDistrict;
form.orgAddress = data.orgAddress;
form.orgLeader = data.orgLeader;
form.orgLeaderPhone = data.orgLeaderPhone;
form.orgPropertyType = data.orgPropertyType;
form.orgBuildingArea = data.orgBuildingArea;
}
});
return (_ctx, _cache) => { return (_ctx, _cache) => {
return { return {
a: common_vendor.o(($event) => show.value = $event), a: common_vendor.o(($event) => show.value = $event),
@ -93,22 +166,48 @@ const _sfc_main = {
content: content.value, content: content.value,
modelValue: show.value modelValue: show.value
}), }),
c: common_vendor.t(jigouweizhi.value ? jigouweizhi.value : `请选择机构位置`), c: common_assets._imports_0$2,
d: common_vendor.o(($event) => openLook(jigouweizhi.value)), d: common_vendor.o(($event) => popupshow.value = false),
e: common_assets._imports_0$5, e: common_vendor.f(address.value, (item, index, i0) => {
f: common_vendor.o(jumpToMap), return {
g: form.orgLeader, a: common_vendor.t(item.name),
h: common_vendor.o(($event) => form.orgLeader = $event.detail.value), b: common_vendor.o(($event) => deleteUP(index))
i: form.orgLeaderPhone, };
j: common_vendor.o(($event) => form.orgLeaderPhone = $event.detail.value), }),
k: form.orgBuildingNumber, f: common_assets._imports_0$2,
l: common_vendor.o(($event) => form.orgBuildingNumber = $event.detail.value), g: common_vendor.f(address.value, (item, k0, i0) => {
m: form.orgPropertyType, return {};
n: common_vendor.o(($event) => form.orgPropertyType = $event.detail.value), }),
o: form.orgBuildingArea, h: common_vendor.f(list.value, (item, index, i0) => {
p: common_vendor.o(($event) => form.orgBuildingArea = $event.detail.value), return {
q: common_vendor.o(goBack), a: common_vendor.t(item.firstLetter),
r: common_vendor.o(next) b: common_vendor.t(item.name),
c: index,
d: common_vendor.o(($event) => clickcard(item), index)
};
}),
i: common_vendor.o(($event) => popupshow.value = $event),
j: common_vendor.p({
mode: "bottom",
["border-radius"]: "20",
height: "600px",
modelValue: popupshow.value
}),
k: form.address,
l: common_vendor.o(($event) => form.address = $event.detail.value),
m: common_vendor.o(openpopupshow),
n: form.orgAddress,
o: common_vendor.o(($event) => form.orgAddress = $event.detail.value),
p: form.orgLeader,
q: common_vendor.o(($event) => form.orgLeader = $event.detail.value),
r: form.orgLeaderPhone,
s: common_vendor.o(($event) => form.orgLeaderPhone = $event.detail.value),
t: form.orgPropertyType,
v: common_vendor.o(($event) => form.orgPropertyType = $event.detail.value),
w: form.orgBuildingArea,
x: common_vendor.o(($event) => form.orgBuildingArea = $event.detail.value),
y: common_vendor.o(goBack),
z: common_vendor.o(next)
}; };
}; };
} }

View File

@ -1,6 +1,7 @@
{ {
"navigationBarTitleText": "企业实名认证", "navigationBarTitleText": "企业实名认证",
"usingComponents": { "usingComponents": {
"u-modal": "../../uni_modules/vk-uview-ui/components/u-modal/u-modal" "u-modal": "../../uni_modules/vk-uview-ui/components/u-modal/u-modal",
"u-popup": "../../uni_modules/vk-uview-ui/components/u-popup/u-popup"
} }
} }

View File

@ -1 +1 @@
<view class="container data-v-549d1cee"><u-modal wx:if="{{b}}" class="data-v-549d1cee" u-i="549d1cee-0" bind:__l="__l" bindupdateModelValue="{{a}}" u-p="{{b}}"></u-modal><view class="white-content data-v-549d1cee"><view class="white-message data-v-549d1cee"><view class="data-v-549d1cee"><view class="one data-v-549d1cee"><view class="one-left data-v-549d1cee">机构位置</view><view class="special data-v-549d1cee"><view class="one-right data-v-549d1cee" style="width:170rpx;justify-content:flex-start" bindtap="{{d}}">{{c}}</view><image class="one-img data-v-549d1cee" src="{{e}}" bindtap="{{f}}"/></view></view></view><view class="data-v-549d1cee"><view class="one data-v-549d1cee"><view class="one-left data-v-549d1cee">机构负责人</view><input class="one-right data-v-549d1cee" type="text" placeholder="请输入机构负责人姓名" value="{{g}}" bindinput="{{h}}"/></view></view><view class="data-v-549d1cee"><view class="one data-v-549d1cee"><view class="one-left data-v-549d1cee">机构负责人电话</view><input class="one-right data-v-549d1cee" type="number" placeholder="请输入机构负责人电话" value="{{i}}" bindinput="{{j}}"/></view></view><view class="data-v-549d1cee"><view class="one data-v-549d1cee"><view class="one-left data-v-549d1cee">楼宇牌号</view><input class="one-right data-v-549d1cee" type="text" placeholder="请输入楼宇牌号" value="{{k}}" bindinput="{{l}}"/></view></view><view class="data-v-549d1cee"><view class="one data-v-549d1cee"><view class="one-left data-v-549d1cee">房屋性质</view><input class="one-right data-v-549d1cee" type="text" placeholder="请输入房屋性质" value="{{m}}" bindinput="{{n}}"/></view></view><view class="data-v-549d1cee" style="margin-bottom:20rpx"><view class="one data-v-549d1cee" style="position:relative"><view class="one-left data-v-549d1cee">建筑面积</view><input class="one-right data-v-549d1cee" type="number" placeholder="请输入建筑面积" value="{{o}}" bindinput="{{p}}"/></view></view></view></view><view class="data-v-549d1cee" style="display:flex;width:100%"><view class="finish-button data-v-549d1cee" bindtap="{{q}}"> 上一步 </view><view class="finish-button data-v-549d1cee" bindtap="{{r}}"> 确认并提交 </view></view></view> <view class="container data-v-549d1cee"><u-modal wx:if="{{b}}" class="data-v-549d1cee" u-i="549d1cee-0" bind:__l="__l" bindupdateModelValue="{{a}}" u-p="{{b}}"></u-modal><u-popup wx:if="{{j}}" class="data-v-549d1cee" u-s="{{['d']}}" u-i="549d1cee-1" bind:__l="__l" bindupdateModelValue="{{i}}" u-p="{{j}}"><view class="popup-father data-v-549d1cee"><view class="popup-title data-v-549d1cee"><view class="data-v-549d1cee" style="display:flex;justify-content:center;align-items:center;height:100rpx;width:100%;position:relative"><view class="title-font data-v-549d1cee"> 请选择所在地区 </view><image class="title-imge data-v-549d1cee" src="{{c}}" bindtap="{{d}}"/></view><view wx:for="{{e}}" wx:for-item="item" class="data-v-549d1cee" style="height:80rpx;width:100%;display:flex;align-items:center;justify-content:space-between;position:relative"><view class="data-v-549d1cee" style="margin-left:60rpx">{{item.a}}</view><image class="title-imge data-v-549d1cee" style="width:25rpx;height:25rpx" src="{{f}}" bindtap="{{item.b}}"/></view></view><view class="data-v-549d1cee" style="height:100rpx;width:100%"></view><view wx:for="{{g}}" wx:for-item="item" class="data-v-549d1cee" style="height:80rpx;width:100%"></view><view class="other-title data-v-549d1cee"> 选择地区 </view><view wx:for="{{h}}" wx:for-item="item" wx:key="c" class="data-v-549d1cee" bindtap="{{item.d}}"><view class="cards data-v-549d1cee"><view class="zimu data-v-549d1cee">{{item.a}}</view><view class="font data-v-549d1cee">{{item.b}}</view></view></view></view></u-popup><view class="white-content data-v-549d1cee"><view class="white-message data-v-549d1cee"><view class="data-v-549d1cee" bindtap="{{m}}"><view class="one data-v-549d1cee"><view class="one-left data-v-549d1cee">机构位置</view><input disabled style="cursor:not-allowed;pointer-events:none" class="one-right data-v-549d1cee" type="text" placeholder="请选择机构位置" value="{{k}}" bindinput="{{l}}"/></view></view><view class="data-v-549d1cee"><view class="one data-v-549d1cee" style="min-height:150rpx;overflow:hidden"><view class="one-left data-v-549d1cee">详细地址</view><block wx:if="{{r0}}"><textarea class="one-right-spec data-v-549d1cee" placeholder="请输入详细地址" auto-height maxlength="60" value="{{n}}" bindinput="{{o}}"/></block></view></view><view class="data-v-549d1cee"><view class="one data-v-549d1cee"><view class="one-left data-v-549d1cee">机构负责人</view><input class="one-right data-v-549d1cee" type="text" placeholder="请输入机构负责人姓名" value="{{p}}" bindinput="{{q}}"/></view></view><view class="data-v-549d1cee"><view class="one data-v-549d1cee"><view class="one-left data-v-549d1cee">机构负责人电话</view><input class="one-right data-v-549d1cee" type="number" placeholder="请输入机构负责人电话" value="{{r}}" bindinput="{{s}}"/></view></view><view class="data-v-549d1cee"><view class="one data-v-549d1cee"><view class="one-left data-v-549d1cee">房屋性质</view><input class="one-right data-v-549d1cee" type="text" placeholder="请输入房屋性质" value="{{t}}" bindinput="{{v}}"/></view></view><view class="data-v-549d1cee" style="margin-bottom:20rpx"><view class="one data-v-549d1cee" style="position:relative"><view class="one-left data-v-549d1cee">建筑面积</view><input class="one-right data-v-549d1cee" type="number" placeholder="请输入建筑面积" value="{{w}}" bindinput="{{x}}"/></view></view></view></view><view class="data-v-549d1cee" style="display:flex;width:100%;margin-top:10rpx"><view class="finish-button data-v-549d1cee" bindtap="{{y}}"> 上一步 </view><view class="finish-button data-v-549d1cee" bindtap="{{z}}"> 确认并提交 </view></view></view>

View File

@ -112,6 +112,15 @@
.container .white-message .one .one-left.data-v-549d1cee { .container .white-message .one .one-left.data-v-549d1cee {
margin-left: 10rpx; margin-left: 10rpx;
} }
.container .white-message .one .one-right-spec.data-v-549d1cee {
color: #999999;
/* 隐藏超出内容 */
/* 不换行 */
font-size: 25rpx;
width: 300rpx;
display: flex;
flex-wrap: wrap;
}
.container .white-message .one .one-right.data-v-549d1cee { .container .white-message .one .one-right.data-v-549d1cee {
color: #999999; color: #999999;
overflow: hidden; overflow: hidden;
@ -120,7 +129,7 @@
/* 不换行 */ /* 不换行 */
font-size: 25rpx; font-size: 25rpx;
text-overflow: ellipsis; text-overflow: ellipsis;
max-width: 300rpx; width: 300rpx;
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
} }
@ -164,4 +173,54 @@
align-items: center; align-items: center;
width: 280rpx; width: 280rpx;
position: relative; position: relative;
} }
.popup-father.data-v-549d1cee {
width: 100%;
position: relative;
}
.popup-father .popup-title.data-v-549d1cee {
position: fixed;
top: 0;
left: 0;
display: flex;
flex-direction: column;
width: 100%;
background-color: #fff;
z-index: 1;
}
.popup-father .popup-title .title-font.data-v-549d1cee {
font-size: 35rpx;
font-weight: 600;
}
.popup-father .popup-title .title-imge.data-v-549d1cee {
width: 35rpx;
height: 35rpx;
position: absolute;
top: 50%;
right: 40rpx;
transform: translateY(-50%);
}
.popup-father .other-title.data-v-549d1cee {
font-size: 32rpx;
font-weight: 600;
margin-left: 30rpx;
margin-top: 50rpx;
}
.cards.data-v-549d1cee {
width: 100%;
display: flex;
align-items: center;
height: 100rpx;
}
.cards .zimu.data-v-549d1cee {
margin: 0 30rpx;
color: #d7d7d7;
width: 28rpx;
}
.cards .font.data-v-549d1cee {
font-size: 30rpx;
}
.uni-scroll-view {
height: auto;
}

View File

@ -104,7 +104,7 @@ const _sfc_main = {
content: content.value, content: content.value,
modelValue: show.value modelValue: show.value
}), }),
c: common_assets._imports_0$3, c: common_assets._imports_0$4,
d: headImge.value ? headImge.value : `/static/index/IDcard.png`, d: headImge.value ? headImge.value : `/static/index/IDcard.png`,
e: !headImge.value, e: !headImge.value,
f: common_assets._imports_1$5, f: common_assets._imports_1$5,

View File

@ -72,7 +72,7 @@ const _sfc_main = {
}; };
return (_ctx, _cache) => { return (_ctx, _cache) => {
return { return {
a: common_assets._imports_0$3, a: common_assets._imports_0$4,
b: common_assets._imports_1$3, b: common_assets._imports_1$3,
c: common_vendor.o(getMessage), c: common_vendor.o(getMessage),
d: common_vendor.f(nameArray, (item, index, i0) => { d: common_vendor.f(nameArray, (item, index, i0) => {

View File

@ -51,10 +51,10 @@ const _sfc_main = {
}; };
return (_ctx, _cache) => { return (_ctx, _cache) => {
return { return {
a: common_assets._imports_0$3, a: common_assets._imports_0$4,
b: common_assets._imports_1$4, b: common_assets._imports_1$4,
c: common_vendor.o(getMessage), c: common_vendor.o(getMessage),
d: common_assets._imports_2$3, d: common_assets._imports_2$2,
e: common_vendor.o(getMessage), e: common_vendor.o(getMessage),
f: common_vendor.f(nameArray, (item, index, i0) => { f: common_vendor.f(nameArray, (item, index, i0) => {
return { return {

View File

@ -121,10 +121,10 @@ const _sfc_main = {
b: common_vendor.o(() => { b: common_vendor.o(() => {
}), }),
c: scanning.value, c: scanning.value,
d: common_assets._imports_0$2, d: common_assets._imports_0$3,
e: common_vendor.o(gotoPay), e: common_vendor.o(gotoPay),
f: common_assets._imports_1$2, f: common_assets._imports_1$2,
g: common_assets._imports_2$2, g: common_assets._imports_2$1,
h: common_assets._imports_3, h: common_assets._imports_3,
i: common_assets._imports_4, i: common_assets._imports_4,
j: common_vendor.o(jumpTo), j: common_vendor.o(jumpTo),

View File

@ -28,6 +28,8 @@ const _sfc_main = {
}); });
}; };
const gotoadd = () => { const gotoadd = () => {
common_vendor.index.setStorageSync("specicalid", "");
common_vendor.index.setStorageSync("baddata", "");
common_vendor.index.navigateTo({ common_vendor.index.navigateTo({
url: `/pages/addjigou/name` url: `/pages/addjigou/name`
}); });

View File

@ -7,9 +7,16 @@ const _sfc_main = {
setup(__props) { setup(__props) {
const type = common_vendor.ref(0); const type = common_vendor.ref(0);
const workArray = common_vendor.ref([]); const workArray = common_vendor.ref([]);
common_vendor.onPullDownRefresh(() => {
common_vendor.index.__f__("log", "at pages/login/workjoin.vue:68", "下拉刷新触发");
pages_addjigou_api_addjigou.getMessageList(common_vendor.index.getStorageSync("tel")).then((res) => {
workArray.value = res.result;
common_vendor.index.stopPullDownRefresh();
});
});
common_vendor.onLoad((options) => { common_vendor.onLoad((options) => {
type.value = options.type || ""; type.value = options.type || "";
if (!type.value) { if (type.value) {
pages_addjigou_api_addjigou.getMessageList(common_vendor.index.getStorageSync("tel")).then((res) => { pages_addjigou_api_addjigou.getMessageList(common_vendor.index.getStorageSync("tel")).then((res) => {
workArray.value = res.result; workArray.value = res.result;
}); });
@ -18,23 +25,39 @@ const _sfc_main = {
const goback = () => { const goback = () => {
common_vendor.index.navigateBack(); common_vendor.index.navigateBack();
}; };
const again = (item) => {
common_vendor.index.setStorageSync("baddata", item);
common_vendor.index.setStorageSync("specicalid", item.id);
common_vendor.index.navigateTo({
url: `/pages/addjigou/name`
});
};
const jumpToAll = (element) => {
common_vendor.index.navigateTo({
url: `/pages/addjigou/all?element=${JSON.stringify(element)}`
});
};
return (_ctx, _cache) => { return (_ctx, _cache) => {
return { return {
a: common_assets._imports_0$1, a: common_assets._imports_0$1,
b: common_assets._imports_1$1, b: common_assets._imports_1$1,
c: type.value === `1` ? `/static/index/workjoin/man.png` : `/static/index/workjoin/bgcren.png`, c: type.value === `1` ? `/static/index/workjoin/man.png` : `/static/index/workjoin/bgcren.png`,
d: common_vendor.t(type.value === `1` ? `机构加盟` : `员工入驻`), d: common_vendor.t(type.value === `1` ? `机构加盟` : `员工入驻`),
e: common_assets._imports_2$1, e: common_assets._imports_0$2,
f: common_vendor.o(goback), f: common_vendor.o(goback),
g: common_vendor.t(type.value === "1" ? `机构加盟审核列表` : `员工入驻审核列表`), g: common_vendor.t(type.value === "1" ? `机构加盟审核列表` : `员工入驻审核列表`),
h: common_vendor.f(workArray.value, (item, index, i0) => { h: common_vendor.f(workArray.value, (item, index, i0) => {
return common_vendor.e({ return common_vendor.e({
a: common_vendor.t(item.comName), a: common_vendor.t(item.comName),
b: common_vendor.t(item.updateTime), b: common_vendor.t(item.updateTime),
c: common_vendor.t(item.status == 1 ? "审核中" : item.status == 2 ? `审核完成` : `驳回`), c: common_vendor.t(item.status == 1 ? "审核中" : item.status == 2 ? `审核完成` : item.status == 3 ? `驳回` : `待提交`),
d: item.status == 2 d: common_vendor.t(item.status == 3 ? `驳回备注:${item.content}` : ``),
}, item.status == 2 ? {} : {}, { e: item.status == 3 || item.status == 0
e: index }, item.status == 3 || item.status == 0 ? {
f: common_vendor.o(($event) => again(item), index)
} : {}, {
g: common_vendor.o(($event) => jumpToAll(item), index),
h: index
}); });
}), }),
i: common_vendor.o(() => { i: common_vendor.o(() => {

View File

@ -1 +1 @@
<view class="login-container data-v-808c8183"><image class="photo-imge data-v-808c8183" src="{{a}}"/><image class="old-imge data-v-808c8183" src="{{b}}"/><view class="under-container data-v-808c8183" catchtouchstart="{{i}}" catchtouchmove="{{j}}" catchtouchend="{{k}}"><view class="white-card data-v-808c8183"><image class="left-img data-v-808c8183" src="{{c}}"/><view class="card-font data-v-808c8183"><view class="data-v-808c8183" style="font-size:30rpx;font-weight:600;margin:20rpx 0 30rpx 0">{{d}}</view><view class="data-v-808c8183" style="color:#666666;font-size:25rpx"> 护理院日常护理涵盖生活照料、健康监测、康复护理及心理关怀,为老人提供贴心照护。 </view></view></view><view class="white-ball data-v-808c8183" bindtap="{{f}}"><image class="ball-imge data-v-808c8183" src="{{e}}"/></view><view class="shu-father data-v-808c8183"><view class="shu data-v-808c8183"></view><view class="shu-font data-v-808c8183">{{g}}</view></view><view class="under-scroll data-v-808c8183"><scroll-view class="data-v-808c8183" scroll-y style="height:100%;width:100%"><view wx:for="{{h}}" wx:for-item="item" wx:key="e" class="data-v-808c8183"><view class="white-small data-v-808c8183"><view class="data-v-808c8183" style="width:100%;margin-bottom:80rpx;font-size:25rpx">{{item.a}}申请入驻加盟护理单元,提交时间:{{item.b}},审核结果:{{item.c}}</view><view class="button-heng data-v-808c8183"><view wx:if="{{item.d}}" class="blue-button data-v-808c8183"> 重新提交 </view><view class="white-button data-v-808c8183"> 查看详情 </view></view></view></view></scroll-view></view></view></view> <view class="login-container data-v-808c8183"><image class="photo-imge data-v-808c8183" src="{{a}}"/><image class="old-imge data-v-808c8183" src="{{b}}"/><view class="under-container data-v-808c8183" catchtouchstart="{{i}}" catchtouchmove="{{j}}" catchtouchend="{{k}}"><view class="white-card data-v-808c8183"><image class="left-img data-v-808c8183" src="{{c}}"/><view class="card-font data-v-808c8183"><view class="data-v-808c8183" style="font-size:30rpx;font-weight:600;margin:20rpx 0 30rpx 0">{{d}}</view><view class="data-v-808c8183" style="color:#666666;font-size:25rpx"> 护理院日常护理涵盖生活照料、健康监测、康复护理及心理关怀,为老人提供贴心照护。 </view></view></view><view class="white-ball data-v-808c8183" bindtap="{{f}}"><image class="ball-imge data-v-808c8183" src="{{e}}"/></view><view class="shu-father data-v-808c8183"><view class="shu data-v-808c8183"></view><view class="shu-font data-v-808c8183">{{g}}</view></view><view class="under-scroll data-v-808c8183"><scroll-view class="data-v-808c8183" scroll-y style="height:100%;width:100%"><view wx:for="{{h}}" wx:for-item="item" wx:key="h" class="data-v-808c8183"><view class="white-small data-v-808c8183"><view class="data-v-808c8183" style="width:100%;margin-bottom:80rpx;font-size:25rpx">{{item.a}}申请入驻加盟护理单元,提交时间:{{item.b}},审核结果:{{item.c}} {{item.d}}</view><view class="button-heng data-v-808c8183"><view wx:if="{{item.e}}" class="blue-button data-v-808c8183" bindtap="{{item.f}}"> 修改申请 </view><view class="white-button data-v-808c8183" bindtap="{{item.g}}"> 查看详情 </view></view></view></view></scroll-view></view></view></view>

View File

@ -262,7 +262,7 @@ const _sfc_main = {
e: listTarget.value == -1, e: listTarget.value == -1,
f: common_assets._imports_1$7, f: common_assets._imports_1$7,
g: common_vendor.o(onMapDragCancel), g: common_vendor.o(onMapDragCancel),
h: common_assets._imports_2$5, h: common_assets._imports_2$4,
i: common_vendor.o(dingwei), i: common_vendor.o(dingwei),
j: common_assets._imports_3$2, j: common_assets._imports_3$2,
k: common_vendor.o(($event) => { k: common_vendor.o(($event) => {

View File

@ -119,7 +119,7 @@ const _sfc_main = {
} : {}), } : {}),
e: common_vendor.o(() => { e: common_vendor.o(() => {
}), }),
f: common_assets._imports_0$4, f: common_assets._imports_0$5,
g: common_assets._imports_1$6, g: common_assets._imports_1$6,
h: !isRuler.value, h: !isRuler.value,
i: common_vendor.f(institution.value, (item, index, i0) => { i: common_vendor.f(institution.value, (item, index, i0) => {
@ -132,7 +132,7 @@ const _sfc_main = {
f: common_vendor.o(($event) => targetIndex.value = index, index) f: common_vendor.o(($event) => targetIndex.value = index, index)
}; };
}), }),
j: common_assets._imports_2$4, j: common_assets._imports_2$3,
k: common_assets._imports_3$1, k: common_assets._imports_3$1,
l: common_vendor.n(isTarget.value ? "radio-circle-target" : "radio-circle"), l: common_vendor.n(isTarget.value ? "radio-circle-target" : "radio-circle"),
m: common_vendor.o(($event) => isTarget.value = !isTarget.value), m: common_vendor.o(($event) => isTarget.value = !isTarget.value),