From b34744f5bb68ed1ba7d1dd5251298a42e4aaaf9c Mon Sep 17 00:00:00 2001 From: 叶富雄 <yefuxiong@yeah.net> Date: Sat, 14 Mar 2026 02:09:50 +0800 Subject: [PATCH] ui --- pages/idcard/idcard.vue | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pages/idcard/idcard.vue b/pages/idcard/idcard.vue index 31dabfa..fb01d49 100644 --- a/pages/idcard/idcard.vue +++ b/pages/idcard/idcard.vue @@ -11,14 +11,14 @@ <view class="auth-title"> <text class="auth-title-w">上传身份证</text> <view class="auth-tips"> - <image src="/static/imgs/authtag.png" ></image> + <image src="/static/imgs/authtag.png" mode=""></image> <text>信息安全保护中</text> </view> </view> <view class="auth-desc">请上传身份证照片认证,确保照片清晰、四角完整</view> <view class="authImg"> - <image class="del" @tap="delImg(1)" src="/static/imgs/delete.png" v-if="imgzSrc != ''"></image> - <image @tap="setImg(1)" :src="imgzSrc != '' ? $baseUrl + imgzSrc : '/static/imgs/auth1.png'" style="border-radius: 10rpx;"></image> + <image class="del" @tap="delImg(1)" src="/static/imgs/delete.png" mode="" v-if="imgzSrc != ''"></image> + <image @tap="setImg(1)" :src="imgzSrc != '' ? $baseUrl + imgzSrc : '/static/imgs/auth1.png'" mode="" style="border-radius: 10upx;"></image> <view class="authImg-desc"> <text>点击上传/拍摄</text> <text>(人头面)</text> @@ -32,16 +32,16 @@ </view> </view> <view class="authImg"> - <image class="del" @tap="delImg(2)" src="/static/imgs/delete.png" v-if="imgfSrc != ''"></image> - <image @tap="setImg(2)" :src="imgfSrc != '' ? $baseUrl + imgfSrc : '/static/imgs/auth2.png'" style="border-radius: 10upx;"></image> + <image class="del" @tap="delImg(2)" src="/static/imgs/delete.png" mode="" v-if="imgfSrc != ''"></image> + <image @tap="setImg(2)" :src="imgfSrc != '' ? $baseUrl + imgfSrc : '/static/imgs/auth2.png'" mode="" style="border-radius: 10upx;"></image> <view class="authImg-desc"> <text>点击上传/拍摄</text> <text>(国徽面)</text> </view> </view> <view class="authImg"> - <image class="del" @tap="delImg(3)" src="/static/imgs/delete.png" v-if="imgZm != ''"></image> - <image @tap="setImg(3)" :src="imgZm != '' ? $baseUrl + imgZm : '/static/imgs/zima.png'" style="border-radius: 10upx;"></image> + <image class="del" @tap="delImg(3)" src="/static/imgs/delete.png" mode="" v-if="imgZm != ''"></image> + <image @tap="setImg(3)" :src="imgZm != '' ? $baseUrl + imgZm : '/static/imgs/zima.png'" mode="" style="border-radius: 10upx;"></image> <view class="authImg-desc"> <text>点击上传/拍摄</text> <text>(芝麻分截图)</text> @@ -51,7 +51,7 @@ <view class="authBtn"> <view class="authBtn-desc"> - <image @tap="agreeClick" class="authBtn-icon" :src="!agreeFlag ? '/static/imgs/check.png' : '/static/imgs/checked.png'" ></image> + <image @tap="agreeClick" class="authBtn-icon" :src="!agreeFlag ? '/static/imgs/check.png' : '/static/imgs/checked.png'" mode=""></image> <text>我已阅读并同意</text> <text class="blue" @tap="agreeDialog">《实名认证授权书》</text> </view> -- Gitblit v1.9.3