图片移动
@ -5,7 +5,7 @@
|
||||
柚助手客服
|
||||
</view>
|
||||
<view class="flex justify-center overflow-hidden">
|
||||
<image :show-menu-by-longpress="true" class="qrcode" src="/static/work/service.png" />
|
||||
<image :show-menu-by-longpress="true" class="qrcode" src="/pages/work/static/service.png" />
|
||||
</view>
|
||||
<view class="mt-10 px-15 text-base text-dark leading-normal text-center">
|
||||
扫码或长按添加柚助手客服
|
||||
|
||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
|
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 50 KiB |
|
Before Width: | Height: | Size: 363 B After Width: | Height: | Size: 363 B |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 869 B After Width: | Height: | Size: 869 B |
|
Before Width: | Height: | Size: 434 B After Width: | Height: | Size: 434 B |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 784 B After Width: | Height: | Size: 784 B |
@ -9,9 +9,9 @@
|
||||
<view class="album border rounded overflow-hidden" @click="uploadIdCard('idCardFront')">
|
||||
<image v-if="form.idCardFront" class="w-full h-full" :src="form.idCardFront" />
|
||||
<view v-else class="relative w-full h-full ">
|
||||
<image class="absolute w-full h-full" src="/static/work/fIDCard.png" />
|
||||
<image class="absolute w-full h-full" src="/pages/work/static/fIDCard.png" />
|
||||
<view class="absolute w-full h-full flex flex-col items-center justify-center">
|
||||
<image class="carmra-icon" src="/static/work/camera.png" />
|
||||
<image class="carmra-icon" src="/pages/work/static/camera.png" />
|
||||
<view class="text-lg font-semibold color-428">上传人像面</view>
|
||||
</view>
|
||||
</view>
|
||||
@ -19,9 +19,9 @@
|
||||
<view class="album border rounded overflow-hidden" @click="uploadIdCard('idCardBack')">
|
||||
<image v-if="form.idCardBack" class="w-full h-full" :src="form.idCardBack" />
|
||||
<view v-else class="relative w-full h-full ">
|
||||
<image class="absolute w-full h-full" src="/static/work/aIDCard.png" />
|
||||
<image class="absolute w-full h-full" src="/pages/work/static/aIDCard.png" />
|
||||
<view class="absolute w-full h-full flex flex-col items-center justify-center">
|
||||
<image class="carmra-icon" src="/static/work/camera.png" />
|
||||
<image class="carmra-icon" src="/pages/work/static/camera.png" />
|
||||
<view class="text-lg font-semibold color-428">上传国徽面</view>
|
||||
</view>
|
||||
</view>
|
||||
@ -31,29 +31,29 @@
|
||||
身份证示例
|
||||
</view>
|
||||
<view class="mt-12 flex items-center justify-between">
|
||||
<image class="album" src="/static/work/cardFront.png" />
|
||||
<image class="album" src="/static/work/cardBack.png" />
|
||||
<image class="album" src="/pages/work/static/cardFront.png" />
|
||||
<image class="album" src="/pages/work/static/cardBack.png" />
|
||||
</view>
|
||||
<view class="mt-12 text-dark font-semibold text-base">拍摄须知</view>
|
||||
<view class="mt-10 flex items-center justify-between">
|
||||
<view class="flex flex-col items-center justify-center">
|
||||
<image class="mb-5 exam-icon" src="/static/work/fIDCard.png" />
|
||||
<image class="mb-5 status-icon" src="/static/work/hook.png" />
|
||||
<image class="mb-5 exam-icon" src="/pages/work/static/fIDCard.png" />
|
||||
<image class="mb-5 status-icon" src="/pages/work/static/hook.png" />
|
||||
<view class="text-base text-dark">标准</view>
|
||||
</view>
|
||||
<view class="flex flex-col items-center justify-center">
|
||||
<image class="mb-5 exam-icon" src="/static/work/lackCard.png" />
|
||||
<image class="mb-5 status-icon" src="/static/work/error.png" />
|
||||
<image class="mb-5 exam-icon" src="/pages/work/static/lackCard.png" />
|
||||
<image class="mb-5 status-icon" src="/pages/work/static/error.png" />
|
||||
<view class="text-base text-dark">缺边</view>
|
||||
</view>
|
||||
<view class="flex flex-col items-center justify-center">
|
||||
<image class="mb-5 exam-icon" src="/static/work/vagueCard.png" />
|
||||
<image class="mb-5 status-icon" src="/static/work/error.png" />
|
||||
<image class="mb-5 exam-icon" src="/pages/work/static/vagueCard.png" />
|
||||
<image class="mb-5 status-icon" src="/pages/work/static/error.png" />
|
||||
<view class="text-base text-dark">模糊</view>
|
||||
</view>
|
||||
<view class="flex flex-col items-center justify-center">
|
||||
<image class="mb-5 exam-icon" src="/static/work/flashCard.png" />
|
||||
<image class="mb-5 status-icon" src="/static/work/error.png" />
|
||||
<image class="mb-5 exam-icon" src="/pages/work/static/flashCard.png" />
|
||||
<image class="mb-5 status-icon" src="/pages/work/static/error.png" />
|
||||
<view class="text-base text-dark">闪光</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@ -38,8 +38,8 @@
|
||||
<view class="mt-10 text-sm text-dark leading-normal">1、确保姓名、照片、编号、执业范围、签发机关等清晰可见</view>
|
||||
<view class="mt-10 text-sm text-dark leading-normal">2、需上传证书第一、第二页,图片仅供参考,以实际证书为准</view>
|
||||
<view class="mt-12 flex items-center justify-between">
|
||||
<image class="album" src="/static/work/licenseFront.png" />
|
||||
<image class="album" src="/static/work/licenseBack.png" />
|
||||
<image class="album" src="/pages/work/static/licenseFront.png" />
|
||||
<image class="album" src="/pages/work/static/licenseBack.png" />
|
||||
</view>
|
||||
</view>
|
||||
<template #footer>
|
||||
|
||||