1 |
- <template name="verifyFailPage"><view wx:if="{{!failInfo.img}}"><view class="verifyResultTop"><icon type="warn" size="75"></icon></view><view class="verifyResultSuccess" style="width:auto;padding:0 20px;">验证失败: {{failInfo.msg}}</view><view class="verifyResultHint" style="margin-bottom:1px;color:rgb(37,117,234)" wx:if="{{failInfo.isTips1Color}}">{{failInfo.tips1}}</view><view class="verifyResultHint" style="margin-bottom:1px;" wx:else>{{failInfo.tips1}}</view><view class="verifyResultHint">{{failInfo.tips2}}</view></view><view wx:else><view class="verifyFailTop"><image src="{{failInfo.img}}" style="width: 180px;height: 113px;"></image></view><view class="verifyFailWarn"><icon class="icon-box-img" type="warn" size="20"></icon><view style="margin-left:8px;">验证失败: {{failInfo.msg}}</view></view><view class="verifyResultHint" style="margin-bottom:1px;">{{failInfo.tips1}}</view><view class="verifyResultHint">{{failInfo.tips2}}</view></view><view class="index-btn" style="margin-top:135rpx"><button type="primary" bindtap="failReVerify" hover-class="btn-hover" style="width:674rpx">重新验证</button></view><view class="page-body-link" opentype="switchTab" bindtap="switchfailModal" wx:if="{{livingbodyType === 0}}" style="margin-top:10px;">查看规范视频</view><view class="page-body-link" bindtap="verifyBackToIndex" style="margin-top:3px">回到首页</view><view class="verify-footer"><view class="verify-footer-logo" style="margin:6rpx 0;" wx:if="{{!page.index.isHideTipsLogo}}"><image src="http://beta.gtimg.com/GodIdent/huiyan/img/hint-logo.png"></image></view></view><view class="js_dialog" id="iosDialog1" style="opacity: 1;" wx:if="{{failInfo.is_modal_showing}}"><view class="weui-mask"></view><view class="weui-dialog" style="width:80%;"><view class="weui-dialog__hd" style="padding:0;margin:0;padding:1em 1.6em .8em;"><strong class="weui-dialog__title">规范视频</strong></view><video src="https://iauth.wecity.qq.com/video/rightVideo.mp4" style="width:100%;margin-top:4px;" show-fullscreen-btn="{{false}}" autoplay="true"></video><view class="weui-dialog__ft"><view bindtap="switchfailModal" class="weui-dialog__btn weui-dialog__btn_primary">知道了</view></view></view></view></template>
|