bindoldsys.wxml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <view class="identity__bg">
  2. <view class="identity__head">
  3. <image src="https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/xcx/rabbitimg/identity_bg.png"></image>
  4. </view>
  5. <view class="identity_wid">
  6. <view class="identity_content">
  7. <view class="title">会员绑定</view>
  8. <view class="identity_name">
  9. <view class="fl">
  10. <view style="float: left;width: 140rpx;line-height: 100rpx;font-size: 28rpx;color: #7f93ae;"><b style="color:red">*</b>会员编号</view>
  11. <input type="text" bindinput="userNo" placeholder="请输入会员编号" value="{{user_no}}" />
  12. <view class="clean"></view>
  13. </view>
  14. <!--<view class="btn" bindtap="d5cCertificate">获取认证信息</view>-->
  15. <view class="clean"></view>
  16. </view>
  17. <view class="identity_number">
  18. <text>备注</text>
  19. <input type="text" placeholder="请输入备注" bindinput="remark" value="{{remark}}" />
  20. <view class="clean"></view>
  21. </view>
  22. <view class="identity_btn" bindtap="confirmClick">立即绑定</view>
  23. </view>
  24. </view>
  25. <view class="overbind" wx:if="{{showbindover}}">
  26. <view class="overbind-box">
  27. <text class="overbind-txth">会员绑定</text>
  28. <text class="overbind-txti">已成功绑定,请重启小程序更新绑定后的数据!</text>
  29. <navigator hover-class="none" open-type="exit" target="miniProgram" class="overbind-btn">确定退出</navigator>
  30. </view>
  31. </view>
  32. </view>