| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148 |
- <!--为我的-意见反馈页面-->
- <view wx:if="{{currentTab == 0}}">
- <view class="con">
- <view class="title2">请选择反馈类型</view>
- </view>
- <view class="subTitle">向开发者反馈</view>
- <view class="con">
- <view class="buttons">
- <view><button class="button" bindtap="switch1" plain="true">功能异常</button></view>
- <view><button class="button" bindtap="switch2" plain="true">支付问题</button></view>
- <view><button class="button" bindtap="switch3" plain="true">产品建议</button></view>
- </view>
- </view>
- <view class="subTitle">向微信平台投诉</view>
- <view class="con">
- <view class="buttons">
- <view><button class="button" bindtap="switch4" plain="true">违规举报</button></view>
- </view>
- </view>
- </view>
- <!-- <scroll-view wx:if="{{currentTab == 1}}" scroll-y style="height: {{winHeight - 60}}px;">
- <view class="subTitle">组织入驻</view>
- <view class="block">
- <view class="cate">邀请码</view>:
- <input class="input block-background-color" placeholder="请输入邀请码" model:value="{{inviteCode}}" />
- </view>
- <view class="block">
- <view class="cate">组织名称</view>:
- <input class="input block-background-color" placeholder="请输入组织名" model:value="{{publisherName}}" />
- </view>
- <view class="block">
- <view class="cate">组织类型</view>:
- <radio-group class="radio-group" bindchange="updateRadio">
- <label wx:for="{{types}}" wx:for-item="item" wx:key="*this">
- <radio class="radio" value="{{item}}" color="#469298">{{item}}</radio>
- </label>
- </radio-group>
- </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>
- <view class="block2">
- <view class="block22">
- <view class="cate">组织介绍</view>:
- </view>
- <textarea class="textarea block-background-color" placeholder="请输入组织介绍" model:value="{{publisherIntro}}" />
- </view>
- <button class="button primary-background-color white-text-color" bindtap="switch4">提交</button>
- </scroll-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>
|