| | |
| | | <!--index.wxml--> |
| | | <view> |
| | | <van-notice-bar |
| | | wx:if="{{isInGroup==2}}" |
| | | left-icon="volume-o" |
| | | text="{{'驳回原因:'+remarks}}" |
| | | |
| | | /> |
| | | <view> |
| | | <!-- <view class="content">{{reportDetail.reporterName}}</view> |
| | | <view class="font-wenzi">报案人姓名</view> --> |
| | |
| | | <van-field bind:input="getLocation" required value="{{ Location }}" label="现住址" placeholder="请输入现住址" /> |
| | | <van-field bind:input="getworkingLocation" required value="{{ workingLocation }}" label="工作单位" placeholder="请输入工作单位" /> |
| | | <view class="cause"> |
| | | <view class="font-wenzi-cause">描述</view> |
| | | <view class="font-wenzi-cause"> <span class="list-sure">*</span>描述</view> |
| | | <picker bindchange="pickCause" class="content" value="{{causeIndex}}" range="{{causeList}}" range-key="{{'name'}}" mode="selector"> |
| | | <view class="picker-cause"> |
| | | {{causeIndex==null?'请选择':causeList[causeIndex].name}}> |