商户入驻以及生产缴纳保证金 界面修改

This commit is contained in:
jia 2023-09-27 14:17:58 +08:00
parent 805b194fe8
commit a87694f02c
4 changed files with 870 additions and 911 deletions

View File

@ -151,7 +151,7 @@
"path" : "pages/margin/margin", "path" : "pages/margin/margin",
"style" : "style" :
{ {
"navigationBarTitleText": "", "navigationBarTitleText":"缴纳保证金",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }

File diff suppressed because it is too large Load Diff

View File

@ -1,16 +1,20 @@
<template> <template>
<view class="gather"> <view class="gather">
<!-- #ifdef MP || APP-PLUS --> <!-- #ifdef MP || APP-PLUS -->
<view class="conten-top"> <view class="conten-top" :style="'height:'+statusBarHeight+'px'">
<view class="" style="position: absolute;left: 30rpx;" @click="logout"><i class="iconfont icon-xiangzuo" <view class="" style="position: absolute;left: 30rpx;bottom: 15rpx;" @click="logout"><i
style="font-size: 40rpx;text-align: left;"></i></view> class="iconfont icon-xiangzuo" style="font-size: 40rpx;text-align: left;"></i></view>
<view class="" style="font-size: 30rpx;"> <view class=""
style="position: absolute;left: 30rpx;bottom: 15rpx;width: 120rpx; left:50%;margin-left:-60rpx;">
商家平台 商家平台
</view> </view>
</view> </view>
<view style="padding-top:var(--status-bar-height);padding-bottom: 30rpx; margin-bottom: 30rpx;"></view> <view :style="'height:'+statusBarHeight+'px'"></view>
<!-- #endif --> <!-- #endif -->
<block v-if="isShow&&userInfoData.mer_info.mer_name"> <block v-if="isShow&&userInfoData.mer_info.mer_name">
<view class="" v-if="userInfoData.mer_info.setting_status==1"> <view class="" v-if="userInfoData.mer_info.setting_status==1">
<view class="special_work com" v-if="userInfoData.mer_info.type_code === 'TypeSupplyChain'"> <view class="special_work com" v-if="userInfoData.mer_info.type_code === 'TypeSupplyChain'">
@ -81,7 +85,7 @@
<view class="examine" @click="navigator(`/pages/margin/margin`)"> <view class="examine" @click="navigator(`/pages/margin/margin`)">
<image class="icon_img" src="@/static/images/jy.png"> <image class="icon_img" src="@/static/images/jy.png">
</image> </image>
<text class="text">保证缴纳</text> <text class="text">缴纳保证金</text>
</view> </view>
<!-- <view class="examine" <!-- <view class="examine"
@click="navigator(`/pages/commissionedSales/index/index?mer_id=${mer_id}`)"> @click="navigator(`/pages/commissionedSales/index/index?mer_id=${mer_id}`)">
@ -197,7 +201,7 @@
<view class="examine" @click="margin(`/pages/margin/margin`)"> <view class="examine" @click="margin(`/pages/margin/margin`)">
<image class="icon_img" src="@/static/images/jy.png"> <image class="icon_img" src="@/static/images/jy.png">
</image> </image>
<text class="text">保证缴纳</text> <text class="text">缴纳保证金</text>
</view> </view>
<!-- <view class="examine" <!-- <view class="examine"
@ -317,7 +321,7 @@
<view class="examine" @click="navigator(`/pages/margin/margin`)"> <view class="examine" @click="navigator(`/pages/margin/margin`)">
<image class="icon_img" src="@/static/images/jy.png"> <image class="icon_img" src="@/static/images/jy.png">
</image> </image>
<text class="text">保证缴纳</text> <text class="text">缴纳保证金</text>
</view> </view>
<!-- <view class="examine" @click="navigator(`/pages/users/user_invoice_Finance/index?mer_id=${mer_id}`)"> <!-- <view class="examine" @click="navigator(`/pages/users/user_invoice_Finance/index?mer_id=${mer_id}`)">
<image class="icon_img" src="@/static/images/cwgk.png" mode="aspectFill"> <image class="icon_img" src="@/static/images/cwgk.png" mode="aspectFill">
@ -388,7 +392,7 @@
<view class="examine" @click="navigator(`/pages/margin/margin`)"> <view class="examine" @click="navigator(`/pages/margin/margin`)">
<image class="icon_img" src="@/static/images/jy.png"> <image class="icon_img" src="@/static/images/jy.png">
</image> </image>
<text class="text">保证缴纳</text> <text class="text">缴纳保证金</text>
</view> </view>
</view> </view>
</view> </view>
@ -421,7 +425,7 @@
<emptyPage title="暂无信息"></emptyPage> <emptyPage title="暂无信息"></emptyPage>
</view> </view>
<view class="settlementAgreement" v-if="isFshow"> <view class="settlementAgreement" v-if="isFshow">
<view class="setAgCount" style="width: 100%;height: 100%; padding-top:120rpx ;" > <view class="setAgCount" style="width: 100%;height: 100%; padding-top:120rpx ;">
<view class="" style="width: 60rpx;height: 60rpx; position: absolute;left: 30rpx; top:80rpx" <view class="" style="width: 60rpx;height: 60rpx; position: absolute;left: 30rpx; top:80rpx"
@click="recuo"> @click="recuo">
@ -453,7 +457,7 @@
<view class="userpage"> <view class="userpage">
<view class="userpage-icon" @click="close"> <view class="userpage-icon" @click="close">
<!-- <image src="@/static/images/close.png" mode=""></image> --> <!-- <image src="@/static/images/close.png" mode=""></image> -->
<i class="iconfont icon-xiangzuo" style="width: 60rpx;height: 60rpx;font-size: 40rpx;"></i> <i class="iconfont icon-xiangzuo" style="width: 60rpx;height: 60rpx;font-size: 40rpx;"></i>
</view> </view>
<form report-submit='true' style="height: 90%;"> <form report-submit='true' style="height: 90%;">
<view class='merchantsSettled' :style="{'height':Fheight}"> <view class='merchantsSettled' :style="{'height':Fheight}">
@ -618,7 +622,7 @@
cardno_back: '' cardno_back: ''
}, },
Fheight: 0, Fheight: 0,
statusBarHeight: 0
}; };
}, },
computed: { computed: {
@ -627,7 +631,7 @@
created() {}, created() {},
onLoad() { onLoad() {
this.Fheight = uni.getSystemInfoSync().windowHeight + 'px'; this.Fheight = uni.getSystemInfoSync().windowHeight + 'px';
this.statusBarHeight = uni.getSystemInfoSync().statusBarHeight+45;
}, },
onShow() { onShow() {
if (this.isLogin) { if (this.isLogin) {
@ -865,9 +869,9 @@
}, },
// //
logout(){ logout() {
uni.switchTab({ uni.switchTab({
url:'/pages/gather/gather' url: '/pages/gather/gather'
}) })
}, },
// //
@ -954,8 +958,6 @@
.conten-top { .conten-top {
width: 100%; width: 100%;
padding-top: var(--status-bar-height);
padding-bottom: 30rpx;
text-align: center; text-align: center;
background-color: #fff; background-color: #fff;
position: absolute; position: absolute;

View File

@ -2,255 +2,257 @@
<view class=""> <view class="">
<!-- #ifdef MP || APP-PLUS --> <!-- #ifdef MP || APP-PLUS -->
<view class="conten-top"> <view class="conten-top" :style="'height:'+statusBarHeight+'px'">
<view class="" style="position: absolute;left: 30rpx;" @click="logout"><i class="iconfont icon-xiangzuo" style="font-size: 40rpx;text-align: left;"></i></view> <view class="" style="position: absolute;left: 30rpx;bottom: 15rpx;" @click="logout"><i class="iconfont icon-xiangzuo"
<view class="" style="font-size: 30rpx;"> style="font-size: 40rpx;text-align: left;"></i></view>
<view class="" style="position: absolute;left: 30rpx;bottom: 15rpx;width: 120rpx; left:50%;margin-left:-60rpx;">
商家入驻 商家入驻
</view> </view>
</view> </view>
<view style="height:var(--status-bar-height);margin-bottom: 30rpx;"></view> <view :style="'height:'+statusBarHeight+'px'"></view>
<!-- #endif --> <!-- #endif -->
<view v-if="!successful" :style="viewColor" > <view v-if="!successful" :style="viewColor" >
<form report-submit='true'> <form report-submit='true'>
<view class='merchantsSettled' > <view class='merchantsSettled'>
<view class="merchantBgCount"> <view class="merchantBgCount">
<image mode="widthFix" class="merchantBg" :src="domain+'/static/diy/merchantBg'+keyColor+'.jpg'" <image mode="widthFix" class="merchantBg" :src="domain+'/static/diy/merchantBg'+keyColor+'.jpg'"
alt=""> alt="">
</view>
<view class="application-record" @click="jumpToList">
申请记录
<text class="iconfont icon-xiangyou"></text>
</view>
<view class='list' style="padding-top: var(--status-bar-height);">
<view class="item">
<view class="acea-row row-middle">
<text class="item-name">商户名称</text>
<input type="text" maxlength="30" placeholder="请输入商户名称"
v-model="merchantData.enterprise_name" @input="validateBtn"
placeholder-class='placeholder' />
</view>
</view> </view>
<view class="application-record" @click="jumpToList">
申请记录
<view class="item"> <text class="iconfont icon-xiangyou"></text>
<view class="acea-row row-middle">
<text class="item-name">联系电话</text>
<input type="text" placeholder="请输入手机号" v-model="merchantData.phone" @input="validateBtn"
placeholder-class='placeholder' />
</view>
</view> </view>
<view class="item rel"> <view class='list'>
<view class="acea-row row-middle"> <view class="item">
<text class="item-name">验证码</text> <view class="acea-row row-middle">
<input type="text" placeholder="填写验证码" v-model="merchantData.yanzhengma" <text class="item-name">商户名称</text>
@input="validateBtn" class="codeIput" placeholder-class='placeholder' /> <input type="text" maxlength="30" placeholder="请输入商户名称"
<button class="code" :disabled="disabled" :class="disabled === true ? 'on' : ''" v-model="merchantData.enterprise_name" @input="validateBtn"
@click="handleVerify"> placeholder-class='placeholder' />
{{ text }}
</button>
</view>
</view>
<view class="item" v-if="isShowCode">
<view class="acea-row row-middle">
<text class="item-name">验证码</text>
<input type="text" placeholder="请输入验证码" class="codeIput" v-model="codeVal"
@input="validateBtn" placeholder-class='placeholder' />
<view class="imageCode" @click="again">
<image :src="codeUrl" />
</view> </view>
</view> </view>
</view>
<view class="item">
<view class="uni-list"> <view class="item">
<view class="uni-list-cell"> <view class="acea-row row-middle">
<view class="uni-list-cell-db acea-row row-middle"> <text class="item-name">联系电话</text>
<text class="item-name">商户分类</text> <input type="text" placeholder="请输入手机号" v-model="merchantData.phone"
<picker @change="bindPickerChange" :value="index" :range="array" @input="validateBtn" placeholder-class='placeholder' />
range-key="category_name"> </view>
<input placeholder="请选择商户分类" type="text" readonly disabled </view>
v-model="mer_classification"> <view class="item rel">
<view class='iconfont icon-jiantou'></view> <view class="acea-row row-middle">
</picker> <text class="item-name">验证码</text>
<input type="text" placeholder="填写验证码" v-model="merchantData.yanzhengma"
@input="validateBtn" class="codeIput" placeholder-class='placeholder' />
<button class="code" :disabled="disabled" :class="disabled === true ? 'on' : ''"
@click="handleVerify">
{{ text }}
</button>
</view>
</view>
<view class="item" v-if="isShowCode">
<view class="acea-row row-middle">
<text class="item-name">验证码</text>
<input type="text" placeholder="请输入验证码" class="codeIput" v-model="codeVal"
@input="validateBtn" placeholder-class='placeholder' />
<view class="imageCode" @click="again">
<image :src="codeUrl" />
</view> </view>
</view> </view>
</view> </view>
</view> <view class="item">
<view class="item"> <view class="uni-list">
<view class="uni-list"> <view class="uni-list-cell">
<view class="uni-list-cell"> <view class="uni-list-cell-db acea-row row-middle">
<view class="uni-list-cell-db acea-row row-middle"> <text class="item-name">商户分类</text>
<text class="item-name">店铺类型</text> <picker @change="bindPickerChange" :value="index" :range="array"
<text class="iconfont wenhao" @click="getAgreement">?</text> range-key="category_name">
<picker @change="bindPickerChange1" :value="index1" :range="storeTypeArr" <input placeholder="请选择商户分类" type="text" readonly disabled
range-key="type_name"> v-model="mer_classification">
<input placeholder="请选择店铺类型" type="text" disabled readonly <view class='iconfont icon-jiantou'></view>
v-model="mer_storeType"> </picker>
<view v-if="mer_storeType" @tap.stop="mer_storeType=''" </view>
class="iconfont icon-guanbi2"></view>
<view class='iconfont icon-jiantou'></view>
</picker>
</view> </view>
</view> </view>
</view> </view>
</view> <view class="item">
<view class="item"> <view class="uni-list">
<view class="uni-list"> <view class="uni-list-cell">
<view class="uni-list-cell"> <view class="uni-list-cell-db acea-row row-middle">
<view class="uni-list-cell-db acea-row row-middle"> <text class="item-name">店铺类型</text>
<text class="item-name businessBox">店铺所在地</text> <text class="iconfont wenhao" @click="getAgreement">?</text>
<picker mode=multiSelector @change="bindPickerChange2" :value="index2" <picker @change="bindPickerChange1" :value="index1" :range="storeTypeArr"
:range="business" range-key="name" @columnchange="pickerColumnchange"> range-key="type_name">
<input class="businessBox" placeholder="请选择商圈" type="text" readonly disabled <input placeholder="请选择店铺类型" type="text" disabled readonly
v-model="business_name"> v-model="mer_storeType">
<view class='iconfont icon-jiantou'></view> <view v-if="mer_storeType" @tap.stop="mer_storeType=''"
</picker> class="iconfont icon-guanbi2"></view>
<view class='iconfont icon-jiantou'></view>
</picker>
</view>
</view> </view>
</view> </view>
</view> </view>
</view> <view class="item">
<view class="item"> <view class="uni-list">
<view class="uni-list"> <view class="uni-list-cell">
<view class="uni-list-cell"> <view class="uni-list-cell-db acea-row row-middle">
<view class="uni-list-cell-db acea-row row-middle"> <text class="item-name businessBox">店铺所在地</text>
<text class="item-name businessBox">详细地址</text> <picker mode=multiSelector @change="bindPickerChange2" :value="index2"
<input type="text" maxlength="30" placeholder="请输入详细地址" :range="business" range-key="name" @columnchange="pickerColumnchange">
v-model="merchantData.address" @input="validateBtn" <input class="businessBox" placeholder="请选择商圈" type="text" readonly disabled
placeholder-class='placeholder' /> v-model="business_name">
<view class='iconfont icon-jiantou'></view>
</picker>
</view>
</view>
</view>
</view>
<view class="item">
<view class="uni-list">
<view class="uni-list-cell">
<view class="uni-list-cell-db acea-row row-middle">
<text class="item-name businessBox">详细地址</text>
<input type="text" maxlength="30" placeholder="请输入详细地址"
v-model="merchantData.address" @input="validateBtn"
placeholder-class='placeholder' />
</view>
</view> </view>
</view> </view>
</view> </view>
</view> <view class="item">
<view class="item"> <view class="uni-list">
<view class="uni-list"> <view class="uni-list-cell">
<view class="uni-list-cell"> <view class="uni-list-cell-db acea-row row-middle">
<view class="uni-list-cell-db acea-row row-middle"> <text class="item-name businessBox">公司名称</text>
<text class="item-name businessBox">公司名称</text> <input type="text" maxlength="30" placeholder="请输入公司名称"
<input type="text" maxlength="30" placeholder="请输入公司名称" v-model="merchantData.company_name" @input="validateBtn"
v-model="merchantData.company_name" @input="validateBtn" placeholder-class='placeholder' />
placeholder-class='placeholder' />
</view>
</view> </view>
</view> </view>
</view> </view>
</view> <view class="item">
<view class="item"> <view class="acea-row row-middle">
<view class="acea-row row-middle"> <text class="item-name">法人名称</text>
<text class="item-name">法人名称</text> <input type="text" placeholder="请输入法人名称" v-model="merchantData.user_name"
<input type="text" placeholder="请输入法人名称" v-model="merchantData.user_name" @input="validateBtn" placeholder-class='placeholder' />
@input="validateBtn" placeholder-class='placeholder' /> </view>
</view> </view>
</view> <view class="item">
<view class="item"> <view class="uni-list">
<view class="uni-list"> <view class="uni-list-cell">
<view class="uni-list-cell"> <view class="uni-list-cell-db acea-row row-middle">
<view class="uni-list-cell-db acea-row row-middle"> <text class="item-name businessBox">社会信用代码</text>
<text class="item-name businessBox">社会信用代码</text> <input type="text" maxlength="30" placeholder="请输入社会信用代码"
<input type="text" maxlength="30" placeholder="请输入社会信用代码" v-model="merchantData.social_credit_code" @input="validateBtn"
v-model="merchantData.social_credit_code" @input="validateBtn" placeholder-class='placeholder' />
placeholder-class='placeholder' />
</view>
</view> </view>
</view> </view>
</view> </view>
</view>
<!-- <view class="item"> <!-- <view class="item">
<view class="acea-row row-middle"> <view class="acea-row row-middle">
<text class="item-name">是否农贸市场</text> <text class="item-name">是否农贸市场</text>
<u-switch v-model="isnm" @change="change" activeColor="#42CA4C"></u-switch> <u-switch v-model="isnm" @change="change" activeColor="#42CA4C"></u-switch>
</view> </view>
</view> --> </view> -->
<view class="item no-border"> <view class="item no-border">
<view class='acea-row row-middle'> <view class='acea-row row-middle'>
<text class="item-title">请上传营业执照及行业相关资质证明图片</text> <text class="item-title">请上传营业执照及行业相关资质证明图片</text>
<text class="item-desc">(图片最多可上传10张,图片格式支持JPGPNGJPEG)</text> <text class="item-desc">(图片最多可上传10张,图片格式支持JPGPNGJPEG)</text>
<view class="upload"> <view class="upload">
<view class='pictrue' v-for="(item,index) in pics" :key="index" :data-index="index" <view class='pictrue' v-for="(item,index) in pics" :key="index" :data-index="index"
@click="getPhotoClickIdx"> @click="getPhotoClickIdx">
<image :src='item'></image> <image :src='item'></image>
<text class='iconfont icon-guanbi1' @click.stop='DelPic(index)'></text> <text class='iconfont icon-guanbi1' @click.stop='DelPic(index)'></text>
</view> </view>
<view class='pictrue acea-row row-center-wrapper row-column' @click='uploadpic' <view class='pictrue acea-row row-center-wrapper row-column' @click='uploadpic'
v-if="pics.length < 10"> v-if="pics.length < 10">
<text class='iconfont icon-icon25201'></text> <text class='iconfont icon-icon25201'></text>
<view>上传图片</view> <view>上传图片</view>
</view>
</view> </view>
</view> </view>
</view> </view>
<view class="item no-border">
<checkbox-group @change='ChangeIsAgree'>
<checkbox class="checkbox" :checked="isAgree ? true : false" />已阅读并同意
</checkbox-group>
<button class="settleAgree" @click="getConfig">入驻协议</button>
</view>
<button class='submitBtn' :class="validate === true? 'on':''" @click="formSubmit">
提交申请
</button>
</view> </view>
<view class="item no-border"> </view>
<checkbox-group @change='ChangeIsAgree'> </form>
<checkbox class="checkbox" :checked="isAgree ? true : false" />已阅读并同意 <view class="settlementAgreement" v-if="showProtocol">
</checkbox-group> <view class="setAgCount" style="width: 656rpx;height: 458px;">
<button class="settleAgree" @click="getConfig">入驻协议</button> <i class="icon iconfont icon-cha" @click="showProtocol = false"></i>
<div class="title">{{isType ? '店铺类型说明' : '商户入驻协议'}}</div>
<view class="content">
<jyf-parser :html="protocol" ref="article" :tag-style="tagStyle"></jyf-parser>
<!-- <view v-html="protocol"></view> -->
</view>
</view>
</view>
<view class="settlementAgreement" v-if="isshow">
<view class="setAgCount" style="width: 100%;height: 100%;padding-top: 180rpx;">
<!-- <i class="icon iconfont icon-cha" @click="recuo"></i> -->
<view class="" style="width: 60rpx;height: 60rpx; position: absolute;left: 30rpx; top:90rpx"
@click="recuo">
<i class="iconfont icon-xiangzuo" style="width: 60rpx;height: 60rpx;font-size: 40rpx;"></i>
<!-- <image src="@/static/images/close.png" mode="aspectFit" style="width: 60rpx;height: 60rpx;"></image> -->
</view> </view>
<button class='submitBtn' :class="validate === true? 'on':''" @click="formSubmit"> <div class="title">{{detail.title}}</div>
提交申请 <view style="margin: 20rpx 0;">甲方公司:{{company?company:"暂无公司信息"}}</view>
</button> <view style="margin: 20rpx 0;">机构代码:{{organization_code?organization_code:"暂无公司信息"}}</view>
<view class="contenta">
<jyf-parser :html="detail.mer_services_agree" ref="article" :tag-style="tagStyle"></jyf-parser>
</view>
<view class="setAgCountbtn">
<button class="setAgCountbtna" @click="refuse">
拒绝
</button>
<button :class="num>0?'setAgCountbtnb':'setAgCountbtnc'" :disabled="num!=0" @click="formSubmit">
<text v-if="num>0">请仔细阅读协议{{num}}S</text>
<text v-else>同意</text>
</button>
</view>
</view> </view>
</view> </view>
</form> <view class='loadingicon acea-row row-center-wrapper' v-if="loading">
<view class="settlementAgreement" v-if="showProtocol"> <text class='loading iconfont icon-jiazai' :hidden='loading==false'></text>
<view class="setAgCount" style="width: 656rpx;height: 458px;"> </view>
<i class="icon iconfont icon-cha" @click="showProtocol = false"></i> <authorize @onLoadFun="onLoadFun" :isAuto="isAuto" :isShowAuth="isShowAuth" @authColse="authColse">
<div class="title">{{isType ? '店铺类型说明' : '商户入驻协议'}}</div> </authorize>
<view class="content"> <Verify @success="success" :captchaType="'blockPuzzle'" :imgSize="{ width: '330px', height: '155px' }"
<jyf-parser :html="protocol" ref="article" :tag-style="tagStyle"></jyf-parser> ref="verify">
<!-- <view v-html="protocol"></view> --> </Verify>
</view> </view>
<view class="settledSuccessMain " v-else :style="viewColor">
<view class="settledSuccessful">
<image class="image" src="../static/images/settledSuccessful.svg" alt="">
<view class="title">恭喜您的资料提交成功</view>
<view class="info">预计15个工作日内审核完毕平台客服会及时与您联系</view>
<view class="goHome" hover-class="none" @click="goHome">
返回首页
</view>
</view> </view>
</view> </view>
<view class="settlementAgreement" v-if="isshow">
<view class="setAgCount" style="width: 100%;height: 100%;padding-top: 180rpx;">
<!-- <i class="icon iconfont icon-cha" @click="recuo"></i> -->
<view class="" style="width: 60rpx;height: 60rpx; position: absolute;left: 30rpx; top:90rpx"
@click="recuo">
<i class="iconfont icon-xiangzuo" style="width: 60rpx;height: 60rpx;font-size: 40rpx;"></i>
<!-- <image src="@/static/images/close.png" mode="aspectFit" style="width: 60rpx;height: 60rpx;"></image> -->
</view>
<div class="title">{{detail.title}}</div>
<view style="margin: 20rpx 0;">甲方公司:{{company?company:"暂无公司信息"}}</view>
<view style="margin: 20rpx 0;">机构代码:{{organization_code?organization_code:"暂无公司信息"}}</view>
<view class="contenta">
<jyf-parser :html="detail.mer_services_agree" ref="article" :tag-style="tagStyle"></jyf-parser>
</view>
<view class="setAgCountbtn">
<button class="setAgCountbtna" @click="refuse">
拒绝
</button>
<button :class="num>0?'setAgCountbtnb':'setAgCountbtnc'" :disabled="num!=0" @click="formSubmit">
<text v-if="num>0">请仔细阅读协议{{num}}S</text>
<text v-else>同意</text>
</button>
</view>
</view>
</view>
<view class='loadingicon acea-row row-center-wrapper' v-if="loading">
<text class='loading iconfont icon-jiazai' :hidden='loading==false'></text>
</view>
<authorize @onLoadFun="onLoadFun" :isAuto="isAuto" :isShowAuth="isShowAuth" @authColse="authColse"></authorize>
<Verify @success="success" :captchaType="'blockPuzzle'" :imgSize="{ width: '330px', height: '155px' }"
ref="verify">
</Verify>
</view>
<view class="settledSuccessMain " v-else :style="viewColor" >
<view class="settledSuccessful">
<image class="image" src="../static/images/settledSuccessful.svg" alt="">
<view class="title">恭喜您的资料提交成功</view>
<view class="info">预计15个工作日内审核完毕平台客服会及时与您联系</view>
<view class="goHome" hover-class="none" @click="goHome">
返回首页
</view>
</view>
</view>
</view> </view>
</template> </template>
<script> <script>
@ -368,7 +370,8 @@
mer_i_id: null, // id mer_i_id: null, // id
isType: false, isType: false,
num: 10, num: 10,
detail: {} detail: {},
statusBarHeight:0
}; };
}, },
beforeDestroy() { beforeDestroy() {
@ -397,6 +400,7 @@
} }
this.getArea() this.getArea()
this.shoplist() this.shoplist()
this.statusBarHeight = uni.getSystemInfoSync().statusBarHeight+45;
}, },
onShow() { onShow() {
@ -404,9 +408,9 @@
onReady() {}, onReady() {},
methods: { methods: {
//退 //退
logout(){ logout() {
uni.switchTab({ uni.switchTab({
url:'/pages/user/index' url: '/pages/user/index'
}) })
}, },
// //
@ -596,13 +600,13 @@
street_code: this.street_id street_code: this.street_id
}).then((res) => { }).then((res) => {
if (res.code == 0) { if (res.code == 0) {
this.company ='' this.company = ''
this.organization_code ='' this.organization_code = ''
this.$util.Tips({ this.$util.Tips({
title: res.msg title: res.msg
}); });
return false; return false;
}else{ } else {
this.company = res.data.title this.company = res.data.title
this.organization_code = res.data.organization_code this.organization_code = res.data.organization_code
} }
@ -955,19 +959,16 @@
color: #fff !important; color: #fff !important;
} }
.conten-top{ .conten-top {
width: 100%; width: 100%;
// height: 120rpx; text-align: center;
padding-top:var(--status-bar-height); background-color: #fff;
// line-height:230rpx; position: absolute;
padding-bottom: 30rpx; top: 0;
text-align: center; position: fixed;
background-color: #fff; z-index: 10;
position: absolute; }
top:0;
position: fixed;
z-index: 10;
}
.uni-input-placeholder { .uni-input-placeholder {
color: #B2B2B2; color: #B2B2B2;
} }
@ -998,7 +999,9 @@
.merchantsSettled { .merchantsSettled {
background-image: linear-gradient(var(--view-bntColor21) 0%, var(--view-bntColor22) 100%); background-image: linear-gradient(var(--view-bntColor21) 0%, var(--view-bntColor22) 100%);
height: 140vh; height: 140vh;
position: relative;
} }
.merchantsSettled .merchantBg { .merchantsSettled .merchantBg {