yfx
2026-03-16 4065a1ffca0287fa48bcd35916450b6859e870dc
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>