index.axml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <view class="ab-card-failed-content">
  2. <view class="failed-back">
  3. <view class="failed-content1">
  4. <view class="pub-icon1">
  5. <view class="failed-icon"></view>
  6. </view>
  7. <text class="failed-title1">领卡失败</text>
  8. </view>
  9. <view class="failed-title2">抱歉,没有找到你的身份信息</view>
  10. </view>
  11. <view class="owner">
  12. <view class="owner-icon-content">
  13. <view class="pub-icon2">
  14. <view class="owner-icon"></view>
  15. </view>
  16. <text class="owner-title1">我是业主</text>
  17. <text class="owner-title2">可通过以下方式完成业主卡申领</text>
  18. </view>
  19. <view class="pubtitle">方式一:自助申请提交物业审核领卡</view>
  20. <view class="pubtitle">方式二:前往物业中心登记身份信息</view>
  21. <view class="property-center">
  22. <view>
  23. <view class="center-title1">物业中心</view>
  24. <view class="pubtitle2" a:if="{{currentCourt&&currentCourt.courtName&&currentCourt.name}}">地址:{{currentCourt.courtName}}{{currentCourt.name}}</view>
  25. <view class="pubtitle2" a:else>地址:暂无</view>
  26. <view class="pubtitle2">电话:{{currentCourt&&currentCourt.tel?currentCourt.tel:'暂无'}}</view>
  27. </view>
  28. <view class="pub-icon3">
  29. <view class="dress-icon"></view>
  30. </view>
  31. </view>
  32. </view>
  33. <view class="owner">
  34. <view class="owner-icon-content">
  35. <view class="pub-icon2">
  36. <view class="owner-icon2"></view>
  37. </view>
  38. <text class="owner-title1">我是家属/租户</text>
  39. <text class="owner-title2">可通过以下方式完成业主卡申请</text>
  40. </view>
  41. <view class="pubtitle">方式一:自助申请提交物业审核领卡</view>
  42. <view class="pubtitle">方式二:请联系业主添加成员后领卡</view>
  43. </view>
  44. <view class="go-back" onTap="onNavigateBack">返回</view>
  45. </view>