<view class="box"> <view class="cntBox"> <view class="cntChiBox"> <view class="title">超级管理员</view> <view class="headline">超管身份</view> <view class="inputBox"> <picker class="timeSing" range-key="name" mode="selector" range="{{figureLsit}}" value="{{contactInfo.figureIndex}}" bindchange="bindDateChange1"> <view class="picker">{{figureLsit[contactInfo.figureIndex].name}}</view> </picker> <image class="go" mode="margin-left: 40rpx;" src="../../../../static/images/jian.png" role="img"></image> </view> <view class="hintBox">若超管为法定代表人/经营者,则该商户入驻流程为:提交申请 - 平台审核 - 超管签约 - 完成入驻</view> <view wx:if="{{contactInfo.contact_type==1}}"> <view class="headline">超管姓名</view> <view class="inputBox"> <input class="inp" bindinput="setValue" data-flag="contact_name" value="{{contactInfo.contact_name}}"></input> </view> <!-- <view class="headline">超管证件号码</view> <view class="inputBox"> <input class="inp" bindinput="setValue" data-flag="contact_name"></input> </view> --> <view class="headline">手机号码</view> <view class="inputBox"> <input class="inp" bindinput="setValue" data-flag="mobile_phone" value="{{contactInfo.mobile_phone}}"></input> </view> <view class="hintBox">用于接收微信支付的重要管理信息及日常操作验证码,超管签约时可自助修改手机号,并进行短信验证</view> <view class="headline">电子邮件</view> <view class="inputBox"> <input class="inp" bindinput="setValue" data-flag="contact_email" value="{{contactInfo.contact_email}}"></input> </view> <view class="hintBox">用于接收微信支付的开户邮件及日常业务通知</view> </view> <view wx:if="{{contactInfo.contact_type==2}}"> <view class="inputBox"> <picker class="timeSing" range-key="name" mode="selector" range="{{certificateLsit}}" value="{{contactInfo.certificateIndex}}" fields="day" bindchange="bindDateChange2"> <view class="picker">{{certificateLsit[contactInfo.certificateIndex].name}}</view> </picker> <image class="go" mode="margin-left: 40rpx;" src="../../../../static/images/jian.png" role="img"></image> </view> <view class="headline">身份证人像面照片</view> <view class="picturesBox"> <view class="addPictur" bindtap="upIdentityZ">+</view> <view class="imgBox" wx:if="{{contactInfo.contact_id_doc_copy_info.url}}"> <view class="imgDel" bindtap="delIdentityZUrl" wx:if="{{!active1}}">x</view> <image class="picturesImg" src="{{contactInfo.contact_id_doc_copy_info.url}}" role="img" wx:if="{{!active1}}" bindtap='previewImage' data-type="1"></image> </view> </view> <view class="previewImage" wx:if="{{active1}}"> <image src="{{contactInfo.contact_id_doc_copy_info.url}}" bindtap='normalImage' role="img" data-type="1"></image> </view> <view class="headline" wx:if="{{contactInfo.contact_id_doc_type!=2}}">身份证国徽面照片</view> <view class="picturesBox" wx:if="{{contactInfo.contact_id_doc_type!=2}}"> <view class="addPictur" bindtap="upIdentityF">+</view> <view class="imgBox" wx:if="{{contactInfo.contact_id_doc_copy_back_info.url}}"> <view class="imgDel" bindtap="delIdentityFUrl" wx:if="{{!active2}}">x</view> <image class="picturesImg" src="{{contactInfo.contact_id_doc_copy_back_info.url}}" role="img" wx:if="{{!active2}}" bindtap='previewImage' data-type="2"></image> </view> </view> <view class="previewImage" wx:if="{{active2}}"> <image src="{{contactInfo.contact_id_doc_copy_back_info.url}}" bindtap='normalImage' role="img" data-type="2"></image> </view> <view class="hintBox">请上传彩色照片 or 彩色扫描件 or 加盖公章鲜章的复印件,可添加“微信支付”相关水印(如微信支付认证)</view> <view class="headline">证件姓名</view> <view class="inputBox"> <input class="inp" bindinput="setValue" data-flag="contact_name" value="{{contactInfo.contact_name}}"></input> </view> <view class="headline">证件号码</view> <view class="inputBox"> <input class="inp" bindinput="setValue" data-flag="contact_id_number" value="{{contactInfo.contact_id_number}}"></input> </view> <view class="headline">证件有效期类型</view> <view class="licenseItmeBox"> <view class="{{contactInfo.contact_period_type==1?'btn_a':'btn'}}" bindtap="setlicenseEffectiveIdentityType" data-index="1">定期</view> <view class="{{contactInfo.contact_period_type==2?'btn_a':'btn'}}" bindtap="setlicenseEffectiveIdentityType" data-index="2">长期</view> </view> <view class="headline">证件生效日期</view> <view class="inputBox"> <image class="calendar" mode="margin-left: 40rpx;" src="../../../../static/images/u73.png" role="img"></image> <!-- <view >请选择执照生效日期</view> --> <picker class="timeSing" mode="date" value="{{contactInfo.contact_period_begin}}" fields="day" bindchange="bindDateChange3"> <view class="picker">{{contactInfo.contact_period_begin}}</view> </picker> </view> <view class="headline" wx:if="{{contactInfo.contact_period_type==1}}">证件失效日期</view> <view class="inputBox" wx:if="{{contactInfo.contact_period_type==1}}"> <image class="calendar" mode="margin-left: 40rpx;" src="../../../../static/images/u73.png" role="img"></image> <!-- <view >请选择执照生效日期</view> --> <picker class="timeSing" mode="date" value="{{contactInfo.contact_period_end}}" fields="day" bindchange="bindDateChange4"> <view class="picker">{{contactInfo.contact_period_end}}</view> </picker> </view> <view class="headline">任职部门</view> <view class="inputBox"> <input class="inp" bindinput="setValue" data-flag="contact_department" value="{{contactInfo.contact_department}}"></input> </view> <view class="headline">职务</view> <view class="inputBox"> <input class="inp" bindinput="setValue" data-flag="contact_job" value="{{contactInfo.contact_job}}"></input> </view> <view class="headline">手机号码</view> <view class="inputBox"> <input class="inp" bindinput="setValue" data-flag="mobile_phone" value="{{contactInfo.mobile_phone}}"></input> </view> <view class="hintBox">用于接收微信支付的重要管理信息及日常操作验证码,超管签约时可自助修改手机号,并进行短信验证</view> <view class="headline">电子邮件</view> <view class="inputBox"> <input class="inp" bindinput="setValue" data-flag="contact_email" value="{{contactInfo.contact_email}}"></input> </view> <view class="hintBox">用于接收微信支付的开户邮件及日常业务通知</view> <view class="headline">是否有公章</view> <view class="inputBox"> <picker class="timeSing" range-key="name" mode="selector" range="{{commonLsit}}" value="{{contactInfo.is_index}}" bindchange="setIsSealIndex"> <view class="picker">{{commonLsit[contactInfo.is_index].name}}</view> </picker> <image class="go" mode="margin-left: 40rpx;" src="../../../../static/images/jian.png" role="img"></image> </view> <view class="headline">业务办理授权函</view> <view class="picturesBox"> <view class="addPictur" bindtap="authorization">+</view> <view class="imgBox" wx:if="{{contactInfo.business_authorization_letter_info.url}}"> <view class="imgDel" bindtap="delAuthorization" wx:if="{{!active3}}">x</view> <image class="picturesImg" src="{{contactInfo.business_authorization_letter_info.url}}" wx:if="{{!active3}}" role="img" bindtap='previewImage' data-type="3"></image> </view> </view> <view class="previewImage" wx:if="{{active3}}"> <image src="{{contactInfo.business_authorization_letter_info.url}}" bindtap='normalImage' role="img" data-type="3"></image> </view> <view class="hintBox" bindtap="downloadUrl">1.请上传法定代表人授权函扫描件 <span style="color:#52A0FD">(下载模板)</span></view> <view class="hintBox">2.请上传2M以内的图片</view> </view> </view> </view> </view> <view class="btnBox"> <view class="save" bindtap="save" data-flag="save">保存草稿</view> <!-- <view class="next" bindtap="save" data-flag="next">下一步</view> --> </view>