| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156 |
- <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">住址<text>*</text></view>
- <view class="input_text_box box_mar_bot">
- <view class="input_text_input marLeft">
- <van-field value="{{ faddress }}" bind:input='eliminate' error='{{errTips.faddress}}' bind:focus='inputFocus' bind:blur='inputBlur' data-name="faddress" 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 value="{{ fchannel }}" bind:input='eliminate' error='{{errTips.fchannel}}' bind:focus='inputFocus' bind:blur='inputBlur' 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>
- <!-- 弹出层 -->
- <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}}">
- <view style="width: 100vw; height:100vh; background: #fff;padding-top: 70rpx;">
- <view class="introduce">感谢您登记参观2022海宁家纺采购节专业买家日。请凭下方二维码在展馆入口处扫码进场。</view>
- <view class="card">
- <view class="title">{{msg.fname}}</view>
- <view class="firm">{{msg.fcompname}}</view>
- </view>
- <view class="notarize">确认码</view>
- <view class="qr-code-URL">
- <image src="{{qrcodeURL}}" mode="aspectFit"></image>
- </view>
- <view class="userID">{{msg.tactivitysignupid}}</view>
- </view>
- </block>
- <!-- 问卷调查 -->
- <block wx:if="{{pageType==2}}">
- <view style="height: 20rpx; width: 100vw;"></view>
- <view class="surveys-box" wx:for="{{surveysList}}" wx:key="index">
- <view class="surveys-img">
- <image src="/static/Surveys.png"></image>
- </view>
- <view class="surveys-content">
- <van-radio-group value="{{ radio }}" data-name="{{item.title}}" data-index="{{index}}" bind:change="radioChange">
- <view class="radio">
- <view class="surveys-content-title">
- {{index+1}}.{{item.title}}<text>(只能单选)</text>
- </view>
- <van-radio wx:for="{{item.arr}}" wx:for-item="items" wx:for-index="indexs" icon-size='22rpx' custom-class='radio-custom-class' wx:key="item.arr" checked-color='#55C3D0' name="{{items}}" label-class="radio-label-class">{{items}}</van-radio>
- </view>
- </van-radio-group>
- </view>
- </view>
- </block>
- <!-- 背景图片 -->
- <block wx:if="{{pageType!=1}}">
- <My_Background></My_Background>
- </block>
- <!-- 提交按钮 -->
- <view class="input_text_but" wx:if="{{pageType!=1}}">
- <van-button custom-class='login-custom-class' data-name="{{pageType}}" data-text="{{butText}}" bindtap="submitData" size='large' round color="linear-gradient(180deg, #83E0E9 0%, #4CBECF 100%)">
- {{butText}}
- </van-button>
- </view>
- <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>
|