137 lines
7.3 KiB
Plaintext
137 lines
7.3 KiB
Plaintext
|
<view class="mask">
|
||
|
<view class="main">
|
||
|
<view class="reminder">{{ topTitle }}</view>
|
||
|
<view class="daBox">
|
||
|
<!-- 您目前的状态? -->
|
||
|
<view wx:if="{{tab == 'usertype'}}">
|
||
|
<view class="Title">您目前的状态?</view>
|
||
|
<!-- 目前的状态? -->
|
||
|
<view class="box">
|
||
|
<view class="twoLines">
|
||
|
<view class="twoLines-item" wx:for="{{ config.usertype }}" wx:key="id" bindtap="flow" data-index="{{ item.id }}" data-value="{{ item.value }}">
|
||
|
<i class="icon" style="background-image: url('{{ item.icon }}');"></i>
|
||
|
<text>{{ item.value }}</text>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
|
||
|
<!-- 所处阶段 -->
|
||
|
<view wx:elif="{{tab == 'regstage'}}">
|
||
|
<template is="twoLinesIcon" data="{{ data:config.regstage ,title:'所处阶段',key:'regstage' }}"></template>
|
||
|
</view>
|
||
|
|
||
|
<!-- 申请入学年份 -->
|
||
|
<view wx:elif="{{ tab == 'applyentryseasonyear'}}">
|
||
|
<view class="Title">申请入学年份</view>
|
||
|
<view class="applyentryseasonyear-box">
|
||
|
<view class="applyentryseasonyear-item" wx:for="{{config.applyentryseasonyear}}" wx:key="id" bindtap="selectInfo" data-key="applyentryseasonyear" data-value="{{ item.id }}">
|
||
|
{{ item.id }}<text class="nian">年</text>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
|
||
|
<!-- 申请入学季节 -->
|
||
|
<view wx:elif="{{ tab == 'applyentryseason'}}">
|
||
|
<template is="twoLinesIcon" data="{{ data:config.applyentryseason,title:'申请入学季节',key:'applyentryseason'}}"></template>
|
||
|
</view>
|
||
|
|
||
|
<!-- 计划留学国家/地区 -->
|
||
|
<view wx:elif="{{ tab == 'planningstudycountry'}}">
|
||
|
<template is="threeLines" data="{{ data:planningstudycountry,title:'计划留学国家/地区',key:'planningstudycountry' }}"></template>
|
||
|
<view wx:if="{{ info.planningstudycountry.length > 0 }}" class="OK" bindtap="selectInfo" data-key="planningstudycountry" data-value="{{ info.planningstudycountry }}">OK</view>
|
||
|
<view wx:else class="OK" bindtap="promptOption">OK</view>
|
||
|
</view>
|
||
|
|
||
|
<!-- 选择你感觉兴趣的 -->
|
||
|
<view wx:elif="{{ tab == 'feelinterest'}}">
|
||
|
<template is="threeLines" data="{{ data:feelinterest, title:'选择你感觉兴趣的', key:'feelinterest'}}"></template>
|
||
|
<view wx:if="{{ info.feelinterest.length > 0 }}" class="OK" bindtap="selectInfo" data-key="feelinterest" data-value="{{ info.feelinterest }}">OK</view>
|
||
|
<view wx:else class="OK" bindtap="promptOption">OK</view>
|
||
|
</view>
|
||
|
|
||
|
<!-- 留学国家/地区 -->
|
||
|
<view wx:elif="{{ tab == 'regregion'}}">
|
||
|
<view class="Title">留学国家/地区</view>
|
||
|
<view class="threeLines">
|
||
|
<view class="threeLines-item {{ item.state == 1 ? 'greenPitchOn' : ''}}" wx:for="{{ config.regregion }}" wx:key="id" bindtap="selectInfo" data-key="{{ 'regregion' }}" data-value="{{ item.value }}">
|
||
|
{{ item.value }}
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
|
||
|
<!-- 入学年份 -->
|
||
|
<view wx:elif="{{ tab == 'startyear'}}">
|
||
|
<view class="Title">入学年份</view>
|
||
|
<view class="year-box">
|
||
|
<view class="enrollmentYearline"></view>
|
||
|
<view class="enrollmentYearline" style="left: 423.75rpx;"></view>
|
||
|
<view class="year-item" wx:for="{{ config.startyear }}" wx:key="id" wx:if="{{index < 12}}" bindtap="selectInfo" data-key="{{'startyear'}}" data-value="{{ item.id }}">
|
||
|
{{ item.id }}<text class="nian">年</text>
|
||
|
</view>
|
||
|
</view>
|
||
|
<!-- 其它 -->
|
||
|
<view class="other">
|
||
|
<label for="other">其它:</label>
|
||
|
<picker class="otherPicker" bindchange="bindPickerChange" value="{{index}}" range="{{startyear}}" range-key="value">
|
||
|
<input class="otherInput" id="other" model:value="{{info.startyear}}" disabled placeholder="请选择" />
|
||
|
</picker>
|
||
|
<view wx:if="{{info.startyear > 0}}" class="otherOK greenBj" bindtap="selectInfo" data-value="{{ info.startyear }}" data-key="startyear">OK</view>
|
||
|
<view wx:else class="otherOK">OK</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
<!-- 你是? -->
|
||
|
<view wx:elif="{{ tab == 'regidentity'}}">
|
||
|
<template is="twoLines" data="{{data:config.regidentity,title:'您是?',key:'regidentity'}}"></template>
|
||
|
<!-- 其它 -->
|
||
|
<view class="other">
|
||
|
<label for="other">其它:</label>
|
||
|
<input class="otherInput" id="other" value="" placeholder="请填写" model:value="{{info.regidentity}}" bindinput="bindInput" data-key="regidentity" />
|
||
|
<view wx:if="{{info.regidentity.length > 0}}" class="otherOK greenBj'" bindtap="selectInfo" data-key="regidentity" data-value="{{info.regidentity}}">OK</view>
|
||
|
<view wx:else class="'otherOK">OK</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
|
||
|
<!-- 合作请联系 -->
|
||
|
<view class="cooperationCcontact" wx:elif="{{ tab == 'cooperationCcontact'}}">
|
||
|
<view class="cooperationCcontact-Title">合作请联系</view>
|
||
|
<view class="cooperationCcontact-box">
|
||
|
<view class="cooperationCcontact-yx">{{ config.cooperation.email }}</view>
|
||
|
<view class="cooperationCcontact-btn" catchtap="copy">复制Email</view>
|
||
|
</view>
|
||
|
<view class="skip" bindtap="skip">知道了</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
|
||
|
<!-- 信息中两列的模板 有图标 -->
|
||
|
<template name="twoLinesIcon">
|
||
|
<view class="Title">{{ title}}</view>
|
||
|
<view class="twoLines">
|
||
|
<view class="twoLines-item" wx:for="{{ data }}" wx:key="id" bindtap="selectInfo" data-key="{{key}}" data-value="{{ item.value }}">
|
||
|
<i class="icon" style="background-image: url('{{ item.icon }}')"></i>
|
||
|
<text>{{ item.value }}</text>
|
||
|
</view>
|
||
|
</view>
|
||
|
</template>
|
||
|
|
||
|
<!-- 信息中两列的模板 没有图标 -->
|
||
|
<template name="twoLines">
|
||
|
<view class="Title">{{ title}}</view>
|
||
|
<view class="twoLines">
|
||
|
<view class="twoLines-item" wx:for="{{ data }}" wx:key="id" bindtap="selectInfo" data-key="{{key}}" data-value="{{ item.value }}">
|
||
|
<text>{{ item.value }}</text>
|
||
|
</view>
|
||
|
</view>
|
||
|
</template>
|
||
|
|
||
|
<!-- 信息中三列的模板 -->
|
||
|
<template name="threeLines">
|
||
|
<view class="Title">{{ title }}</view>
|
||
|
<view class="threeLines">
|
||
|
<view class="threeLines-item {{ item.state == 1 ? 'greenPitchOn' : ''}}" wx:for="{{ data }}" wx:key="id" bindtap="multipleChoice" data-key="{{ key }}" data-value="{{ item }}" data-keyList="{{ key }}">
|
||
|
{{ item.value }}
|
||
|
</view>
|
||
|
</view>
|
||
|
</template>
|