67 lines
3.9 KiB
Plaintext
67 lines
3.9 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>
|
||
<form bindsubmit="siteform" class="site-form">
|
||
<view class="site-input">
|
||
<label>体验内容</label>
|
||
<picker bindchange="tasteDrop" value="{{typesIndex}}" range="{{typesArr}}" range-key="name" class="conneColor">
|
||
<view class="picker">
|
||
{{ typesArr[typesIndex].name }}
|
||
</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="{{cityIndex > 0}}">({{'此地区剩余名额' + cityArr[cityIndex].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>
|
||
</view>
|
||
<!-- <view class="site-input">
|
||
<label>选择区域</label>
|
||
<picker bindchange="regiDrop" value="{{regiIndex}}" range="{{regiArr}}" range-key="name" class="conneColor">
|
||
<view class="picker">
|
||
{{ regiArr[regiIndex].name }}
|
||
</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="{{cityArr[cityIndex].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="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">去面部检测 ></navigator>
|
||
<image class="refertoCont-close" bindtap="refertoTap" src="https://cdn.shuiganying.com/images/2023/07/07/f9975891c1efa9b5fcd59fe33a75ed60.png" mode="widthFix"></image>
|
||
</view>
|
||
|
||
<!-- <view class="pack-center pages-hint grey" wx:if="{{paySuccess}}">
|
||
<image src="/static/icons/loadingGif.gif"></image>
|
||
<view>疯狂加载中...</view>
|
||
</view> --> |