| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- <!--为我的-意见反馈页面-->
- <view class="con">
- <view class="title2 primary-text-color">请选择反馈类型</view>
- </view>
- <view class="subTitle primary-text-color">向开发者反馈</view>
- <view class="con">
- <view class="buttons">
- <view><button class="button primary-background-color white-text-color" bindtap="switch1">功能异常</button></view>
- <view><button class="button primary-background-color white-text-color" bindtap="switch2">支付问题</button></view>
- <view><button class="button primary-background-color white-text-color" bindtap="switch3">产品建议</button></view>
- </view>
- </view>
- <view class="subTitle primary-text-color">向微信平台投诉</view>
- <view class="con">
- <view class="buttons">
- <view><button class="button primary-background-color white-text-color" bindtap="switch4">违规举报</button></view>
- </view>
- </view>
- <view wx:if="{{currentTab == 1}}" class="con">
- <view class="con">
- <view class="title2 primary-text-color">请选择反馈内容</view>
- <view class="buttons">
- <view><button class="button primary-background-color white-text-color" bindtap="switch1_1">无法打开小程序</button></view>
- <view><button class="button primary-background-color white-text-color" bindtap="switch1_2">小程序闪退</button></view>
- <view><button class="button primary-background-color white-text-color" bindtap="switch1_3">卡顿</button></view>
- <view><button class="button primary-background-color white-text-color" bindtap="switch1_4">黑屏白屏</button></view>
- <view><button class="button primary-background-color white-text-color" bindtap="switch1_5">死机</button></view>
- <view><button class="button primary-background-color white-text-color" bindtap="switch1_6">界面错位</button></view>
- <view><button class="button primary-background-color white-text-color" bindtap="switch1_7">界面加载慢</button></view>
- <view><button class="button primary-background-color white-text-color" bindtap="switch1_8">其他异常</button></view>
- </view>
- </view>
- </view>
- <view wx:if="{{currentTab == 2}}" class="con">
- <view class="con">
- <view class="title2 primary-text-color">请选择反馈内容</view>
- <view class="buttons">
- <view><button class="button primary-background-color white-text-color" bindtap="switch2_1">支付失败</button></view>
- <view><button class="button primary-background-color white-text-color" bindtap="switch2_2">支付成功未生效</button></view>
- <view><button class="button primary-background-color white-text-color" bindtap="switch2_3">退款问题</button></view>
- <view><button class="button primary-background-color white-text-color" bindtap="switch2_4">其他</button></view>
- </view>
- </view>
- </view>
- <view wx:if="{{currentTab == 3}}" class="con">
- <view class="block">
- <view class="cate">产品建议</view>:
- <input class="input block-background-color" placeholder="请填写10个字以上的问题描述以便我们提供更好的帮助" model:value="{{inviteCode}}" />
- </view>
- <view class="block2">
- <view class="block22">
- <view class="cate">相关截图(选填)</view>:
- </view>
- <imagePicker images="{{publisherAvatar}}" max="1" image-width="450" image-height="450"
- bindchange="updatePublishAvatar" />
- </view>
- <view class="block">
- <view class="cate">联系方式</view>:
- <input class="input block-background-color" placeholder="邮箱/手机号" model:value="{{publisherContact}}" />
- </view>
- <button class="button primary-background-color white-text-color" bindtap="switchend">提交</button>
- </view>
- <view wx:if="{{currentTab == 4}}" class="con">
- <view class="con">
- <view class="title2 primary-text-color">请选择投诉原因</view>
- <view class="buttons">
- <view><button class="button primary-background-color white-text-color" bindtap="switch4_1">新冠肺炎疫情相关</button>
- </view>
- <view><button class="button primary-background-color white-text-color" bindtap="switch4_2">色情</button></view>
- <view><button class="button primary-background-color white-text-color" bindtap="switch4_3">卡顿</button></view>
- <view><button class="button primary-background-color white-text-color" bindtap="switch4_4">黑屏白屏</button></view>
- <view><button class="button primary-background-color white-text-color" bindtap="switch4_5">死机</button></view>
- <view><button class="button primary-background-color white-text-color" bindtap="switch4_6">界面错位</button></view>
- <view><button class="button primary-background-color white-text-color" bindtap="switch4_7">界面加载慢</button></view>
- <view><button class="button primary-background-color white-text-color" bindtap="switch4_8">其他异常</button></view>
- </view>
- </view>
- </view>
- <view wx:if="{{currentTab == 41}}" class="con">
- <view class="block">
- <view class="cate">新冠肺炎疫情相关</view>:
- <input class="input block-background-color" placeholder="请输入投诉内容" model:value="{{inviteCode}}" />
- </view>
- <view class="block2">
- <view class="block22">
- <view class="cate">相关截图(选填)</view>:
- </view>
- <imagePicker images="{{publisherAvatar}}" max="1" image-width="450" image-height="450"
- bindchange="updatePublishAvatar" />
- </view>
- <view class="block">
- <view class="cate">联系方式</view>:
- <input class="input block-background-color" placeholder="邮箱/手机号" model:value="{{publisherContact}}" />
- </view>
- <button class="button primary-background-color white-text-color" bindtap="switchend">提交</button>
- </view>
- <view wx:if="{{currentTab == end}}" class="con">
- <view class="con1 primary-background-color-font">恭喜您完成填写!</view>
- <image class="pic" src="../../images/finish.png" mode="aspectFill" />
- <view class="con2">感谢您的入驻</view>
- <button class="button primary-background-color white-text-color" bindtap="returnToUser">返回</button>
- </view>
|