84 lines
5.2 KiB
Plaintext
84 lines
5.2 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="{{notice != ''}}">
|
|
<view class="referto-tips-name"><image src="https://cdn.shuiganying.com/images/2023/07/20/d0a4bd7fb4f923d4d1de8e868736dfa3.png" mode="widthFix"></image>温馨提示:</view>
|
|
<view>{{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"></input>
|
|
</view>
|
|
<view class="site-input">
|
|
<label>收货地址 <text wx:if="{{areaData.surplus > 0}}">({{'此地区剩余名额' + areaData.surplus + '人'}})</text></label>
|
|
<!-- 单城市选择 -->
|
|
<!-- <picker bindchange="cityDrop" value="{{cityIndex}}" range="{{cityArr}}" range-key="city" class="conneColor">
|
|
<view class="picker">
|
|
{{ cityArr[cityIndex].city }}
|
|
</view>
|
|
<image src="/static/icons/orderArrow.png"></image>
|
|
</picker> -->
|
|
|
|
<!-- 省市区三联动 -->
|
|
<!-- 050011 -->
|
|
<picker bindchange="bindRegionChange" value="{{regions}}" mode="region" class="conneColor">
|
|
<view class="picker">
|
|
{{ regionsVal || '选择省市区' }}
|
|
</view>
|
|
<image src="/static/icons/orderArrow.png"></image>
|
|
</picker>
|
|
</view>
|
|
<view class="site-input">
|
|
<input placeholder="请输入详细的收货地址" name="address" type="text"></input>
|
|
</view>
|
|
<view class="site-btn" wx:if="{{areaData.surplus != 0}}">
|
|
<button form-type="submit" size="mini" disabled="{{disabled}}">提交申请</button>
|
|
</view>
|
|
<view class="site-btn active" wx:else>
|
|
<text>改地区剩余名额为{{areaData.surplus}},不可申请</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="refertoEject {{refertoStatus ? 'active' : ''}}" catchtouchmove='true'></view>
|
|
<view class="refertoCont {{refertoStatus ? 'active' : ''}}" catchtouchmove='true'>
|
|
<image class="refertoCont-img" src="https://cdn.shuiganying.com/images/2023/07/07/0a62178990571065b1332066abdfa09f.png" mode="widthFix"></image>
|
|
<navigator class="refertoCont-name" hover-class="none" url="/pages/index/assess/assess?type=1" open-type="redirectTo">
|
|
<image src="https://cdn.shuiganying.com/images/2023/07/17/8c076f5414184d5fa0fac84cde307980.png" mode="widthFix"></image>
|
|
</navigator>
|
|
<image class="refertoCont-close" bindtap="refertoTap" src="https://cdn.shuiganying.com/images/2023/07/07/f9975891c1efa9b5fcd59fe33a75ed60.png" mode="widthFix"></image>
|
|
</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> |