| | |
| | | </wux-cell> |
| | | </wux-field> |
| | | |
| | | <wux-field name="举报行为" initialValue="{{ displaytipoffAction }}"> |
| | | <!-- <wux-field name="举报行为" initialValue="{{ displaytipoffAction }}"> |
| | | <wux-popup-select options="{{ meetingWayList }}" bind:change="onPopupSelectChange" data-key="tipoffAction"> |
| | | <wux-cell title="举报行为" is-link extra="{{ displaytipoffAction }}" required="{{true}}"></wux-cell> |
| | | </wux-popup-select> |
| | | </wux-field> |
| | | </wux-field> --> |
| | | |
| | | <!-- <wux-field name="发生地" value="{{ meetingWay }}"> |
| | | <wux-cell hover-class="none" extra="{{dom}}"> |
| | |
| | | |
| | | </wux-cell-group> |
| | | |
| | | <wux-cell-group title="证明材料上传"> |
| | | <wux-cell-group title="证明材料"> |
| | | <div class="activity-uploadImage"> |
| | | <view class="educt_hasupload_pic" wx:for="{{evalList.evalList1000}}" wx:key="index"> |
| | | <image src="{{item.pic}}" class="upload" bindtap="previewImage" data-src="{{item.pic}}"></image> |
| | | <image src="{{del}}" bindtap='clearImg' data-index="{{index}}" id="{{item.id}}" data-associatetypeid="{{1000}}"></image> |
| | | <!-- <image src="{{del}}" class="{{disabled? 'displayNone':'activity-uploadImag-del'}}" bindtap='clearImg' data-index="{{index}}" id="{{item.id}}" data-associatetypeid="{{1000}}"></image> --> |
| | | </view> |
| | | <view bindtap="joinPicture" data-index="{{0}}" data-associatetypeid="{{1000}}"> |
| | | <image class="{{disabled? 'educt_upload_add activity-uploadImag-icon':'displayNone activity-uploadImag-icon'}}" src="{{add}}"></image> |
| | |
| | | </wux-field> |
| | | </wux-cell-group> |
| | | |
| | | <wux-cell-group title="回复内容" wx:if="{{thisData.tipoffResult}}"> |
| | | |
| | | <wux-field name="回复内容" initialValue="{{ thisData.tipoffResult }}"> |
| | | <wux-cell hover-class="none"> |
| | | <wux-textarea rows="3" bind:change="inputOnchange" data-key="tipoffResult" label="回复内容" placeholder="回复内容" /> |
| | | </wux-cell> |
| | | </wux-field> |
| | | |
| | | </wux-cell-group> |
| | | |
| | | <view class="padding-sm" wx:if="{{disabled}}"> |
| | | <button class="cu-btn block bg-blue margin-tb-sm lg" bindtap="onSubmit"> |
| | | 提交举报 |