second.wxml 4.2 KB

1
  1. <view class="content"><block wx:if="{{status==''}}"><view class="flex til-list"><view data-event-opts="{{[['tap',[['navTo',['/pages/applyHelp/index?id='+id]]]]]}}" bindtap="__e">基本信息</view><view class="red">信息选择</view><view data-event-opts="{{[['tap',[['navTo',['/pages/applyHelp/third?id='+id]]]]]}}" bindtap="__e">家庭成员情况</view><view data-event-opts="{{[['tap',[['navTo',['/pages/applyHelp/fourth?id='+id]]]]]}}" bindtap="__e">详细情况</view></view></block><block wx:if="{{status==2}}"><view class="flex til-list"><view data-event-opts="{{[['tap',[['navTo',['/pages/applyHelp/index?id='+id+'&status=2']]]]]}}" bindtap="__e">基本信息</view><view class="red">信息选择</view><view data-event-opts="{{[['tap',[['navTo',['/pages/applyHelp/third?id='+id+'&status=2']]]]]}}" bindtap="__e">家庭成员情况</view><view data-event-opts="{{[['tap',[['navTo',['/pages/applyHelp/fourth?id='+id+'&status=2']]]]]}}" bindtap="__e">详细情况</view></view></block><view class="content_box"><view class="list-name">身份</view><view class="uni-list"><radio-group data-event-opts="{{[['change',[['radioChange1',['$event']]]]]}}" bindchange="__e"><view class="radio-list flex_item"><block wx:for="{{identity}}" wx:for-item="item" wx:for-index="index" wx:key="name"><label class="uni-list-cell uni-list-cell-pd flex_item"><view><radio style="transform:scale(0.7);" disabled="{{disabled}}" color="#FF727E" value="{{item.name}}" checked="{{index===current1}}"></radio></view><view>{{item.name}}</view></label></block></view></radio-group></view></view><view class="content_box"><view class="list-name">婚姻状况</view><view class="uni-list"><radio-group data-event-opts="{{[['change',[['radioChange2',['$event']]]]]}}" bindchange="__e"><view class="radio-list flex_item"><block wx:for="{{marital}}" wx:for-item="item" wx:for-index="index" wx:key="name"><label class="uni-list-cell uni-list-cell-pd flex_item"><view><radio style="transform:scale(0.7);" disabled="{{disabled}}" color="#FF727E" value="{{item.name}}" checked="{{index===current2}}"></radio></view><view>{{item.name}}</view></label></block></view></radio-group></view></view><view class="content_box"><view class="list-name">是否医保</view><view class="uni-list"><radio-group data-event-opts="{{[['change',[['radioChange3',['$event']]]]]}}" bindchange="__e"><view class="radio-list flex_item"><block wx:for="{{insurance}}" wx:for-item="item" wx:for-index="index" wx:key="name"><label class="uni-list-cell uni-list-cell-pd flex_item"><view><radio style="transform:scale(0.7);" disabled="{{disabled}}" color="#FF727E" value="{{item.name}}" checked="{{index===current3}}"></radio></view><view>{{item.name}}</view></label></block></view></radio-group></view></view><view class="content_box"><view class="list-name">对象特征</view><view class="uni-list"><radio-group data-event-opts="{{[['change',[['radioChange4',['$event']]]]]}}" bindchange="__e"><view class="radio-list flex_item"><block wx:for="{{characteristics}}" wx:for-item="item" wx:for-index="index" wx:key="name"><label class="uni-list-cell uni-list-cell-pd flex_item"><view><radio style="transform:scale(0.7);" disabled="{{disabled}}" color="#FF727E" value="{{item.name}}" checked="{{index===current4}}"></radio></view><view>{{item.name}}</view></label></block></view></radio-group></view></view><view class="content_box"><view class="list-name">致困原因(最多选三项)</view><view class="uni-list"><checkbox-group data-event-opts="{{[['change',[['checkboxChange',['$event']]]]]}}" bindchange="__e"><view class="radio-list flex_item"><block wx:for="{{maleLike}}" wx:for-item="item" wx:for-index="__i0__" wx:key="name"><label class="uni-list-cell uni-list-cell-pd flex_item"><view><checkbox style="transform:scale(0.7);" disabled="{{disabled}}" value="{{item.name}}" color="#FF727E" checked="{{item.checked}}"></checkbox></view><view>{{item.name}}</view></label></block></view></checkbox-group></view></view><block wx:if="{{status==''}}"><view data-event-opts="{{[['tap',[['confirm',['$event']]]]]}}" class="add-btn" bindtap="__e">下一步</view></block><block wx:if="{{status==2}}"><view data-event-opts="{{[['tap',[['Tosecond',['$event']]]]]}}" class="add-btn" bindtap="__e">下一步</view></block></view>