help_feedback.vue 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <template>
  2. <view>
  3. <hx-navbar left-text="帮助与反馈" defaultBackUrl="/pages/user/setting/setting" :background-color="[245,245,245]"></hx-navbar>
  4. <view class="flex-sub ">
  5. <view class="solid-bottom text-df padding">
  6. <text class="text-gray">热点问题</text>
  7. </view>
  8. </view>
  9. <view class="cu-list menu sm-border">
  10. <navigator class="cu-item arrow " url="help_problem?v=202" open-type="navigate">
  11. <view class="content">
  12. <text class="text-black">如何使用用户帮助功能?</text>
  13. </view>
  14. </navigator>
  15. <navigator class="cu-item arrow " url="help_problem?v=201" open-type="navigate">
  16. <view class="content">
  17. <text class="text-black">该app能不能推荐给我的朋友,或者网友呢?</text>
  18. </view>
  19. </navigator>
  20. <navigator class="cu-item arrow " url="help_problem?v=201" open-type="navigate">
  21. <view class="content">
  22. <text class="text-black">该app能不能推荐给我的朋友,或者网友呢?</text>
  23. </view>
  24. </navigator>
  25. <navigator class="cu-item arrow " url="help_problem?v=201" open-type="navigate">
  26. <view class="content">
  27. <text class="text-black">该app能不能推荐给我的朋友,或者网友呢?</text>
  28. </view>
  29. </navigator>
  30. <navigator class="cu-item arrow " url="help_problem?v=201" open-type="navigate">
  31. <view class="content">
  32. <text class="text-black">该app能不能推荐给我的朋友,或者网友呢?</text>
  33. </view>
  34. </navigator>
  35. <navigator class="cu-item arrow " url="help_problem?v=201" open-type="navigate">
  36. <view class="content">
  37. <text class="text-black">该app能不能推荐给我的朋友,或者网友呢?</text>
  38. </view>
  39. </navigator>
  40. </view>
  41. <view class="cu-bar flex foot">
  42. <button class="cu-btn lg text-grey" style="width: 100%;"><uni-icons style="chat" size="30"></uni-icons>意见反馈</button>
  43. </view>
  44. </view>
  45. </template>
  46. <script>
  47. export default {
  48. data() {
  49. return {
  50. }
  51. },
  52. methods: {
  53. }
  54. }
  55. </script>
  56. <style>
  57. </style>