This commit is contained in:
wangweidong 2026-02-24 17:32:15 +08:00
parent 090e10289a
commit ea263e58df
5 changed files with 443 additions and 311 deletions

View File

@ -10,12 +10,12 @@
</view>
</view>
<view :style="{height:`${uni.getStorageSync('moveHeight') + 40}px`}"></view>
<view class="contentred">
<view class="contentred" v-if="code>0">
<view class="content-img" style="display: flex;align-items: center;justify-content: flex-end;color: red;" >
<text v-if="alldata.status==1" >待审核</text>
<text v-if="alldata.status==3&&code==0">审核驳回</text>
<text v-if="alldata.status==2&&code==0" style="color: #0089FE;">审核通过</text>
<view class="small-blue" @click="changeMessage" v-if="code>0 && (alldata.orgStatus != '3' && alldata.orgStatus != '4') && (alldata.optType == 'rz' || (alldata.optType == 'bg' && (alldata.status == '2' || alldata.status == '3' )))">
<view class="small-blue" @click="changeMessage" v-if="(alldata.orgStatus != '3' && alldata.orgStatus != '4') && (alldata.optType == 'rz' || (alldata.optType == 'bg' && (alldata.status == '2' || alldata.status == '3' )))">
编辑
</view>
</view>
@ -24,104 +24,142 @@
驳回原因{{contentred}}
</view>
</view>
<view class="white-content">
<view class="content-title" :style="special?{height: `100rpx`}:{height: `140rpx`}" style="position: relative;margin-bottom: 20rpx;z-index: 999;">
<view class="shu"></view>
<view class="content-weight">身份证</view>
<image class="shu-img" :src="!special? `https://www.focusnu.com/media/directive/index/${statusarray[statesTarget-1]}.png`:``" />
</view>
<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 : `https://www.focusnu.com/media/directive/index/IDcard.png`" />
<image v-if="!headImge"
style="position: absolute;top: 50%;left: 50%;width: 70rpx;height: 60rpx;transform: translate(-50%,-50%);"
src="https://www.focusnu.com/media/directive/index/takephoto.png" />
<template>
<view v-if="dexcard==0">
<view class="white-content">
<view class="content-title" :style="special?{height: `100rpx`}:{height: `140rpx`}" style="position: relative;margin-bottom: 20rpx;z-index: 999;">
<view class="shu"></view>
<view class="content-weight">身份证</view>
<image class="shu-img" :src="!special? `https://www.focusnu.com/media/directive/index/${statusarray[statesTarget-1]}.png`:``" />
</view>
<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 : `https://www.focusnu.com/media/directive/index/IDcard.png`" />
<image v-if="!headImge"
style="position: absolute;top: 50%;left: 50%;width: 70rpx;height: 60rpx;transform: translate(-50%,-50%);"
src="https://www.focusnu.com/media/directive/index/takephoto.png" />
</view>
</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 : `https://www.focusnu.com/media/directive/index/backIDcard.png`" />
<image v-if="!backImge"
style="position: absolute;top: 50%;left: 50%;width: 70rpx;height: 60rpx;transform: translate(-50%,-50%);"
src="https://www.focusnu.com/media/directive/index/takephoto.png" />
</view>
</view>
<view class="content-title" style="margin: 20rpx 0;">
<view class="shu"></view>
<view class="content-weight">身份证信息</view>
</view>
<view class="white-message">
<view>
<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>
</view>
</view>
</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 : `https://www.focusnu.com/media/directive/index/backIDcard.png`" />
<image v-if="!backImge"
style="position: absolute;top: 50%;left: 50%;width: 70rpx;height: 60rpx;transform: translate(-50%,-50%);"
src="https://www.focusnu.com/media/directive/index/takephoto.png" />
</view>
</view>
<view class="content-title" style="margin: 20rpx 0;">
<view class="shu"></view>
<view class="content-weight">身份证信息</view>
</view>
<view class="white-message">
<view>
<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 style="display: flex;width: 100%;padding: 0 10%;justify-content: center;">
<view class="finish-button" @click="dexcard = 1">
下一步
</view>
</view>
</view>
</view>
</template>
<view class="white-content">
<view class="content-title" style="margin-bottom: 30rpx;">
<view class="shu"></view>
<view class="content-weight">营业执照</view>
</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 : `https://www.focusnu.com/media/directive/index/zhizhao.png`" />
<image v-if="!headImge0"
style="position: absolute;top: 50%;left: 50%;width: 70rpx;height: 60rpx;transform: translate(-50%,-50%);"
src="https://www.focusnu.com/media/directive/index/takephoto.png" />
</view>
<template>
<view v-if="dexcard==1">
<view class="white-content">
<view class="content-title" style="margin-bottom: 30rpx;">
<view class="shu"></view>
<view class="content-weight">营业执照</view>
</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 : `https://www.focusnu.com/media/directive/index/zhizhao.png`" />
<image v-if="!headImge0"
style="position: absolute;top: 50%;left: 50%;width: 70rpx;height: 60rpx;transform: translate(-50%,-50%);"
src="https://www.focusnu.com/media/directive/index/takephoto.png" />
</view>
</view>
<view class="content-title" style="margin-top: 30rpx;">
<view class="shu"></view>
<view class="content-weight">企业信息</view>
</view>
<view class="white-message">
<view>
<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">{{textArray0[index] ? textArray0[index] : "自动获取" }}</view>
</view>
<view class="content-title" style="margin-top: 30rpx;">
<view class="shu"></view>
<view class="content-weight">企业信息</view>
</view>
<view class="white-message">
<view>
<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">{{textArray0[index] ? textArray0[index] : "自动获取" }}</view>
</view>
</view>
</view>
</view>
<view style="display: flex;width: 100%;padding: 0 10%;justify-content: space-between;">
<view class="back-button" @click="dexcard = 0">
上一步
</view>
<view class="finish-button" @click="dexcard = 2">
下一步
</view>
</view>
</view>
<view class="content-title">
<view class="shu"></view>
<view class="content-weight">机构信息</view>
</view>
</view>
</template>
<view class="white-content" style="margin-top: 0rpx;">
<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">{{textArray1[index] ? textArray1[index] : "自动获取" }}</view>
<template>
<view v-if="dexcard==2">
<view class="white-content" style="margin-top: 0rpx;">
<view class="content-title">
<view class="shu"></view>
<view class="content-weight">机构信息</view>
</view>
<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">{{textArray1[index] ? textArray1[index] : "自动获取" }}</view>
</view>
</view>
</view>
</view>
<view style="display: flex;width: 100%;padding: 0 10%;justify-content: space-between;">
<view class="back-button" @click="dexcard = 1">
上一步
</view>
<view class="finish-button" @click="goBack">
关闭
</view>
</view>
</view>
</view>
</template>
<view style="display: flex;width: 100%;margin-top: 40rpx;"></view>
</div>
@ -141,7 +179,7 @@
import { getrel } from '@/pages/addjigou/api/addjigou.js';
import model from "@/compontent/public/model.vue"
import { swapLongTerm } from '@/compontent/public/long.js'
const dexcard = ref(0)
const show = ref(false);
const content = ref("");
@ -250,6 +288,33 @@
</script>
<style lang="scss" scoped>
.finish-button {
display: flex;
justify-content: center;
align-items: center;
width: 44%;
height: 90rpx;
// margin: 0rpx auto;
margin-bottom: 80rpx;
border: 2rpx solid #9AD1FF;
color: #007CFF;
background: linear-gradient(to bottom, #e7f4ff, #c5e5ff);
border-radius: 37rpx;
font-size: 33rpx;
}
.back-button {
display: flex;
justify-content: center;
align-items: center;
width: 44%;
height: 90rpx;
margin-bottom: 80rpx;
border: 2rpx solid #c3cacd;
background: linear-gradient(to bottom, #f3f3f5, #dee4e9);
border-radius: 37rpx;
font-size: 33rpx;
}
.small-blue {
display: flex;
justify-content: center;

View File

@ -10,7 +10,7 @@
<view class="title-back" :style="{height:`${uni.getStorageSync('moveHeight')+40}px`}">
<view class="left-father" @click="goBack">
<image class="back-img" src="https://www.focusnu.com/media/directive/index/left.png" />
<view style="font-size: 30rpx;">营业执照</view>
<view style="font-size: 30rpx;">机构加盟登记表</view>
</view>
</view>
<view :style="{height:`${uni.getStorageSync('moveHeight') + 30}px`}"></view>

View File

@ -53,7 +53,7 @@
<view class="title-back" :style="{height:`${uni.getStorageSync('moveHeight')+40}px`}">
<view class="left-father" @click="goBack">
<image class="back-img" src="https://www.focusnu.com/media/directive/index/left.png" />
<view style="font-size: 30rpx;">机构信息</view>
<view style="font-size: 30rpx;">机构加盟登记表</view>
</view>
</view>
<view :style="{height:`${uni.getStorageSync('moveHeight') + 30}px`}"></view>

View File

@ -16,235 +16,277 @@
<view style="font-size: 30rpx;">入职登记表</view>
</view>
</view>
<view :style="{height:`${uni.getStorageSync('moveHeight') + 30}px`}"></view>
<view class="white-content">
<view style="display: flex;justify-content: space-between;width: 90%;margin: 40rpx auto;overflow: hidden;">
<view class="content-title" style="margin: 20rpx 0;justify-content: space-between;">
<view style="display: flex;">
<view class="shu"></view>
<view class="content-weight" style="margin-top: -2rpx;">个人信息</view>
<!-- <image class="shu-img" v-if="(alldata.applyStatus==1&&alldata.applyStatus==4)||code==1"
:src="alldata.applyStatus? `https://www.focusnu.com/media/directive/index/${statusarray[alldata.applyStatus-1]}.png`:``" /> -->
</view>
<view class="content-img"
style="display: flex;align-items: center;justify-content: flex-end;color: red;">
<text v-if="alldata.applyStatus==1">待审核</text>
<text v-if="alldata.applyStatus==2" style="color: #0089FE;">审核通过</text>
<text v-if="alldata.applyStatus==3">审核驳回</text>
<text v-if="alldata.applyStatus==4">待审核</text>
<text v-if="alldata.applyStatus==5">审核驳回</text>
</view>
<view class="small-blue" @click="changeMessage" v-if="alldata.applyStatus!=1&&alldata.applyStatus!=4&&code<0">
编辑
</view>
</view>
<view class="small-blue" @click="changeMessage" v-if="alldata.applyStatus!=1&&alldata.applyStatus!=4&&code<0">
编辑
<view style="margin:00rpx auto 0;width: 90%;color: red;display: flex;" v-if="(alldata.applyStatus==3||alldata.applyStatus==5)&&alldata.auditContent">
<text style="color: #222;margin-left: 10rpx;width: 20%;white-space: nowrap;">驳回原因</text>
<text style="word-break: break-all; width: 73%;">{{alldata.auditContent}}</text>
</view>
<template>
<view v-if="dexcard==0">
<view class="white-content">
<view class="content-title" style="margin: 20rpx 0;justify-content: space-between;">
<view style="display: flex;">
<view class="shu"></view>
<view class="content-weight" style="margin-top: -2rpx;">个人信息</view>
<!-- <image class="shu-img" v-if="(alldata.applyStatus==1&&alldata.applyStatus==4)||code==1"
:src="alldata.applyStatus? `https://www.focusnu.com/media/directive/index/${statusarray[alldata.applyStatus-1]}.png`:``" /> -->
</view>
</view>
<!-- <view class="contentred" v-if="!applyStatus&&contentred">
<view class="contentred-bgc">
驳回原因{{contentred}}
</view>
</view> -->
<view class="white-message">
<view>
<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">{{textArray1[index] ? textArray1[index] : "自动获取" }}</view>
</view>
</view>
</view>
</view>
<view class="content-img"
style="display: flex;align-items: center;justify-content: flex-end;color: red;">
<text v-if="alldata.applyStatus==1">待审核</text>
<text v-if="alldata.applyStatus==2" style="color: #0089FE;">审核通过</text>
<text v-if="alldata.applyStatus==3">审核驳回</text>
<text v-if="alldata.applyStatus==4">待审核</text>
<text v-if="alldata.applyStatus==5">审核驳回</text>
</view>
</view>
<!-- <view class="contentred" v-if="!applyStatus&&contentred">
<view class="contentred-bgc">
驳回原因{{contentred}}
</view>
</view> -->
<view style="margin:0 auto 0;width: 100%;color: red;display: flex;" v-if="(alldata.applyStatus==3||alldata.applyStatus==5)&&alldata.auditContent">
<text style="color: #222;margin-left: 40rpx;width: 20%;white-space: nowrap;">驳回原因</text>
<text style="word-break: break-all; width: 73%;">{{alldata.auditContent}}</text>
</view>
<view class="white-message">
<view>
<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">{{textArray1[index] ? textArray1[index] : "自动获取" }}</view>
<view style="display: flex;width: 100%;padding: 0 10%;justify-content: center;">
<view class="finish-button" @click="dexcard = 1;gotop()">
下一步
</view>
</view>
</view>
</view>
<view class="white-content">
<view class="content-title" :style="!applyStatus?{height: `100rpx`}:{height: `140rpx`}"
style="position: relative;margin-bottom: 20rpx;z-index: 999;">
<view class="shu"></view>
<view class="content-weight">身份证</view>
</template>
<template>
<view v-if="dexcard==1">
<view class="white-content">
<view class="content-title" :style="!applyStatus?{height: `100rpx`}:{height: `140rpx`}"
style="position: relative;margin-bottom: 20rpx;z-index: 999;">
<view class="shu"></view>
<view class="content-weight">身份证</view>
</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 : `https://www.focusnu.com/media/directive/index/IDcard.png`" />
<image v-if="!headImge"
style="position: absolute;top: 50%;left: 50%;width: 70rpx;height: 60rpx;transform: translate(-50%,-50%);"
src="https://www.focusnu.com/media/directive/index/takephoto.png" />
</view>
</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 : `https://www.focusnu.com/media/directive/index/IDcard.png`" />
<image v-if="!headImge"
style="position: absolute;top: 50%;left: 50%;width: 70rpx;height: 60rpx;transform: translate(-50%,-50%);"
src="https://www.focusnu.com/media/directive/index/takephoto.png" />
</view>
</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 : `https://www.focusnu.com/media/directive/index/backIDcard.png`" />
<image v-if="!backImge"
style="position: absolute;top: 50%;left: 50%;width: 70rpx;height: 60rpx;transform: translate(-50%,-50%);"
src="https://www.focusnu.com/media/directive/index/takephoto.png" />
</view>
</view>
<view class="white-photo" 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 : `https://www.focusnu.com/media/directive/index/backIDcard.png`" />
<image v-if="!backImge"
style="position: absolute;top: 50%;left: 50%;width: 70rpx;height: 60rpx;transform: translate(-50%,-50%);"
src="https://www.focusnu.com/media/directive/index/takephoto.png" />
</view>
</view>
<view class="content-title" style="margin: 20rpx 0;">
<view class="shu"></view>
<view class="content-weight">身份证信息</view>
</view>
<view class="white-message">
<view>
<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>
<view class="content-title" style="margin: 20rpx 0;">
<view class="shu"></view>
<view class="content-weight">身份证信息</view>
</view>
<view class="white-message">
<view>
<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>
</view>
</view>
</view>
<view style="display: flex;width: 100%;padding: 0 10%;justify-content: space-between;">
<view class="back-button" @click="dexcard = 0;gotop()">
上一步
</view>
<view class="finish-button" @click="dexcard = 2;gotop()">
下一步
</view>
</view>
</view>
</view>
<view class="white-content">
<view class="content-title" style="margin-bottom: 30rpx;">
<view class="shu"></view>
<view class="content-weight">银行卡</view>
<view style="margin-top: 8rpx;margin-left: 12rpx;;font-size: 23rpx;">(选填)</view>
</view>
<view class="white-photo" @click="getMessage(fontphoto0,alldata.bankZmPath,1)">
<view class="photo-left">
<view class="photo-weight">银行卡正面</view>
<!-- <view class="photo-font">请上传银行卡正面</view> -->
</template>
<template>
<view v-if="dexcard==2">
<view class="white-content">
<view class="content-title" style="margin-bottom: 30rpx;">
<view class="shu"></view>
<view class="content-weight">银行卡</view>
<view style="margin-top: 8rpx;margin-left: 12rpx;;font-size: 23rpx;">(选填)</view>
</view>
<view class="white-photo" @click="getMessage(fontphoto0,alldata.bankZmPath,1)">
<view class="photo-left">
<view class="photo-weight">银行卡正面</view>
<!-- <view class="photo-font">请上传银行卡正面</view> -->
</view>
<view style="position: relative;">
<image class="photo"
:src="fontphoto0 ? fontphoto0 : `https://www.focusnu.com/media/directive/index/bankfront.png`" />
<image style="width: 100%;height: 100%;top: 0;left: 0;z-index: 1;position: absolute;"
:src="fontphoto0 ? `` : `https://www.focusnu.com/media/directive/index/bian.png`" />
<image v-if="!fontphoto0"
style="position: absolute;top: 50%;left: 50%;width: 70rpx;height: 60rpx;transform: translate(-50%,-50%);"
src="https://www.focusnu.com/media/directive/index/takephoto.png" />
</view>
</view>
<view class="white-photo" style="margin-top: 30rpx;" @click="getMessage(endphoto0,alldata.bankFmPath,1)">
<view class="photo-left">
<view class="photo-weight">银行卡反面</view>
<!-- <view class="photo-font">请上传银行卡反面</view> -->
</view>
<view style="position: relative;">
<image class="photo"
:src="endphoto0 ? endphoto0 : `https://www.focusnu.com/media/directive/index/bankend.png`" />
<image style="width: 100%;height: 100%;top: 0;left: 0;z-index: 1;position: absolute;"
:src="endphoto0 ? `` : `https://www.focusnu.com/media/directive/index/bian.png`" />
<image v-if="!endphoto0"
style="position: absolute;top: 50%;left: 50%;width: 70rpx;height: 60rpx;transform: translate(-50%,-50%);"
src="https://www.focusnu.com/media/directive/index/takephoto.png" />
</view>
</view>
<view class="content-title" style="margin: 30rpx 0;">
<view class="shu"></view>
<view class="content-weight">银行卡信息</view>
</view>
<view class="white-message">
<view>
<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">{{textArray0[index] ? textArray0[index] : "无" }}</view>
</view>
</view>
</view>
</view>
<view style="position: relative;">
<image class="photo"
:src="fontphoto0 ? fontphoto0 : `https://www.focusnu.com/media/directive/index/bankfront.png`" />
<image style="width: 100%;height: 100%;top: 0;left: 0;z-index: 1;position: absolute;"
:src="fontphoto0 ? `` : `https://www.focusnu.com/media/directive/index/bian.png`" />
<image v-if="!fontphoto0"
style="position: absolute;top: 50%;left: 50%;width: 70rpx;height: 60rpx;transform: translate(-50%,-50%);"
src="https://www.focusnu.com/media/directive/index/takephoto.png" />
<view class="white-content">
<view class="content-title" style="margin-bottom: 20rpx;">
<view class="shu"></view>
<view class="content-weight">健康证</view>
<view style="margin-top: 8rpx;margin-left: 12rpx;;font-size: 23rpx;">(选填)</view>
</view>
<view class="white-photo"
@click="getMessage((imgArray[0] ? `${media_base_url}${imgArray[0]}` : ''),imgArray[0],1)">
<view class="photo-left">
<view class="photo-weight">健康证正面</view>
<!-- <view class="photo-font">请上传健康证正面</view> -->
</view>
<view style="position: relative;">
<image class="photo" :src="imgArray[0] ? `${media_base_url}${imgArray[0]}` : ``" />
<!-- <image style="width: 100%;height: 100%;top: 0;left: 0;z-index: 1;position: absolute;"
:src="imgArray[0] ? `` : `https://www.focusnu.com/media/directive/index/bian.png`" />
<image v-if="!imgArray[0]"
style="position: absolute;top: 50%;left: 50%;width: 70rpx;height: 60rpx;transform: translate(-50%,-50%);"
src="https://www.focusnu.com/media/directive/index/takephoto.png" /> -->
</view>
</view>
<!-- <view class="white-photo"
@click="getMessage(imgArray[1] ? `${base_url}/sys/common/static/${imgArray[1]}` : '')">
<view class="photo-left">
<view class="photo-weight">健康证反面</view>
<view class="photo-font">请上传健康证反面</view>
</view>
<view style="position: relative;">
<image class="photo"
:src="imgArray[1] ? `${base_url}/sys/common/static/${imgArray[1]}` : `https://www.focusnu.com/media/directive/index/healend.png`" />
<image style="width: 100%;height: 100%;top: 0;left: 0;z-index: 1;position: absolute;"
:src="imgArray[1] ? `` : `https://www.focusnu.com/media/directive/index/bian.png`" />
<image v-if="!imgArray[1]"
style="position: absolute;top: 50%;left: 50%;width: 70rpx;height: 60rpx;transform: translate(-50%,-50%);"
src="https://www.focusnu.com/media/directive/index/takephoto.png" />
</view>
</view> -->
</view>
<view class="white-content">
<view class="content-title" style="margin: 20rpx 0;">
<view class="shu"></view>
<view class="content-weight">资质证</view>
<view style="margin-top: 8rpx;margin-left: 12rpx;;font-size: 23rpx;">(选填)</view>
</view>
<view class="white-photo"
@click="getMessage((imgArray[2] ? `${media_base_url}${imgArray[2]}` : ''),imgArray[2],1)">
<view class="photo-left">
<view class="photo-weight">资质证</view>
<view class="photo-font">请上传资质证</view>
</view>
<view style="position: relative;">
<image class="photo" :src="imgArray[2] ? `${media_base_url}${imgArray[2]}` : ``" />
<!-- <image style="width: 100%;height: 100%;top: 0;left: 0;z-index: 1;position: absolute;"
:src="imgArray[2] ? `` : `https://www.focusnu.com/media/directive/index/bian.png`" /> -->
<!-- <image v-if="!imgArray[2]"
style="position: absolute;top: 50%;left: 50%;width: 70rpx;height: 60rpx;transform: translate(-50%,-50%);"
src="https://www.focusnu.com/media/directive/index/takephoto.png" /> -->
</view>
</view>
</view>
<view class="white-content">
<view class="content-title" style="margin: 20rpx 0;">
<view class="shu"></view>
<view class="content-weight">无犯罪证明</view>
<view style="margin-top: 8rpx;margin-left: 12rpx;;font-size: 23rpx;">(选填)</view>
</view>
<view class="white-photo"
@click="getMessage((imgArray[3] ? `${media_base_url}${imgArray[3]}` : ''),imgArray[3],1)">
<view class="photo-left">
<view class="photo-weight">无犯罪证明</view>
<view class="photo-font">请上传无犯罪证明</view>
</view>
<view style="position: relative;">
<image class="photo" :src="imgArray[3] ? `${media_base_url}${imgArray[3]}` : ``" />
<!-- <image style="width: 100%;height: 100%;top: 0;left: 0;z-index: 1;position: absolute;"
:src="imgArray[3] ? `` : `https://www.focusnu.com/media/directive/index/bian.png`" />
<image v-if="!imgArray[3]"
style="position: absolute;top: 50%;left: 50%;width: 70rpx;height: 60rpx;transform: translate(-50%,-50%);"
src="https://www.focusnu.com/media/directive/index/takephoto.png" /> -->
</view>
</view>
</view>
</view>
<view class="white-photo" style="margin-top: 30rpx;" @click="getMessage(endphoto0,alldata.bankFmPath,1)">
<view class="photo-left">
<view class="photo-weight">银行卡反面</view>
<!-- <view class="photo-font">请上传银行卡反面</view> -->
</view>
<view style="position: relative;">
<image class="photo"
:src="endphoto0 ? endphoto0 : `https://www.focusnu.com/media/directive/index/bankend.png`" />
<image style="width: 100%;height: 100%;top: 0;left: 0;z-index: 1;position: absolute;"
:src="endphoto0 ? `` : `https://www.focusnu.com/media/directive/index/bian.png`" />
<image v-if="!endphoto0"
style="position: absolute;top: 50%;left: 50%;width: 70rpx;height: 60rpx;transform: translate(-50%,-50%);"
src="https://www.focusnu.com/media/directive/index/takephoto.png" />
</view>
</view>
<view class="content-title" style="margin: 30rpx 0;">
<view class="shu"></view>
<view class="content-weight">银行卡信息</view>
</view>
<view class="white-message">
<view>
<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">{{textArray0[index] ? textArray0[index] : "无" }}</view>
<view style="display: flex;width: 100%;padding: 0 10%;justify-content: space-between;margin-top: 20rpx;">
<view class="back-button" @click="dexcard = 2;gotop()">
上一步
</view>
<view class="finish-button" @click="goBack()">
关闭
</view>
</view>
</view>
</view>
<view class="white-content">
<view class="content-title" style="margin-bottom: 20rpx;">
<view class="shu"></view>
<view class="content-weight">健康证</view>
<view style="margin-top: 8rpx;margin-left: 12rpx;;font-size: 23rpx;">(选填)</view>
</view>
<view class="white-photo"
@click="getMessage((imgArray[0] ? `${media_base_url}${imgArray[0]}` : ''),imgArray[0],1)">
<view class="photo-left">
<view class="photo-weight">健康证正面</view>
<!-- <view class="photo-font">请上传健康证正面</view> -->
</view>
<view style="position: relative;">
<image class="photo" :src="imgArray[0] ? `${media_base_url}${imgArray[0]}` : ``" />
<!-- <image style="width: 100%;height: 100%;top: 0;left: 0;z-index: 1;position: absolute;"
:src="imgArray[0] ? `` : `https://www.focusnu.com/media/directive/index/bian.png`" />
<image v-if="!imgArray[0]"
style="position: absolute;top: 50%;left: 50%;width: 70rpx;height: 60rpx;transform: translate(-50%,-50%);"
src="https://www.focusnu.com/media/directive/index/takephoto.png" /> -->
</view>
</template>
</view>
<!-- <view class="white-photo"
@click="getMessage(imgArray[1] ? `${base_url}/sys/common/static/${imgArray[1]}` : '')">
<view class="photo-left">
<view class="photo-weight">健康证反面</view>
<view class="photo-font">请上传健康证反面</view>
</view>
<view style="position: relative;">
<image class="photo"
:src="imgArray[1] ? `${base_url}/sys/common/static/${imgArray[1]}` : `https://www.focusnu.com/media/directive/index/healend.png`" />
<image style="width: 100%;height: 100%;top: 0;left: 0;z-index: 1;position: absolute;"
:src="imgArray[1] ? `` : `https://www.focusnu.com/media/directive/index/bian.png`" />
<image v-if="!imgArray[1]"
style="position: absolute;top: 50%;left: 50%;width: 70rpx;height: 60rpx;transform: translate(-50%,-50%);"
src="https://www.focusnu.com/media/directive/index/takephoto.png" />
</view>
</view> -->
</view>
<view class="white-content">
<view class="content-title" style="margin: 20rpx 0;">
<view class="shu"></view>
<view class="content-weight">资质证</view>
<view style="margin-top: 8rpx;margin-left: 12rpx;;font-size: 23rpx;">(选填)</view>
</view>
<view class="white-photo"
@click="getMessage((imgArray[2] ? `${media_base_url}${imgArray[2]}` : ''),imgArray[2],1)">
<view class="photo-left">
<view class="photo-weight">资质证</view>
<view class="photo-font">请上传资质证</view>
</view>
<view style="position: relative;">
<image class="photo" :src="imgArray[2] ? `${media_base_url}${imgArray[2]}` : ``" />
<!-- <image style="width: 100%;height: 100%;top: 0;left: 0;z-index: 1;position: absolute;"
:src="imgArray[2] ? `` : `https://www.focusnu.com/media/directive/index/bian.png`" /> -->
<!-- <image v-if="!imgArray[2]"
style="position: absolute;top: 50%;left: 50%;width: 70rpx;height: 60rpx;transform: translate(-50%,-50%);"
src="https://www.focusnu.com/media/directive/index/takephoto.png" /> -->
</view>
</view>
</view>
<view class="white-content">
<view class="content-title" style="margin: 20rpx 0;">
<view class="shu"></view>
<view class="content-weight">无犯罪证明</view>
<view style="margin-top: 8rpx;margin-left: 12rpx;;font-size: 23rpx;">(选填)</view>
</view>
<view class="white-photo"
@click="getMessage((imgArray[3] ? `${media_base_url}${imgArray[3]}` : ''),imgArray[3],1)">
<view class="photo-left">
<view class="photo-weight">无犯罪证明</view>
<view class="photo-font">请上传无犯罪证明</view>
</view>
<view style="position: relative;">
<image class="photo" :src="imgArray[3] ? `${media_base_url}${imgArray[3]}` : ``" />
<!-- <image style="width: 100%;height: 100%;top: 0;left: 0;z-index: 1;position: absolute;"
:src="imgArray[3] ? `` : `https://www.focusnu.com/media/directive/index/bian.png`" />
<image v-if="!imgArray[3]"
style="position: absolute;top: 50%;left: 50%;width: 70rpx;height: 60rpx;transform: translate(-50%,-50%);"
src="https://www.focusnu.com/media/directive/index/takephoto.png" /> -->
</view>
</view>
</view>
<view style="display: flex;width: 100%;margin-top: 40rpx;"></view>
</div>
@ -268,7 +310,7 @@
import {
swapLongTerm
} from '@/compontent/public/long.js'
const dexcard = ref(0)
const show = ref(false);
const content = ref("");
@ -302,6 +344,12 @@
//
const tempImagePath = ref('')
function gotop(){
uni.pageScrollTo({
scrollTop: 0,
duration: 10
});
}
//
function getMessage(url,u,d) {
if(d==1&&!u){
@ -414,6 +462,33 @@
</script>
<style lang="scss" scoped>
.finish-button {
display: flex;
justify-content: center;
align-items: center;
width: 44%;
height: 90rpx;
// margin: 0rpx auto;
margin-bottom: 80rpx;
border: 2rpx solid #9AD1FF;
color: #007CFF;
background: linear-gradient(to bottom, #e7f4ff, #c5e5ff);
border-radius: 37rpx;
font-size: 33rpx;
}
.back-button {
display: flex;
justify-content: center;
align-items: center;
width: 44%;
height: 90rpx;
margin-bottom: 80rpx;
border: 2rpx solid #c3cacd;
background: linear-gradient(to bottom, #f3f3f5, #dee4e9);
border-radius: 37rpx;
font-size: 33rpx;
}
.container {
display: flex;
flex-direction: column;

View File

@ -488,19 +488,11 @@
});
}
const jgxx = (e,k)=>{
if(k==1){
uni.showToast({
icon:'none',
title:"平台搭建中,敬请期待"
})
}else{
queryOrgInfoById(e.pkId ).then(res=>{
uni.navigateTo({
url: `/pages/addjigou/all?element=${JSON.stringify(res.result)}&code=${k}`
});
})
}
}
onShow(() => {
loadingData();