This commit is contained in:
parent
090e10289a
commit
ea263e58df
|
|
@ -10,12 +10,12 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view :style="{height:`${uni.getStorageSync('moveHeight') + 40}px`}"></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;" >
|
<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==1" >待审核</text>
|
||||||
<text v-if="alldata.status==3&&code==0">审核驳回</text>
|
<text v-if="alldata.status==3&&code==0">审核驳回</text>
|
||||||
<text v-if="alldata.status==2&&code==0" style="color: #0089FE;">审核通过</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>
|
||||||
</view>
|
</view>
|
||||||
|
|
@ -24,104 +24,142 @@
|
||||||
驳回原因:{{contentred}}
|
驳回原因:{{contentred}}
|
||||||
</view>
|
</view>
|
||||||
</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" />
|
|
||||||
</view>
|
|
||||||
|
|
||||||
</view>
|
<template>
|
||||||
<view class="white-photo" style="margin-top: 30rpx;" @click="getMessage(backImge)">
|
<view v-if="dexcard==0">
|
||||||
<view class="photo-left">
|
<view class="white-content">
|
||||||
<view class="photo-weight">国徽面</view>
|
<view class="content-title" :style="special?{height: `100rpx`}:{height: `140rpx`}" style="position: relative;margin-bottom: 20rpx;z-index: 999;">
|
||||||
<!-- <view class="photo-font">请上传身份证国徽面</view> -->
|
<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 style="position: relative;">
|
|
||||||
<image class="photo"
|
<view style="display: flex;width: 100%;padding: 0 10%;justify-content: center;">
|
||||||
:src="backImge ? backImge : `https://www.focusnu.com/media/directive/index/backIDcard.png`" />
|
<view class="finish-button" @click="dexcard = 1">
|
||||||
<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>
|
||||||
</view>
|
</template>
|
||||||
|
|
||||||
<view class="white-content">
|
<template>
|
||||||
<view class="content-title" style="margin-bottom: 30rpx;">
|
<view v-if="dexcard==1">
|
||||||
<view class="shu"></view>
|
<view class="white-content">
|
||||||
<view class="content-weight">营业执照</view>
|
<view class="content-title" style="margin-bottom: 30rpx;">
|
||||||
</view>
|
<view class="shu"></view>
|
||||||
<view class="white-photo" @click="getMessage(headImge0)">
|
<view class="content-weight">营业执照</view>
|
||||||
<view class="photo-left">
|
</view>
|
||||||
<view class="photo-weight">营业执照</view>
|
<view class="white-photo" @click="getMessage(headImge0)">
|
||||||
<!-- <view class="photo-font">请上传营业执照</view> -->
|
<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>
|
||||||
|
</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
<view style="position: relative;">
|
<view style="display: flex;width: 100%;padding: 0 10%;justify-content: space-between;">
|
||||||
<image class="photo"
|
<view class="back-button" @click="dexcard = 0">
|
||||||
:src="headImge0 ? headImge0 : `https://www.focusnu.com/media/directive/index/zhizhao.png`" />
|
上一步
|
||||||
<image v-if="!headImge0"
|
</view>
|
||||||
style="position: absolute;top: 50%;left: 50%;width: 70rpx;height: 60rpx;transform: translate(-50%,-50%);"
|
<view class="finish-button" @click="dexcard = 2">
|
||||||
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>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="content-title">
|
</template>
|
||||||
<view class="shu"></view>
|
|
||||||
<view class="content-weight">机构信息</view>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
|
|
||||||
<view class="white-content" style="margin-top: 0rpx;">
|
<template>
|
||||||
<view class="white-message">
|
<view v-if="dexcard==2">
|
||||||
<view style="margin-bottom: 20rpx;">
|
<view class="white-content" style="margin-top: 0rpx;">
|
||||||
<view v-for="(item,index) in nameArray1" :key="index" class="one"
|
<view class="content-title">
|
||||||
@click="openLook(textArray1[index])">
|
<view class="shu"></view>
|
||||||
<view class="one-left">{{item}}</view>
|
<view class="content-weight">机构信息</view>
|
||||||
<view class="one-right">{{textArray1[index] ? textArray1[index] : "自动获取" }}</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>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</template>
|
||||||
|
|
||||||
|
|
||||||
<view style="display: flex;width: 100%;margin-top: 40rpx;"></view>
|
<view style="display: flex;width: 100%;margin-top: 40rpx;"></view>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -141,7 +179,7 @@
|
||||||
import { getrel } from '@/pages/addjigou/api/addjigou.js';
|
import { getrel } from '@/pages/addjigou/api/addjigou.js';
|
||||||
import model from "@/compontent/public/model.vue"
|
import model from "@/compontent/public/model.vue"
|
||||||
import { swapLongTerm } from '@/compontent/public/long.js'
|
import { swapLongTerm } from '@/compontent/public/long.js'
|
||||||
|
const dexcard = ref(0)
|
||||||
const show = ref(false);
|
const show = ref(false);
|
||||||
const content = ref("");
|
const content = ref("");
|
||||||
|
|
||||||
|
|
@ -250,6 +288,33 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<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 {
|
.small-blue {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
<view class="title-back" :style="{height:`${uni.getStorageSync('moveHeight')+40}px`}">
|
<view class="title-back" :style="{height:`${uni.getStorageSync('moveHeight')+40}px`}">
|
||||||
<view class="left-father" @click="goBack">
|
<view class="left-father" @click="goBack">
|
||||||
<image class="back-img" src="https://www.focusnu.com/media/directive/index/left.png" />
|
<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>
|
</view>
|
||||||
<view :style="{height:`${uni.getStorageSync('moveHeight') + 30}px`}"></view>
|
<view :style="{height:`${uni.getStorageSync('moveHeight') + 30}px`}"></view>
|
||||||
|
|
|
||||||
|
|
@ -53,7 +53,7 @@
|
||||||
<view class="title-back" :style="{height:`${uni.getStorageSync('moveHeight')+40}px`}">
|
<view class="title-back" :style="{height:`${uni.getStorageSync('moveHeight')+40}px`}">
|
||||||
<view class="left-father" @click="goBack">
|
<view class="left-father" @click="goBack">
|
||||||
<image class="back-img" src="https://www.focusnu.com/media/directive/index/left.png" />
|
<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>
|
</view>
|
||||||
<view :style="{height:`${uni.getStorageSync('moveHeight') + 30}px`}"></view>
|
<view :style="{height:`${uni.getStorageSync('moveHeight') + 30}px`}"></view>
|
||||||
|
|
|
||||||
|
|
@ -16,235 +16,277 @@
|
||||||
<view style="font-size: 30rpx;">入职登记表</view>
|
<view style="font-size: 30rpx;">入职登记表</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|
||||||
<view :style="{height:`${uni.getStorageSync('moveHeight') + 30}px`}"></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 class="content-img"
|
||||||
<view style="display: flex;">
|
style="display: flex;align-items: center;justify-content: flex-end;color: red;">
|
||||||
<view class="shu"></view>
|
<text v-if="alldata.applyStatus==1">待审核</text>
|
||||||
<view class="content-weight" style="margin-top: -2rpx;">个人信息</view>
|
<text v-if="alldata.applyStatus==2" style="color: #0089FE;">审核通过</text>
|
||||||
<!-- <image class="shu-img" v-if="(alldata.applyStatus==1&&alldata.applyStatus==4)||code==1"
|
<text v-if="alldata.applyStatus==3">审核驳回</text>
|
||||||
:src="alldata.applyStatus? `https://www.focusnu.com/media/directive/index/${statusarray[alldata.applyStatus-1]}.png`:``" /> -->
|
<text v-if="alldata.applyStatus==4">待审核</text>
|
||||||
</view>
|
<text v-if="alldata.applyStatus==5">审核驳回</text>
|
||||||
|
|
||||||
<view class="small-blue" @click="changeMessage" v-if="alldata.applyStatus!=1&&alldata.applyStatus!=4&&code<0">
|
|
||||||
编辑
|
|
||||||
</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>
|
||||||
<!-- <view class="contentred" v-if="!applyStatus&&contentred">
|
<view class="small-blue" @click="changeMessage" v-if="alldata.applyStatus!=1&&alldata.applyStatus!=4&&code<0">
|
||||||
<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>
|
||||||
<view class="white-message">
|
</view>
|
||||||
<view>
|
|
||||||
<view v-for="(item,index) in nameArray1" :key="index" class="one"
|
<view style="margin:00rpx auto 0;width: 90%;color: red;display: flex;" v-if="(alldata.applyStatus==3||alldata.applyStatus==5)&&alldata.auditContent">
|
||||||
@click="openLook(textArray1[index])">
|
<text style="color: #222;margin-left: 10rpx;width: 20%;white-space: nowrap;">驳回原因:</text>
|
||||||
<view class="one-left">{{item}}</view>
|
<text style="word-break: break-all; width: 73%;">{{alldata.auditContent}}</text>
|
||||||
<view class="one-right">{{textArray1[index] ? textArray1[index] : "自动获取" }}</view>
|
</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 style="display: flex;width: 100%;padding: 0 10%;justify-content: center;">
|
||||||
|
<view class="finish-button" @click="dexcard = 1;gotop()">
|
||||||
|
下一步
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</template>
|
||||||
<view class="white-content">
|
<template>
|
||||||
<view class="content-title" :style="!applyStatus?{height: `100rpx`}:{height: `140rpx`}"
|
<view v-if="dexcard==1">
|
||||||
style="position: relative;margin-bottom: 20rpx;z-index: 999;">
|
<view class="white-content">
|
||||||
<view class="shu"></view>
|
<view class="content-title" :style="!applyStatus?{height: `100rpx`}:{height: `140rpx`}"
|
||||||
<view class="content-weight">身份证</view>
|
style="position: relative;margin-bottom: 20rpx;z-index: 999;">
|
||||||
|
<view class="shu"></view>
|
||||||
</view>
|
<view class="content-weight">身份证</view>
|
||||||
<view class="white-photo" @click="getMessage(headImge)">
|
|
||||||
<view class="photo-left">
|
</view>
|
||||||
<view class="photo-weight">人像面</view>
|
<view class="white-photo" @click="getMessage(headImge)">
|
||||||
<!-- <view class="photo-font">请上传身份证人像面</view> -->
|
<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 style="position: relative;">
|
<view style="display: flex;width: 100%;padding: 0 10%;justify-content: space-between;">
|
||||||
<image class="photo"
|
<view class="back-button" @click="dexcard = 0;gotop()">
|
||||||
:src="headImge ? headImge : `https://www.focusnu.com/media/directive/index/IDcard.png`" />
|
上一步
|
||||||
<image v-if="!headImge"
|
</view>
|
||||||
style="position: absolute;top: 50%;left: 50%;width: 70rpx;height: 60rpx;transform: translate(-50%,-50%);"
|
<view class="finish-button" @click="dexcard = 2;gotop()">
|
||||||
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>
|
||||||
</view>
|
</template>
|
||||||
<view class="white-content">
|
|
||||||
<view class="content-title" style="margin-bottom: 30rpx;">
|
<template>
|
||||||
<view class="shu"></view>
|
<view v-if="dexcard==2">
|
||||||
<view class="content-weight">银行卡</view>
|
<view class="white-content">
|
||||||
<view style="margin-top: 8rpx;margin-left: 12rpx;;font-size: 23rpx;">(选填)</view>
|
<view class="content-title" style="margin-bottom: 30rpx;">
|
||||||
</view>
|
<view class="shu"></view>
|
||||||
<view class="white-photo" @click="getMessage(fontphoto0,alldata.bankZmPath,1)">
|
<view class="content-weight">银行卡</view>
|
||||||
<view class="photo-left">
|
<view style="margin-top: 8rpx;margin-left: 12rpx;;font-size: 23rpx;">(选填)</view>
|
||||||
<view class="photo-weight">银行卡正面</view>
|
</view>
|
||||||
<!-- <view class="photo-font">请上传银行卡正面</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>
|
||||||
<view style="position: relative;">
|
<view class="white-content">
|
||||||
<image class="photo"
|
<view class="content-title" style="margin-bottom: 20rpx;">
|
||||||
:src="fontphoto0 ? fontphoto0 : `https://www.focusnu.com/media/directive/index/bankfront.png`" />
|
<view class="shu"></view>
|
||||||
<image style="width: 100%;height: 100%;top: 0;left: 0;z-index: 1;position: absolute;"
|
<view class="content-weight">健康证</view>
|
||||||
:src="fontphoto0 ? `` : `https://www.focusnu.com/media/directive/index/bian.png`" />
|
<view style="margin-top: 8rpx;margin-left: 12rpx;;font-size: 23rpx;">(选填)</view>
|
||||||
<image v-if="!fontphoto0"
|
</view>
|
||||||
style="position: absolute;top: 50%;left: 50%;width: 70rpx;height: 60rpx;transform: translate(-50%,-50%);"
|
<view class="white-photo"
|
||||||
src="https://www.focusnu.com/media/directive/index/takephoto.png" />
|
@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>
|
||||||
|
<view class="white-content">
|
||||||
</view>
|
<view class="content-title" style="margin: 20rpx 0;">
|
||||||
<view class="white-photo" style="margin-top: 30rpx;" @click="getMessage(endphoto0,alldata.bankFmPath,1)">
|
<view class="shu"></view>
|
||||||
<view class="photo-left">
|
<view class="content-weight">资质证</view>
|
||||||
<view class="photo-weight">银行卡反面</view>
|
<view style="margin-top: 8rpx;margin-left: 12rpx;;font-size: 23rpx;">(选填)</view>
|
||||||
<!-- <view class="photo-font">请上传银行卡反面</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>
|
||||||
<view style="position: relative;">
|
<view class="white-content">
|
||||||
<image class="photo"
|
<view class="content-title" style="margin: 20rpx 0;">
|
||||||
:src="endphoto0 ? endphoto0 : `https://www.focusnu.com/media/directive/index/bankend.png`" />
|
<view class="shu"></view>
|
||||||
<image style="width: 100%;height: 100%;top: 0;left: 0;z-index: 1;position: absolute;"
|
<view class="content-weight">无犯罪证明</view>
|
||||||
:src="endphoto0 ? `` : `https://www.focusnu.com/media/directive/index/bian.png`" />
|
<view style="margin-top: 8rpx;margin-left: 12rpx;;font-size: 23rpx;">(选填)</view>
|
||||||
<image v-if="!endphoto0"
|
</view>
|
||||||
style="position: absolute;top: 50%;left: 50%;width: 70rpx;height: 60rpx;transform: translate(-50%,-50%);"
|
<view class="white-photo"
|
||||||
src="https://www.focusnu.com/media/directive/index/takephoto.png" />
|
@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>
|
<view style="display: flex;width: 100%;padding: 0 10%;justify-content: space-between;margin-top: 20rpx;">
|
||||||
<view class="content-title" style="margin: 30rpx 0;">
|
<view class="back-button" @click="dexcard = 2;gotop()">
|
||||||
<view class="shu"></view>
|
上一步
|
||||||
<view class="content-weight">银行卡信息</view>
|
</view>
|
||||||
</view>
|
<view class="finish-button" @click="goBack()">
|
||||||
<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>
|
</view>
|
||||||
</view>
|
</template>
|
||||||
<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 style="display: flex;width: 100%;margin-top: 40rpx;"></view>
|
<view style="display: flex;width: 100%;margin-top: 40rpx;"></view>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -268,7 +310,7 @@
|
||||||
import {
|
import {
|
||||||
swapLongTerm
|
swapLongTerm
|
||||||
} from '@/compontent/public/long.js'
|
} from '@/compontent/public/long.js'
|
||||||
|
const dexcard = ref(0)
|
||||||
const show = ref(false);
|
const show = ref(false);
|
||||||
const content = ref("");
|
const content = ref("");
|
||||||
|
|
||||||
|
|
@ -301,7 +343,13 @@
|
||||||
|
|
||||||
// 本地保存的临时文件路径
|
// 本地保存的临时文件路径
|
||||||
const tempImagePath = ref('')
|
const tempImagePath = ref('')
|
||||||
|
|
||||||
|
function gotop(){
|
||||||
|
uni.pageScrollTo({
|
||||||
|
scrollTop: 0,
|
||||||
|
duration: 10
|
||||||
|
});
|
||||||
|
}
|
||||||
// 拍照并上传
|
// 拍照并上传
|
||||||
function getMessage(url,u,d) {
|
function getMessage(url,u,d) {
|
||||||
if(d==1&&!u){
|
if(d==1&&!u){
|
||||||
|
|
@ -414,6 +462,33 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<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 {
|
.container {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
|
||||||
|
|
@ -488,19 +488,11 @@
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
const jgxx = (e,k)=>{
|
const jgxx = (e,k)=>{
|
||||||
if(k==1){
|
|
||||||
uni.showToast({
|
|
||||||
icon:'none',
|
|
||||||
title:"平台搭建中,敬请期待"
|
|
||||||
})
|
|
||||||
}else{
|
|
||||||
queryOrgInfoById(e.pkId ).then(res=>{
|
queryOrgInfoById(e.pkId ).then(res=>{
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: `/pages/addjigou/all?element=${JSON.stringify(res.result)}&code=${k}`
|
url: `/pages/addjigou/all?element=${JSON.stringify(res.result)}&code=${k}`
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
onShow(() => {
|
onShow(() => {
|
||||||
loadingData();
|
loadingData();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue