修改微信考勤打卡

dev_xd
lj7788@126.com 2025-09-10 09:53:20 +08:00
parent 7d2692dc44
commit 8a6183fdc1
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@
</view>
<view class="content_box_content att-img">
<image src="{{faceImage}}" mode="aspectFit" bindtap="openCamera" wx:if="{{faceImage}}" />
<view wx:else class="placeholder-text" bindtap="openCamera">拍照后显示图片,点击打开摄像头刷脸</view>
<view wx:else class="placeholder-text" bindtap="openCamera">点击摄像头刷脸</view>
<!-- <button bindtap="openCamera">点击打开摄像头刷脸</button> -->
</view>
</view>

View File

@ -84,7 +84,7 @@
align-items: center;
justify-content: center;
color: #999;
font-size: 24rpx;
font-size: 36rpx;
}
.att-img button {