qa-education-exam-weapp/pages/photo/collection.wxml

17 lines
605 B
Plaintext
Raw Normal View History

2026-04-17 16:26:28 +08:00
<view class="content">
<view class="te-info">
{{ message }}
</view>
<view class="img-stu" wx:if="{{!EXAMFACE}}">
<van-image width="480rpx" height="830rpx" src="{{ filePath }}" />
</view>
<view wx:else class="img-face">
<van-image round width="15rem" height="15rem" fit="fill" src="/assets/images/photo/rx.png" />
</view>
<view class="img-btn">
<van-uploader max-count="1" bind:after-read="afterRead" capture="{{capture}}">
<van-button icon="photo" type="primary">{{uploadMsg}}</van-button>
</van-uploader>
</view>
<van-dialog id="myDialog"></van-dialog>
</view>