You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
1.4 KiB
Plaintext

2 years ago
<view class="container">
<view class="submit" wx:if="{{!success}}" hover-class="none" hover-stop-propagation="false">
<textarea class="bgf textarea br8 f14" value="{{textVal}}" maxlength="140" placeholder="我们想听听您的心声,您的描述信息越全,问题越可能有效解决。" placeholder-class="f14 cccc" bindinput bindfocus bindblur bindconfirm></textarea>
<button class="normalBtn loginOut f16" bindtap="submit" style="margin-top:90px" loading="{{loading}}">提交</button>
<view class="tac mt16" style="color:#576B95" hover-class="thover" bindtap="goList" hover-stop-propagation="false">查看记录</view>
</view>
<view class="success" wx:else hover-class="none" hover-stop-propagation="false">
<view class="tc" style="padding-top: 100px;">
<icon class="iconfont icon-tijiaochenggong lh1" style="color:#07c160;font-size:70px"></icon>
<view class="successText mt20 f22 fw500 lh1">已提交</view>
<view class="f14 c9 mt16" hover-class="none" hover-stop-propagation="false">感谢您的宝贵意见,我们会第一时间处理哈~</view>
<button class="normalBtn loginOut f16" bindtap="goback" style="margin-top:50px" loading="{{loading}}">返回</button>
<view class="tac mt16" style="color:#576B95" hover-class="thover" bindtap="goList" hover-stop-propagation="false">查看记录</view>
</view>
</view>
</view>