From 2d43a1df3f5ba42710e6d21c27d1e13bdb8dfd56 Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期一, 24 三月 2025 09:23:08 +0800
Subject: [PATCH] -
---
src/pages/checkin/checkin.vue | 99 ++++++++++++++++++++++++++++++++++++++-----------
1 files changed, 77 insertions(+), 22 deletions(-)
diff --git a/src/pages/checkin/checkin.vue b/src/pages/checkin/checkin.vue
index e204362..eb2684c 100644
--- a/src/pages/checkin/checkin.vue
+++ b/src/pages/checkin/checkin.vue
@@ -1,31 +1,43 @@
<template>
<view>
<view class='chuany-flex camera-fill chuany-justify-center chuany-align-center'>
- <fui-upload immediate :url="`${apiBaseUrl}/api/UpFile/UpdateFile`" ref="uploadE" max='1' @success="success"
- :sizeType='sizeType' :sourceType='sourceType' @error="error" @complete="complete" width="280"
- height="280">
+ <tem-upload-fui immediate :url="`${apiBaseUrl}/api/UpFile/UpdateFile`" ref="uploadE" max='1'
+ @success="success" cameraType='back' :sizeType='sizeType' :sourceType='sourceType' @error="error"
+ @complete="complete" width="280" :mediaType='mediaType' height="280">
<view class="" v-if="checkPhoto">
- <image :src="checkPhoto" mode="widthFix" style="width: 280rpx;height: 280rpx;">
+ <image :src="checkPhoto" mode="aspectFill" style="width: 280rpx;height: 280rpx;">
</image>
</view>
<view class=" chuany-flex chuany-flex-direction chuany-align-center" v-else>
<fui-icon name="camera-fill"></fui-icon>
<view class="chuany-font20">鎷嶆憚鐜鐓х墖</view>
</view>
- </fui-upload>
- <fui-upload ref="uploadP" max='1' @error="error" @complete="completePerson" width="280" height="280"
- :sizeType='sizeType' :sourceType='sourceType'>
+ </tem-upload-fui>
+ <tem-upload-fui ref="uploadP" max='1' @error="error" @complete="completePerson" width="280" height="280"
+ :sizeType='sizeType' :sourceType='sourceType' :mediaType='mediaType' :isFace='true'>
<view class="" v-if="faceImg">
- <image :src="faceImg" mode="widthFix" style="width: 280rpx;height: 280rpx;"></image>
+ <image :src="faceImg" mode="aspectFill" style="width: 280rpx;height: 280rpx;"></image>
</view>
<view class=" chuany-flex chuany-flex-direction chuany-align-center" v-else>
<fui-icon name="addfriends-fill"></fui-icon>
<view class="chuany-font20">鎷嶆憚浜鸿劯鐓х墖</view>
</view>
- </fui-upload>
+ </tem-upload-fui>
+
+ <!-- <view class="fui-upload__item fui-upload__noborder"
+ style="width:280rpx;height:280rpx;background:#eee;" @tap.stop="openCamera">
+ <view class="" v-if="faceImg">
+ <image :src="faceImg" mode="aspectFill" style="width: 280rpx;height: 280rpx;"></image>
+ </view>
+ <view class=" chuany-flex chuany-flex-direction chuany-align-center" v-else>
+ <fui-icon name="addfriends-fill"></fui-icon>
+ <view class="chuany-font20">鎷嶆憚浜鸿劯鐓х墖</view>
+ </view>
+ </view> -->
</view>
<view class="c-m-20 chuany-font24">
涓轰簡淇濊瘉鎵撳崱鐨勬纭�э紝鈥屽缓璁湪鍏徃闂ㄥ彛鎴栬繘鍏ュ姙鍏鐨勯棬鍙e啀鎵撳崱銆傗�屽悓鏃讹紝鈥岀‘淇濈収鐗囩殑娓呮櫚銆佲�屾槑浜紝鈥岄潰閮ㄥ彲瑙併��
+ 鎵撳崱璁℃椂浠ュ皬鏃朵负鍗曚綅杩涜鏍哥畻銆傚憳宸ユ瘡娆℃墦鍗¤褰曠殑鏃堕棿宸皢绮剧‘鍒板皬鏃躲�備緥濡傦紝鍛樺伐涓婄彮鎵撳崱9鐐癸紝涓嬬彮鎵撳崱12鐐�30鍒嗭紝璁′负4灏忔椂宸ヤ綔鏃堕暱銆�
</view>
<view v-if='dakaList&&dakaList.length>0'>
<view class="chuany-flex chuany-justify-evenly chuany-flex-wrap c-p-t-20">
@@ -48,7 +60,7 @@
</view>
</view>
<view class="tabbtns">
- <up-button color='#fece01' class="text-69" text="纭鎵撳崱" :loading='isLoading' loadingText="鎵撳崱涓�"
+ <up-button color='#fece01' text="纭鎵撳崱" :loading='isLoading' loadingText="鎵撳崱涓�"
@click="enroll"></up-button>
</view>
</view>
@@ -69,6 +81,7 @@
dakaList: [],
sourceType: ["camera"],
sizeType: ['compressed'],
+ mediaType: ['image'],
isLoading: false
}
},
@@ -77,6 +90,19 @@
let id = option.orderid
this.orderBiddingId = id
this.getDaka(id)
+ },
+ onShow(){
+ if(this.$db.get('faceImg')){
+ let faceImgPath = this.$db.get('faceImg')
+ this.$refs.uploadP.urls = [faceImgPath]
+ this.$refs.uploadP.status = ['success']
+ this.$util.pathToBase64(faceImgPath).then(res => {
+ this.faceImg = res
+ })
+ }
+ },
+ onUnload(){
+ this.$db.del('faceImg')
},
methods: {
getDaka(id) {
@@ -100,18 +126,22 @@
},
openCamera() {
// 鎷嶇収鍜岀浉鍐�
- uni.chooseImage({
- count: 1,
- sizeType: ["original", "compressed"],
- sourceType: ["camera"],
- success: (res) => {
- const {
- tempFilePaths
- } = res;
- console.log(tempFilePaths);
- },
- });
-
+ // uni.chooseMedia({
+ // count: 1,
+ // mediaType: ['image'],
+ // sizeType: ["compressed"],
+ // sourceType: ["camera"],
+ // camera: 'front',
+ // success: (res) => {
+ // const {
+ // tempFiles
+ // } = res;
+ // this.$util.pathToBase64(tempFiles[0].tempFilePath).then(res => {
+ // this.faceImg = res
+ // })
+ // },
+ // });
+
},
success(e) {
@@ -140,6 +170,8 @@
},
completePerson(e) {
if (e.action == 'delete') {
+ this.faceImg = ''
+ this.$db.del('faceImg')
// 鍒犻櫎澶勭悊
return
}
@@ -181,6 +213,7 @@
})
this.checkPhoto = '' //鎵撳崱鐓х墖
this.faceImg = ''
+ this.$db.del('faceImg')
this.$refs.uploadP.deleteImage()
this.$refs.uploadE.deleteImage()
this.getDaka(this.orderBiddingId)
@@ -197,6 +230,28 @@
</script>
<style lang="scss">
+ .fui-upload__item {
+ /* #ifndef APP-NVUE */
+ display: flex;
+ /* #endif */
+ align-items: center;
+ justify-content: center;
+ margin-right: 20rpx;
+ margin-bottom: 20rpx;
+ /* #ifdef H5 */
+ cursor: pointer;
+ /* #endif */
+ position: relative;
+
+ /* #ifndef APP-NVUE */
+ box-sizing: border-box;
+ /* #endif */
+ }
+
+ .fui-upload__noborder {
+ border-width: 0;
+ }
+
.camera-fill {
// width: 400rpx;
// height: 400rpx;
--
Gitblit v1.9.1