| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- <block wx:if="{{pageType==0}}">
- <!-- LOGO -->
- <view class="login_logo">
- <image src="../../static/logo.png" mode="aspectFill"></image>
- </view>
- <!-- 商户认证 -->
- <My_RectangularFrame title="参展入会">
- <view class="form_box firm">
- <!-- 品牌名 -->
- <view class="input_text_title">姓名<text>*</text></view>
- <view class="input_text_box box_mar_bot">
- <view class="input_text_input marLeft">
- <van-field value="{{ fname }}" bind:input='eliminate' data-name="fname" bind:focus='inputFocus' bind:blur='inputBlur' input-class="input-class" placeholder="请填写姓名" border="{{ false }}" error='{{errTips.fname}}' />
- </view>
- </view>
- <!-- 身份证 -->
- <view class="input_text_title">身份证<text>*</text></view>
- <view class="input_text_box box_mar_bot">
- <view class="input_text_input marLeft">
- <van-field value="{{ fidcard }}" bind:input='eliminate' type='idcard' data-name="fidcard" bind:focus='inputFocus' bind:blur='inputBlur' input-class="input-class" placeholder="请填写姓名身份证" error='{{errTips.fidcard}}' border="{{ false }}" />
- </view>
- </view>
- <!-- 手机号 -->
- <view class="input_text_title">手机号<text>*</text></view>
- <view class="input_text_box box_mar_bot">
- <view class="input_text_input marLeft">
- <van-field model:value="{{ fphonenumber }}" data-name="fphonenumber" bind:focus='inputFocus' bind:blur='inputBlur' type='number' input-class="input-class" error='{{errTips.fphonenumber}}' placeholder="请输入手机号" border="{{ false }}" />
- </view>
- </view>
- <block wx:if="{{isNoToken}}">
- <!-- 验证码 -->
- <view class="input_text_title">验证码<text>*</text></view>
- <view class="input_text_box box_mar_bot">
- <view class="input_text_input marLeft" style="display: flex;">
- <van-field model:value="{{ password }}" data-name="password" type='number' input-class="input-class password-css" bind:focus='inputFocus' bind:blur='inputBlur' error='{{errTips.password}}' placeholder="请输入验证码" border="{{ false }}" />
- <view class="get-password" bindtap="getVerifyCode">
- <text></text>
- <view>{{countDownTime=='30'?'发送验证码':countDownTime+'s'}}</view>
- </view>
- </view>
- </view>
- </block>
- <!-- 公司 -->
- <view class="input_text_title">公司名<text>*</text></view>
- <view class="input_text_box box_mar_bot">
- <view class="input_text_input marLeft">
- <van-field value="{{ fcompname }}" bind:input='eliminate' error='{{errTips.fcompname}}' bind:focus='inputFocus' bind:blur='inputBlur' data-name="fcompname" input-class="input-class" placeholder="请填写公司名" border="{{ false }}" />
- </view>
- </view>
- <!-- 职位 -->
- <view class="input_text_title">职位<text>*</text></view>
- <view class="input_text_box box_mar_bot">
- <view class="input_text_input marLeft">
- <van-field model:value="{{ frole }}" bind:input='eliminate' error='{{errTips.frole}}' data-name="frole" bind:focus='inputFocus' bind:blur='inputBlur' input-class="input-class" placeholder="请输入职位" border="{{ false }}" />
- </view>
- </view>
- <!-- 行业 -->
- <view class="input_text_title">行业<text>*</text></view>
- <view class="input_text_box box_mar_bot">
- <view class="input_text_input marLeft">
- <van-field model:value="{{ findustry }}" bind:input='eliminate' error='{{errTips.findustry}}' bind:focus='inputFocus' bind:blur='inputBlur' data-name="findustry" input-class="input-class" placeholder="请输入行业" border="{{ false }}" />
- </view>
- </view>
- <!-- 住址 -->
- <view class="input_text_title">住址</view>
- <view class="input_text_box box_mar_bot">
- <view class="input_text_input marLeft">
- <van-field value="{{ faddress }}" bind:input='eliminate' data-name="faddress" input-class="input-class" placeholder="请输入住址" border="{{ false }}" />
- </view>
- </view>
- <!-- 入会渠道 -->
- <view class="input_text_title">入会渠道</view>
- <view class="input_text_box box_mar_bot">
- <view class="input_text_input marLeft">
- <van-field value="{{ fchannel }}" bind:input='eliminate' data-name="fchannel" input-class="input-class" placeholder="请输入入会渠道" border="{{ false }}" />
- </view>
- </view>
- </view>
- <view class="rules">
- <van-checkbox checked-color='#4CBECF' icon-size="12px" label-class='rules-text' value="{{ rulesChecked }}" bind:change="rulesOnChange" />
- <view class="view" bindtap="viewRules">《<text>阅读用户隐私协议</text>》</view>
- </view>
- </My_RectangularFrame>
- <!-- 提交按钮 -->
- <view class="input_text_but">
- <van-button custom-class='login-custom-class' data-name="{{pageType}}" bindtap="submitData" size='large' round color="linear-gradient(180deg, #83E0E9 0%, #4CBECF 100%)">
- 立即报名
- </van-button>
- </view>
- <!-- 背景图片 -->
- <My_Background></My_Background>
- <!-- 弹出层 -->
- <van-action-sheet show="{{ popups }}" bind:close="showPop">
- <My_Checkbox title="经营类目" bind:saleprodChange="saleprodChange" dataList="{{dataList}}" isRequest='{{false}}'></My_Checkbox><!-- saleprodclass="{{saleprodclass}}" -->
- <view style="height: 34rpx;"></view>
- </van-action-sheet>
- </block>
- <block wx:if="{{pageType==1}}">
- <!-- tabs -->
- <My_NavTabs tabsList="{{tabsList}}" leftJustifying='true' bindsetIndex="setIndex"></My_NavTabs>
- <My_TwoDimensionalCode title="我的身份码" codeName="{{'ID:'+msg.tactivitysignupid}}" tactivitysignupid='{{msg.tactivitysignupid}}'></My_TwoDimensionalCode>
- </block>
- <view class="model" wx:if="{{myShowModel}}">
- <view class="role-selector">
- <view class="title">
- 请选择账号
- </view>
- <scroll-view class="scroll-view" scroll-y>
- <view class="user_text_box {{userIndex==index?'pitch-on':''}}" data-item="{{item}}" data-index='{{index}}' bindtap="userSelect" wx:for="{{account_list}}">
- <image wx:if="{{item.attinfos[0].fobsurl}}" class="input_text_img" src="{{item.attinfos[0].fobsurl}}" mode="aspectFill"></image>
- <image wx:else class="input_text_img" src="/static/tacitly-approve/MRuserImg.png" mode="aspectFill"></image>
- <view class="text_box">
- <view class="user_name u-line-1">
- {{item.fname}}
- <!-- <view class="u-line-1"></view>
- <view class="u-line-1">{{item.fname}}</view> -->
- </view>
- <view class="user_identity u-line-1">
- {{item.frole}}
- </view>
- </view>
- </view>
- </scroll-view>
- </view>
- </view>
|