index.wxml 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. <view class="tips">
  2. 为了您的账户及资金安全,请上传本人真实身份证照片!
  3. </view>
  4. <view class='idphoto'>
  5. <privacy-popup data-index="{{1}}" bind:privacySubmit='chooseImage'>
  6. <view class='leftid' >
  7. <view class="id-img">
  8. <image class="idCard" wx:if="{{idFrontPic}}" src="{{idFrontPic}}" />
  9. <image class='default-img' wx:else src='../../images/happyjob/id-uploaded-front.png'></image>
  10. <image class='smallicon' src='../../images/happyjob/id-upload-positive.png'></image>
  11. </view>
  12. <view class="zmphoto">
  13. <text>身份证正面</text>
  14. <image wx:if="{{frontStatus === true}}" src="../../images/happyjob/status-success.png"></image>
  15. <image wx:if="{{frontStatus === false}}" src="../../images/happyjob/status-failed.png"></image>
  16. </view>
  17. </view>
  18. </privacy-popup>
  19. <privacy-popup data-index="{{2}}" bind:privacySubmit='chooseImage'>
  20. <view class='leftid' >
  21. <view class="id-img">
  22. <image class="idCard" wx:if="{{idBackPic}}" src="{{idBackPic}}" />
  23. <image class='default-img' wx:else src='../../images/happyjob/id-uploaded-black.png'></image>
  24. <image class='smallicon' src='../../images/happyjob/id-upload-positive.png'></image>
  25. </view>
  26. <view class="zmphoto">
  27. <text>身份证背面</text>
  28. <image wx:if="{{backStatus === true}}" src="../../images/happyjob/status-success.png"></image>
  29. <image wx:if="{{backStatus === false}}" src="../../images/happyjob/status-failed.png"></image>
  30. </view>
  31. </view>
  32. </privacy-popup>
  33. </view>
  34. <view class="input-content" wx:if="{{!showMessage}}" hidden="{{!realName}}">
  35. <view class="input-lable">姓名:</view>
  36. <input class="input" value="{{ realName }}" bindblur='changeName' />
  37. </view>
  38. <view class="input-content" wx:if="{{!showMessage}}" hidden="{{!idNum}}">
  39. <view class="input-lable">身份证:</view>
  40. <input class="input" value="{{ idNum }}" bindblur="changeId" />
  41. </view>
  42. <!-- <view class='db'>
  43. <image src='{{imgServerUrl}}/images/happyjob/tishi.png'></image>
  44. <text class="nickName">身份证件照片</text>
  45. </view> -->
  46. <!-- <view class='db'>
  47. <image src='{{imgServerUrl}}/images/happyjob/tishi.png'></image>
  48. <text class="nickName">身份信息</text>
  49. </view>
  50. <view class='input-box'>
  51. <input class="input" value="{{ realName }}" placeholder="您的名字" bindblur='changeName' maxlength="6" />
  52. </view>
  53. <view class='input-box'>
  54. <input class="input" value="{{ idNum }}" placeholder="您的身份证号码" bindblur="changeId" maxlength="18" />
  55. </view> -->
  56. <!-- <view class='db'>
  57. <image src='{{imgServerUrl}}/images/happyjob/tishi.png'></image>
  58. <text class="nickName">手持身份证照片</text>
  59. </view>
  60. <view class='idphoto'>
  61. <view class='leftid1'>
  62. <image class='display' src='{{imgServerUrl}}/images/happyjob/display.png'></image>
  63. </view>
  64. <view class='shouchi' data-index="{{3}}" bindtap='chooseImage'>
  65. <image class="idCard" wx:if="{{idPersonPic}}" src="{{imgServerUrl_new}}{{idPersonPic}}" />
  66. <block wx:else>
  67. <image class='othersmallicon' src='{{imgServerUrl}}/images/happyjob/shouchi.png'></image>
  68. <text class="zmphoto">点击上传手持证件照</text>
  69. </block>
  70. </view>
  71. </view> -->
  72. <!-- <view class='bor'>
  73. <text>1,身份证信息仅供开心工作平台提供诚信保证使用;</text>
  74. <text>2,开心工作承诺不向其他第三方透露您的个人信息。</text>
  75. </view> -->
  76. <form bindsubmit="submit" report-submit='true' class="btn-group fixed-footer safe_area">
  77. <button class="distance selfBtn {{canUpdate?'':'bg'}}" form-type="submit">提交认证</button>
  78. </form>
  79. <view class="message" hidden="{{!showPass}}">
  80. <view class="pass-content">
  81. <!-- <image src="{{imgServerUrl}}/images/clock/clock-waring-certified.png"></image> -->
  82. <view class="pass-tips">{{message}}</view>
  83. <view class="pass-func">
  84. <view>如果实名信息有误,</view>
  85. <view> 请联系开心客服帮您处理!</view>
  86. </view>
  87. <view class="pass-number">400-690-0099</view>
  88. <view class="pass-btn" bindtap="callPhone">
  89. <image src="{{imgServerUrl}}/images/clock/clock-phone-call.png"></image>
  90. <text>一键拨号</text>
  91. </view>
  92. <image src="../../images/happyjob/identification-close.png" class="identification-close" bindtap="changeShowPass"></image>
  93. </view>
  94. </view>
  95. <view class="message" hidden="{{!showMessage}}" bindtap="changeShowMessage">
  96. <view class="message-content">
  97. <image src="{{imgServerUrl}}/images/clock/clock-waring-certified.png"></image>
  98. <view class="message-tips">{{message}}</view>
  99. <view class="message-func">
  100. <view>如果非您本人操作认证,</view>
  101. <view> 请联系开心客服为您解决问题。</view>
  102. </view>
  103. <view class="message-number">400-690-0099</view>
  104. <view class="message-btn" bindtap="callPhone">
  105. <image src="{{imgServerUrl}}/images/clock/clock-phone-call.png"></image>
  106. <text>一键拨号</text>
  107. </view>
  108. </view>
  109. </view>