You can not 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 lines
1.9 KiB
1 lines
1.9 KiB
<view><view class="edgeInsetTop"></view><view class="complaint-title"><view>{{"举报"+typeName+'理由'}}</view><view class="complaint-quick text-red"><text class="margin-right-xs">{{typeName+"ID:"+complaintId}}</text></view></view><view class="cu-form-group"><picker value="{{complaint.reason}}" range="{{picker}}" data-event-opts="{{[['change',[['pickerChange',['$event']]]]]}}" bindchange="__e"><view class="picker">{{''+(complaint.reason>-1?picker[complaint.reason]:'请选择举报理由')+''}}</view></picker></view><view class="complaint-title"><text>{{typeName+"举报截图"}}</text></view><view class="cu-bar bg-white"><view class="action">点击预览图片</view><view class="action">{{''+$root.g0+'/8'}}</view></view><view class="cu-form-group"><view class="grid col-4 grid-square flex-sub"><block wx:for="{{complaint.images}}" wx:for-item="image" wx:for-index="index" wx:key="index"><view class="bg-img"><image src="{{image}}" mode="aspectFill" data-event-opts="{{[['tap',[['previewImage',['$0',index],['complaint.images']]]]]}}" bindtap="__e"></image><view data-event-opts="{{[['tap',[['close',[index]]]]]}}" class="cu-tag bg-red" catchtap="__e"><text class="wlIcon-shanchu2"></text></view></view></block><block wx:if="{{$root.g1<8}}"><view data-event-opts="{{[['tap',[['chooseImg',['$event']]]]]}}" class="solids" bindtap="__e"><text class="wlIcon-31paishe"></text></view></block></view></view><view class="complaint-title"><view>{{typeName+"举报详情"}}</view></view><view class="cu-form-group"><textarea maxlength="-1" placeholder-class="placeholder" placeholder="请详细描述举报内容..." data-event-opts="{{[['input',[['__set_model',['$0','content','$event',[]],['complaint']]]]]}}" value="{{complaint.content}}" bindinput="__e"></textarea></view><view class="wanlian cu-bar tabbar foot flex flex-direction"><button data-event-opts="{{[['tap',[['submit',['$event']]]]]}}" class="cu-btn wanl-bg-redorange lg" bindtap="__e">发起举报</button></view></view> |