index.wxml 932 B

123456789101112131415161718192021222324
  1. <!--components/certificates/index.wxml-->
  2. <!-- <text>components/certificates/index.wxml</text> -->
  3. <popup show="{{show}}">
  4. <view class="father">
  5. <view>
  6. 1.<text class="subtitleColor">身份证</text>:必须包含姓名、身份证号码、有效期、头像;清晰有效,且能看清楚底纹;
  7. </view>
  8. <view>
  9. 2.<text class="subtitleColor">户口页</text>:必须包含姓名、身份证号码、公章;清晰有效;
  10. </view>
  11. <view>
  12. 3.<text class="subtitleColor">护照</text>:必须包含姓名、有效期、头像;清晰有效;
  13. </view>
  14. <view>
  15. 4.证件拍摄完整,不出现缺角;
  16. </view>
  17. <view>5.证件必须真实拍摄,不能使用复印件;</view>
  18. <view>6.图片中无反光,无遮挡,无水印、logo等情况</view>
  19. </view>
  20. <view class="btns">
  21. <button class="sure" bindtap="isSure">确定</button>
  22. </view>
  23. </popup>