|
|
+<view class="page-content"><view class="containerV"><view class="headerV"><view class="top-tips1"><view>请将正对手机,头部匹配摄像区域</view></view><view class="top-tips2">为了捍卫你的不要脸,请拍摄本人头像</view></view><view class="contentV"><view class="mark"></view><block wx:if="{{tempImg}}"><image mode="widthFix" src="{{tempImg}}"></image></block><block wx:if="{{isAuthCamera}}"><camera class="camera" device-position="front" flash="off" resolution="high"></camera></block><view hidden="{{!(!tempImg&&tipsText)}}" class="tipV">{{tipsText}}</view></view><view class="footerV"><view style="width:100%;"><block wx:if="{{!tempImg}}"><view style="width:100%;"><view class="privacyV"><view class="icon"></view><view class="text">照片隐私<text data-event-opts="{{[['tap',[['handleJumpSecurityClick',['$event']]]]]}}" bindtap="__e">安全保障</text>中…</view></view><view class="bottom-tips-2">该照片作为你不要脸的铁证</view><view class="take-photo-bgV"><view data-event-opts="{{[['tap',[['handleChooseImage',['$event']]]]]}}" hidden="{{!(true)}}" class="btn-change-upload" bindtap="__e"></view><view data-event-opts="{{[['tap',[['handleTakePhotoClick',['$event']]]]]}}" class="btn-take-photo" bindtap="__e"></view><view data-event-opts="{{[['tap',[['handleChangeCameraClick',['$event']]]]]}}" class="btn-change-camera" bindtap="__e"></view></view></view></block><block wx:else><view class="confirmV"><view data-event-opts="{{[['tap',[['handleCancelClick',['$event']]]]]}}" class="btn-cancel" bindtap="__e">取消</view><view data-event-opts="{{[['tap',[['handleOkClick',['$event']]]]]}}" class="btn-ok" bindtap="__e">确定</view></view></block></view></view></view></view>
|