|
|
|
|
@ -1,8 +1,13 @@
|
|
|
|
|
<view class="container">
|
|
|
|
|
<view class='type-box display-flex'>
|
|
|
|
|
<view wx:for="{{troubleList}}"
|
|
|
|
|
class="type-item {{actived == index ? 'type-active' : ''}}" data-item="{{item}}" data-index="{{index}}"
|
|
|
|
|
bind:tap="handleUpdatType"
|
|
|
|
|
>{{item}}</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="submit" wx:if="{{!success}}" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<textarea class="bgf textarea br8 f14" value="{{textVal}}" bindinput="getVal" maxlength="140" placeholder="我们想听到您的心声..." placeholder-class="f14 cccc" bindfocus bindconfirm></textarea>
|
|
|
|
|
<textarea class="bgf textarea br8 f14" value="{{textVal}}" bindinput="getVal" maxlength="150" placeholder="我们想听到您的心声..." placeholder-class="f14 cccc" bindfocus bindconfirm></textarea>
|
|
|
|
|
<button class="normalBtn loginOut f16" hover-class="thover" bindtap="submit" style="margin-top:90px" loading="{{loading}}">提交</button>
|
|
|
|
|
<!-- <view class="tac mt16 f14" style="color:#576B95" bindtap="goList" hover-class="thover" 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;">
|
|
|
|
|
|