help.wxml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <view>
  2. <view class="common">常见问题</view>
  3. <view class="help">
  4. <view class="block use">
  5. <view class="sort">
  6. <text>费用问题</text>
  7. </view>
  8. <view class="branch three">
  9. <view bindtap="skip" data-show="1">押金缴纳与退还规则</view>
  10. <view bindtap="skip" data-show="2">车辆如何收费</view>
  11. <view bindtap="skip" data-show="3">调度费问题</view>
  12. </view>
  13. </view>
  14. <view class="block use" style="height:288rpx;">
  15. <view class="sort">
  16. <text>用车问题</text>
  17. </view>
  18. <view class="branch three">
  19. <view bindtap="skip" data-show="4">开锁失败</view>
  20. <view bindtap="skip" data-show="13">车还不上</view>
  21. <view bindtap="skip" data-show="5">车辆断电</view>
  22. <view bindtap="skip" data-show="6">用车时车辆故障,该怎么办?</view>
  23. <!-- <view bindtap="skip" data-show="14">问题反馈</view> -->
  24. </view>
  25. </view>
  26. <view class="block" style="margin-top:6rpx;">
  27. <view class="sort">
  28. <text>账户相关</text>
  29. </view>
  30. <view class="branch two">
  31. <view bindtap="skip" data-show="7">实名认证失败</view>
  32. <view bindtap="skip" data-show="8">用户余额提现</view>
  33. </view>
  34. </view>
  35. <view class="block" style="margin-top:6rpx;">
  36. <view class="sort">
  37. <text>隐私安全</text>
  38. </view>
  39. <view class="branch two">
  40. <view bindtap="skip" data-show="9">骑行安全相关</view>
  41. <view bindtap="skip" data-show="10">隐私条约 <text style="color:#9F9D9D;font-size:24rpx">(用车须知)</text></view>
  42. </view>
  43. </view>
  44. <view class="block" style="margin-top:6rpx;">
  45. <view class="sort">
  46. <text>其他问题</text>
  47. </view>
  48. <view class="branch two">
  49. <view bindtap="skip" data-show="11">如何申请增加还车点</view>
  50. <view bindtap="skip" data-show="12">物品丢失与找回</view>
  51. </view>
  52. </view>
  53. </view>
  54. <view class="service flexC" bindtap="contact" wx:if="{{showOnlinePhone.is_online_customer_service_status==1}}">联系客服</view>
  55. <view class="service flexC" bindtap="phone1" wx:else>联系客服</view>
  56. </view>
  57. <view class="back" wx:if="{{kefu}}" bindtap="hidden"></view>
  58. <view class="kefu" wx:if="{{kefu}}">
  59. <view class="bottom">
  60. <button class="view" open-type="contact" hover-class="btn-hover" >
  61. <image src="/img/123.png"></image>
  62. <text>在线客服</text>
  63. </button>
  64. <view bindtap="phone1" class="view view1">
  65. <image src="/img/456.png"></image>
  66. <text>客服热线</text>
  67. </view>
  68. </view>
  69. <view class="customer">
  70. 客服工作时间:{{time}}
  71. </view>
  72. </view>