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.

1 line
2.8 KiB
Plaintext

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<view class="container"><block wx:if="{{!success}}"><view class="type-box display-flex"><block wx:for="{{troubleList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="{{['type-item '+(actived==index?'type-active':'')]}}" data-item="{{item}}" data-index="{{index}}" data-event-opts="{{[['tap',[['handleUpdatType',['$event']]]]]}}" bindtap="__e">{{''+item+''}}</view></block></view></block><block wx:if="{{!success}}"><view class="submit" hover-class="none" hover-stop-propagation="{{false}}"><textarea class="bgf textarea br8 f14" maxlength="150" placeholder="我们想听到您的心声..." placeholder-class="f14 cccc" data-event-opts="{{[['input',[['getVal',['$event']]]]]}}" value="{{textVal}}" bindinput="__e"></textarea><view class="weui-cell__bd1 mt20"><view class="weui-uploader__bd"><view class="weui-uploader__files" id="uploaderFiles"><block wx:for="{{files}}" wx:for-item="item" wx:for-index="index" wx:key="index"><block><view class="weui-uploader__file pr" id="{{item}}" data-event-opts="{{[['tap',[['previewImage',['$event']]]]]}}" bindtap="__e"><image class="delImg" style="width:20px;height:20px;" src="http://matripe.oss-cn-beijing.aliyuncs.com/nezha/del.svg" data-id="{{item.id}}" data-url="{{item.url}}" data-event-opts="{{[['tap',[['delImgs',['$event']]]]]}}" catchtap="__e"></image><image class="weui-uploader__img" mark:url="{{item.url}}" src="{{item.url}}" mode="aspectFill" data-event-opts="{{[['tap',[['showImgs',['$event']]]]]}}" catchtap="__e"></image></view></block></block></view><block wx:if="{{$root.g0<4}}"><view data-event-opts="{{[['tap',[['chooseMedia',['$event']]]]]}}" class="weui-uploader__input-box" bindtap="__e"><image style="width:72px;height:72px;" src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/dailibaoming/my_uploadphotos.svg" mode="widthFix"></image></view></block></view></view><view class="clb"></view><view style="margin-top:8px;font-size:12px;color:#999999;">上传照片截图最多传4张选填</view><button class="normalBtn loginOut f16" style="margin-top:90px;" hover-class="thover" loading="{{loading}}" data-event-opts="{{[['tap',[['submit',['$event']]]]]}}" bindtap="__e">提交</button></view></block><block wx:else><view class="success" hover-class="none" hover-stop-propagation="{{false}}"><view class="tc" style="padding-top:100px;"><view class="iconfont icon-tijiaochenggong lh1 _i" style="color:#07c160;font-size:70px;"></view><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" style="margin-top:50px;" hover-class="thover" loading="{{loading}}" data-event-opts="{{[['tap',[['goback',['$event']]]]]}}" bindtap="__e">返回</button></view></view></block></view>