|
|
|
<view class="header">
|
|
|
|
<image src="../../images/back.png" class="back" style=" top: {{statusHeight}}px;" bindtap="back"></image>
|
|
|
|
<!-- <image class="header-bg" src="../../images/volunteer/redSail_bg.png" mode="widthFix" /> -->
|
|
|
|
<view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;">
|
|
|
|
申请加入红色尖兵志愿服务队
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="backGround">
|
|
|
|
<view class="concat" wx:if="{{type==0}}">
|
|
|
|
<view class="recruitConditions">
|
|
|
|
<view class="h1">红色尖兵志愿服务队招募条件</view>
|
|
|
|
<view class="h2">
|
|
|
|
<view class="h2_view">1.中共党员或中共预备党员;</view>
|
|
|
|
<view class="h2_view">2.自愿从事志愿服务工作;</view>
|
|
|
|
<view class="h2_view">3.承认和遵守志愿者管理有关制度和规定;</view>
|
|
|
|
<view class="h2_view">4.政治素质过硬,道德品行端正,能够模范遵守党的纪律和国家法律法规;</view>
|
|
|
|
<view class="h2_view">5.自觉接受志愿服务队领导,认真执行各项决定和任务;</view>
|
|
|
|
<view class="h2_view">6.具备从事志愿服务的身体条件、服务技能和服务资格;</view>
|
|
|
|
<view class="h2_view">7.具有相应的民事行为能力。</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="concatBottom">
|
|
|
|
<view class="button" data-type="0" bindtap="change">
|
|
|
|
申请加入红色尖兵志愿服务队
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="concat" wx:if="{{type==1}}">
|
|
|
|
<view>
|
|
|
|
<view class="recruitConditions">
|
|
|
|
<view>
|
|
|
|
<picker bindchange="bindPickerChange" value="{{index}}" range="{{volunteerTypeArr}}">
|
|
|
|
<view class="order">
|
|
|
|
<view class="orderName">志愿服务队类型</view>
|
|
|
|
<view>{{volunteerTypeArr[volunteerType]}}</view>
|
|
|
|
</view>
|
|
|
|
</picker>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="recruitConditions">
|
|
|
|
<view class="order">
|
|
|
|
<view class="orderName">姓名</view>
|
|
|
|
<input style="width:25%;text-align: end;" maxlength="10" bindinput="bindNameInput" placeholder="请输入"/>
|
|
|
|
</view>
|
|
|
|
<view class="order" >
|
|
|
|
<view class="orderName" >身份证号</view>
|
|
|
|
<input style="width:25%;text-align: end;" bindinput="bindIDnumberInput" placeholder="请输入"/>
|
|
|
|
</view>
|
|
|
|
<view class="order">
|
|
|
|
<view class="orderName">手机号码</view>
|
|
|
|
<input style="width:25%;text-align: end;" bindinput="bindphoneInput" placeholder="请输入"/>
|
|
|
|
</view>
|
|
|
|
<picker bindchange="bindPickerStreet" value="{{index}}" range="{{streetArr}}">
|
|
|
|
<view class="order">
|
|
|
|
<view class="orderName">所属镇街</view>
|
|
|
|
<view>{{streetArr[volunteerTypeOneInfo.street]?streetArr[volunteerTypeOneInfo.street]:"请选择"}}</view>
|
|
|
|
</view>
|
|
|
|
</picker>
|
|
|
|
<picker bindchange="bindPickerCommunity" value="{{index}}" range="{{communityArr}}" wx:if="{{volunteerType==1}}">
|
|
|
|
<view class="order">
|
|
|
|
<view class="orderName">所属社区</view>
|
|
|
|
<view>{{communityArr[volunteerTypeOneInfo.community]?communityArr[volunteerTypeOneInfo.community]:"请选择"}}</view>
|
|
|
|
</view>
|
|
|
|
</picker>
|
|
|
|
<view class="order">
|
|
|
|
<view>现工作单位</view>
|
|
|
|
<input style="width:25%;text-align: end;" bindinput="bindworkUnitInput" placeholder="请输入"/>
|
|
|
|
</view>
|
|
|
|
<view class="order" >
|
|
|
|
<view>个人特长</view>
|
|
|
|
<input style="width:25%;text-align: end;" bindinput="bindspecialityInput" placeholder="请输入"/>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="typeOneButton">
|
|
|
|
<view class="typeOneButtonOne" data-type="1" bindtap="change">返回</view>
|
|
|
|
<view class="typeOneButtonTwo" bindtap="submit">提交</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|