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