图片移动

This commit is contained in:
zhanchao 2026-09-08 18:40:19 +08:00
parent 4ae45ff468
commit 6dcfee76d7
16 changed files with 19 additions and 19 deletions

View File

@ -5,7 +5,7 @@
柚助手客服 柚助手客服
</view> </view>
<view class="flex justify-center overflow-hidden"> <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>
<view class="mt-10 px-15 text-base text-dark leading-normal text-center"> <view class="mt-10 px-15 text-base text-dark leading-normal text-center">
扫码或长按添加柚助手客服 扫码或长按添加柚助手客服
@ -22,4 +22,4 @@
width: 400rpx; width: 400rpx;
height: 400rpx; height: 400rpx;
} }
</style> </style>

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 60 KiB

View File

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

View File

Before

Width:  |  Height:  |  Size: 363 B

After

Width:  |  Height:  |  Size: 363 B

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 869 B

After

Width:  |  Height:  |  Size: 869 B

View File

Before

Width:  |  Height:  |  Size: 434 B

After

Width:  |  Height:  |  Size: 434 B

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

Before

Width:  |  Height:  |  Size: 784 B

After

Width:  |  Height:  |  Size: 784 B

View File

@ -9,9 +9,9 @@
<view class="album border rounded overflow-hidden" @click="uploadIdCard('idCardFront')"> <view class="album border rounded overflow-hidden" @click="uploadIdCard('idCardFront')">
<image v-if="form.idCardFront" class="w-full h-full" :src="form.idCardFront" /> <image v-if="form.idCardFront" class="w-full h-full" :src="form.idCardFront" />
<view v-else class="relative w-full h-full "> <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"> <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 class="text-lg font-semibold color-428">上传人像面</view>
</view> </view>
</view> </view>
@ -19,9 +19,9 @@
<view class="album border rounded overflow-hidden" @click="uploadIdCard('idCardBack')"> <view class="album border rounded overflow-hidden" @click="uploadIdCard('idCardBack')">
<image v-if="form.idCardBack" class="w-full h-full" :src="form.idCardBack" /> <image v-if="form.idCardBack" class="w-full h-full" :src="form.idCardBack" />
<view v-else class="relative w-full h-full "> <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"> <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 class="text-lg font-semibold color-428">上传国徽面</view>
</view> </view>
</view> </view>
@ -31,29 +31,29 @@
身份证示例 身份证示例
</view> </view>
<view class="mt-12 flex items-center justify-between"> <view class="mt-12 flex items-center justify-between">
<image class="album" src="/static/work/cardFront.png" /> <image class="album" src="/pages/work/static/cardFront.png" />
<image class="album" src="/static/work/cardBack.png" /> <image class="album" src="/pages/work/static/cardBack.png" />
</view> </view>
<view class="mt-12 text-dark font-semibold text-base">拍摄须知</view> <view class="mt-12 text-dark font-semibold text-base">拍摄须知</view>
<view class="mt-10 flex items-center justify-between"> <view class="mt-10 flex items-center justify-between">
<view class="flex flex-col items-center justify-center"> <view class="flex flex-col items-center justify-center">
<image class="mb-5 exam-icon" src="/static/work/fIDCard.png" /> <image class="mb-5 exam-icon" src="/pages/work/static/fIDCard.png" />
<image class="mb-5 status-icon" src="/static/work/hook.png" /> <image class="mb-5 status-icon" src="/pages/work/static/hook.png" />
<view class="text-base text-dark">标准</view> <view class="text-base text-dark">标准</view>
</view> </view>
<view class="flex flex-col items-center justify-center"> <view class="flex flex-col items-center justify-center">
<image class="mb-5 exam-icon" src="/static/work/lackCard.png" /> <image class="mb-5 exam-icon" src="/pages/work/static/lackCard.png" />
<image class="mb-5 status-icon" src="/static/work/error.png" /> <image class="mb-5 status-icon" src="/pages/work/static/error.png" />
<view class="text-base text-dark">缺边</view> <view class="text-base text-dark">缺边</view>
</view> </view>
<view class="flex flex-col items-center justify-center"> <view class="flex flex-col items-center justify-center">
<image class="mb-5 exam-icon" src="/static/work/vagueCard.png" /> <image class="mb-5 exam-icon" src="/pages/work/static/vagueCard.png" />
<image class="mb-5 status-icon" src="/static/work/error.png" /> <image class="mb-5 status-icon" src="/pages/work/static/error.png" />
<view class="text-base text-dark">模糊</view> <view class="text-base text-dark">模糊</view>
</view> </view>
<view class="flex flex-col items-center justify-center"> <view class="flex flex-col items-center justify-center">
<image class="mb-5 exam-icon" src="/static/work/flashCard.png" /> <image class="mb-5 exam-icon" src="/pages/work/static/flashCard.png" />
<image class="mb-5 status-icon" src="/static/work/error.png" /> <image class="mb-5 status-icon" src="/pages/work/static/error.png" />
<view class="text-base text-dark">闪光</view> <view class="text-base text-dark">闪光</view>
</view> </view>
</view> </view>
@ -176,4 +176,4 @@ async function save() {
width: 40rpx; width: 40rpx;
height: 40rpx; height: 40rpx;
} }
</style> </style>

View File

@ -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">1确保姓名照片编号执业范围签发机关等清晰可见</view>
<view class="mt-10 text-sm text-dark leading-normal">2需上传证书第一第二页图片仅供参考以实际证书为准</view> <view class="mt-10 text-sm text-dark leading-normal">2需上传证书第一第二页图片仅供参考以实际证书为准</view>
<view class="mt-12 flex items-center justify-between"> <view class="mt-12 flex items-center justify-between">
<image class="album" src="/static/work/licenseFront.png" /> <image class="album" src="/pages/work/static/licenseFront.png" />
<image class="album" src="/static/work/licenseBack.png" /> <image class="album" src="/pages/work/static/licenseBack.png" />
</view> </view>
</view> </view>
<template #footer> <template #footer>