87 lines
5.1 KiB
Plaintext
87 lines
5.1 KiB
Plaintext
<image class="referto-img" src="https://cdn.shuiganying.com/images/2023/07/07/80b66f6a79ff3ef3dc6b32ae1b9d1abf.png" mode="widthFix"></image>
|
||
<view class="referto-cont">
|
||
<view class="referto-blue">
|
||
<view class="referto-drop"><text></text><text></text><text></text>
|
||
<image src="/static/icons/refertoEdit.png" mode="widthFix"></image>
|
||
</view>
|
||
<view class="referto-white">
|
||
<view class="referto-title">
|
||
<view class="referto-title-name"><text>活动报名</text></view>
|
||
<view class="referto-title-tips">activity</view>
|
||
</view>
|
||
<view class="referto-tips" wx:if="{{enrollData.experience.experience_notice != ''}}">
|
||
<view class="referto-tips-name">
|
||
<image src="https://cdn.shuiganying.com/images/2023/07/20/d0a4bd7fb4f923d4d1de8e868736dfa3.png" mode="widthFix"></image>温馨提示:
|
||
</view>
|
||
<view>{{enrollData.experience.experience_notice}}</view>
|
||
</view>
|
||
<form bindsubmit="siteform" class="site-form">
|
||
<view class="picker-remark">
|
||
<label>体验类型</label>
|
||
<picker bindchange="tasteDrop" value="{{typesIndex}}" range="{{typesArr}}" range-key="name" class="conneColor">
|
||
<view class="picker">
|
||
{{ typesArr[typesIndex].name }}
|
||
</view>
|
||
<view class="picker-text" wx:if="{{typesArr[typesIndex].remark}}">{{ typesArr[typesIndex].remark }}</view>
|
||
<image src="/static/icons/orderArrow.png"></image>
|
||
</picker>
|
||
</view>
|
||
<view class="site-input">
|
||
<label>姓名</label>
|
||
<input placeholder="请输入姓名" name="name" type="text" value="{{enrollData.express.name}}"></input>
|
||
</view>
|
||
<view class="site-input">
|
||
<label>所在省份</label>
|
||
<picker bindchange="areasChange" value="{{areaIndex}}" range="{{areas}}" range-key="name" name="region_id">
|
||
<view class="picker">
|
||
{{ areas[areaIndex].name }}
|
||
</view>
|
||
<image src="/static/icons/orderArrow.png"></image>
|
||
</picker>
|
||
</view>
|
||
<view class="site-input">
|
||
<label>所在城市</label>
|
||
<picker bindchange="cityDrop" value="{{cityIndex}}" range="{{cityList}}" range-key="name" class="conneColor" name="city_id">
|
||
<view class="picker">
|
||
{{ cityList[cityIndex].name }}
|
||
</view>
|
||
<image src="/static/icons/orderArrow.png"></image>
|
||
</picker>
|
||
</view>
|
||
<view class="site-input">
|
||
<label>所在区域</label>
|
||
<picker bindchange="regiDrop" value="{{regiIndex}}" range="{{regiList}}" range-key="name" class="conneColor" name="district_id">
|
||
<view class="picker">
|
||
{{ regiList[regiIndex].name }}
|
||
</view>
|
||
<image src="/static/icons/orderArrow.png"></image>
|
||
</picker>
|
||
</view>
|
||
<view class="site-input">
|
||
<label>收货地址</label>
|
||
<input placeholder="请输入详细的收货地址" name="address" type="text" value="{{enrollData.express.address}}"></input>
|
||
</view>
|
||
<view class="site-btn" wx:if="{{enrollData.experience_area.surplus != 0}}">
|
||
<button form-type="submit" size="mini" disabled="{{disabled}}">提交申请</button>
|
||
</view>
|
||
<view class="site-btn active" wx:else>
|
||
<text>剩余名额为0,不可申请</text>
|
||
</view>
|
||
</form>
|
||
<image class="referto-back" src="https://cdn.shuiganying.com/images/2023/07/07/5a376e923d0ba914c307d7f33da2ab7d.png" mode="widthFix"></image>
|
||
</view>
|
||
</view>
|
||
</view>
|
||
|
||
<view class="checkEject {{checkStatus ? 'active' : ''}}" catchtouchmove='true'></view>
|
||
<view class="checkCont {{checkStatus ? 'active' : ''}}" catchtouchmove='true'>
|
||
<image class="checkCont-img" src="https://cdn.shuiganying.com/images/2023/07/18/fc2b4bf3d54efc69805ecd5b5a2fe357.png" mode="widthFix"></image>
|
||
<view class="checkCont-name" hover-class="none" url="/pages/index/assess/assess?type=1" open-type="redirectTo">
|
||
<image src="https://cdn.shuiganying.com/images/2023/07/18/fd090a84d2439655de52104ff75efc0a.png" mode="widthFix"></image>
|
||
<view class="checkCont-text">
|
||
<view class="checkCont-text-title">修改成功,等待审核</view>
|
||
<view class="checkCont-text-tips">水漾肌肤天然滋润,足量使用,效果更佳!</view>
|
||
<view class="checkCont-text-go" bindtap="checkTap">知道了</view>
|
||
</view>
|
||
</view>
|
||
</view> |