help.wxml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <!--pages/ucenter/help/help.wxml-->
  2. <view class="container1">
  3. <view class="context">
  4. <view class='context_view left' bindtap='phoneCall' hover-class='active'>
  5. <image class='phone_service' src='/images/phone_service.png'></image>
  6. <text>电话客服</text>
  7. </view>
  8. <view class='context_view' hover-class='active'>
  9. <image class='online_service' src='/images/online_service.png'></image>
  10. <text>在线客服</text>
  11. </view>
  12. </view>
  13. <view class='title1'>
  14. <text class='blod'>常见问题</text>
  15. </view>
  16. <view class='title2'>
  17. <view class='coupon_info'>
  18. <image class="coupon" src='/images/coupon.png'></image>
  19. <text>优惠券</text>
  20. <view>
  21. <image class='down1' src='/images/down1.png'></image>
  22. </view>
  23. </view>
  24. </view>
  25. </view>
  26. <view class='title3'>
  27. <text>优惠券无法使用</text>
  28. <text>优惠券是否可以开发票</text>
  29. </view>
  30. <view class='title2'>
  31. <view class="payment_info">
  32. <image class="payment" src='/images/payment.png'></image>
  33. <text>支付相关</text>
  34. <view>
  35. <image class='down1' src='/images/down1.png'></image>
  36. </view>
  37. </view>
  38. </view>
  39. <view class='title3'>
  40. <text>重复支付费用</text>
  41. <text>订单无法支付</text>
  42. </view>
  43. <view class='title2'>
  44. <view class="invoice_info">
  45. <image class="invoice" src='/images/invoice.png'></image>
  46. <text>发票相关</text>
  47. <view>
  48. <image class='down1' src='/images/down1.png'></image>
  49. </view>
  50. </view>
  51. </view>
  52. <view class='title3'>
  53. <text>发票多久寄出</text>
  54. <text>纸质发票可以开吗</text>
  55. </view>
  56. <view class='title2'>
  57. <view class="question_info">
  58. <image class="question" src='/images/question.png'></image>
  59. <text>软件问题</text>
  60. <view>
  61. <image class='down1' src='/images/down1.png'></image>
  62. </view>
  63. </view>
  64. </view>
  65. <view class='title3'>
  66. <text>如何投诉</text>
  67. <!-- <text></text> -->
  68. </view>
  69. <view class='title2'>
  70. <view class="advice_info">
  71. <image class="advice" src='/images/advice.png'></image>
  72. <text>意见反馈</text>
  73. <view>
  74. <image class='down1' src='/images/down1.png'></image>
  75. </view>
  76. </view>
  77. </view>