opinion.wxml 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. <!--为我的-意见反馈页面-->
  2. <view class="con">
  3. <view class="title2 primary-text-color">请选择反馈类型</view>
  4. </view>
  5. <view class="subTitle primary-text-color">向开发者反馈</view>
  6. <view class="con">
  7. <view class="buttons">
  8. <view><button class="button primary-background-color white-text-color" bindtap="switch1">功能异常</button></view>
  9. <view><button class="button primary-background-color white-text-color" bindtap="switch2">支付问题</button></view>
  10. <view><button class="button primary-background-color white-text-color" bindtap="switch3">产品建议</button></view>
  11. </view>
  12. </view>
  13. <view class="subTitle primary-text-color">向微信平台投诉</view>
  14. <view class="con">
  15. <view class="buttons">
  16. <view><button class="button primary-background-color white-text-color" bindtap="switch4">违规举报</button></view>
  17. </view>
  18. </view>
  19. <view wx:if="{{currentTab == 1}}" class="con">
  20. <view class="con">
  21. <view class="title2 primary-text-color">请选择反馈内容</view>
  22. <view class="buttons">
  23. <view><button class="button primary-background-color white-text-color" bindtap="switch1_1">无法打开小程序</button></view>
  24. <view><button class="button primary-background-color white-text-color" bindtap="switch1_2">小程序闪退</button></view>
  25. <view><button class="button primary-background-color white-text-color" bindtap="switch1_3">卡顿</button></view>
  26. <view><button class="button primary-background-color white-text-color" bindtap="switch1_4">黑屏白屏</button></view>
  27. <view><button class="button primary-background-color white-text-color" bindtap="switch1_5">死机</button></view>
  28. <view><button class="button primary-background-color white-text-color" bindtap="switch1_6">界面错位</button></view>
  29. <view><button class="button primary-background-color white-text-color" bindtap="switch1_7">界面加载慢</button></view>
  30. <view><button class="button primary-background-color white-text-color" bindtap="switch1_8">其他异常</button></view>
  31. </view>
  32. </view>
  33. </view>
  34. <view wx:if="{{currentTab == 2}}" class="con">
  35. <view class="con">
  36. <view class="title2 primary-text-color">请选择反馈内容</view>
  37. <view class="buttons">
  38. <view><button class="button primary-background-color white-text-color" bindtap="switch2_1">支付失败</button></view>
  39. <view><button class="button primary-background-color white-text-color" bindtap="switch2_2">支付成功未生效</button></view>
  40. <view><button class="button primary-background-color white-text-color" bindtap="switch2_3">退款问题</button></view>
  41. <view><button class="button primary-background-color white-text-color" bindtap="switch2_4">其他</button></view>
  42. </view>
  43. </view>
  44. </view>
  45. <view wx:if="{{currentTab == 3}}" class="con">
  46. <view class="block">
  47. <view class="cate">产品建议</view>:
  48. <input class="input block-background-color" placeholder="请填写10个字以上的问题描述以便我们提供更好的帮助" model:value="{{inviteCode}}" />
  49. </view>
  50. <view class="block2">
  51. <view class="block22">
  52. <view class="cate">相关截图(选填)</view>:
  53. </view>
  54. <imagePicker images="{{publisherAvatar}}" max="1" image-width="450" image-height="450"
  55. bindchange="updatePublishAvatar" />
  56. </view>
  57. <view class="block">
  58. <view class="cate">联系方式</view>:
  59. <input class="input block-background-color" placeholder="邮箱/手机号" model:value="{{publisherContact}}" />
  60. </view>
  61. <button class="button primary-background-color white-text-color" bindtap="switchend">提交</button>
  62. </view>
  63. <view wx:if="{{currentTab == 4}}" class="con">
  64. <view class="con">
  65. <view class="title2 primary-text-color">请选择投诉原因</view>
  66. <view class="buttons">
  67. <view><button class="button primary-background-color white-text-color" bindtap="switch4_1">新冠肺炎疫情相关</button>
  68. </view>
  69. <view><button class="button primary-background-color white-text-color" bindtap="switch4_2">色情</button></view>
  70. <view><button class="button primary-background-color white-text-color" bindtap="switch4_3">卡顿</button></view>
  71. <view><button class="button primary-background-color white-text-color" bindtap="switch4_4">黑屏白屏</button></view>
  72. <view><button class="button primary-background-color white-text-color" bindtap="switch4_5">死机</button></view>
  73. <view><button class="button primary-background-color white-text-color" bindtap="switch4_6">界面错位</button></view>
  74. <view><button class="button primary-background-color white-text-color" bindtap="switch4_7">界面加载慢</button></view>
  75. <view><button class="button primary-background-color white-text-color" bindtap="switch4_8">其他异常</button></view>
  76. </view>
  77. </view>
  78. </view>
  79. <view wx:if="{{currentTab == 41}}" class="con">
  80. <view class="block">
  81. <view class="cate">新冠肺炎疫情相关</view>:
  82. <input class="input block-background-color" placeholder="请输入投诉内容" model:value="{{inviteCode}}" />
  83. </view>
  84. <view class="block2">
  85. <view class="block22">
  86. <view class="cate">相关截图(选填)</view>:
  87. </view>
  88. <imagePicker images="{{publisherAvatar}}" max="1" image-width="450" image-height="450"
  89. bindchange="updatePublishAvatar" />
  90. </view>
  91. <view class="block">
  92. <view class="cate">联系方式</view>:
  93. <input class="input block-background-color" placeholder="邮箱/手机号" model:value="{{publisherContact}}" />
  94. </view>
  95. <button class="button primary-background-color white-text-color" bindtap="switchend">提交</button>
  96. </view>
  97. <view wx:if="{{currentTab == end}}" class="con">
  98. <view class="con1 primary-background-color-font">恭喜您完成填写!</view>
  99. <image class="pic" src="../../images/finish.png" mode="aspectFill" />
  100. <view class="con2">感谢您的入驻</view>
  101. <button class="button primary-background-color white-text-color" bindtap="returnToUser">返回</button>
  102. </view>