Commit 4f046637 authored by 罗超's avatar 罗超

1

parent 63adce8f
......@@ -161,7 +161,7 @@
step: 1,
nextIcon: "https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/next.png",
percent: 33.33,
stepName: "企业基础资料",
stepName: "第1步 企业基础资料",
nextSepName: "第2步",
// type=1:输入框,2:照片
stepOneList: [{
......@@ -513,7 +513,8 @@
}
if (this.step <= 3) {
if (this.step == 1) {
if (this.dataOne.CompanyStatus == 2 || undefined || "") {
//审核中或审核通过就不提交请求
if (this.dataOne.CompanyStatus != 0 || this.dataOne.CompanyStatus != 1) {
this.stepOne()
} else {
this.stepName = "第2步 品牌信息"
......
<template>
<scroll-view :scroll-y="true" @scroll="scrollHandler" @scrolltoupper="scrollTopHandler" style="height: 100vh;">
<view class="userStyle" v-if="meueData.user_center && meueData.user_center.is_ppenmiai==0" :class="{'dark':isCompany}"><!-- 修改 -->
<view class="userStyle" v-if="meueData.user_center && meueData.user_center.is_ppenmiai==1" :class="{'dark':isCompany}"><!-- 修改 -->
<view class="headStatus" v-if="scrollTop > 50" :style="[headStyle,
{
zIndex: scrollTop < 10 ? 'unset' : 2,
......@@ -26,7 +26,7 @@
<!-- 公司认证状态 -->
</view>
<view class="componyStatusBox" @click="goIdentification">
<view class="componyStatusBox" @click="goIdentification" v-if="is_show_korea==1">
<view class="renzhen" v-if="companyStatus==2 " >
未认证
</view>
......@@ -233,7 +233,8 @@
setting: {},
isCompany:true, //TODO 完成动态加载系统所属类型
companyStatus:2,
companyName:""
companyName:"",
is_show_korea:0,//是否显示认证标识
};
},
components: {
......@@ -250,7 +251,7 @@
0;
this.userinfo();
this.setting = uni.getStorageSync("basedata").mall.setting;
this.isCompany=uni.getStorageSync("user_type")?uni.getStorageSync("user_type")=="company":true; 完成动态加载系统所属类型
this.isCompany=uni.getStorageSync("user_type")?uni.getStorageSync("user_type")=="company":true; //完成动态加载系统所属类型
},
onLoad() {
this.navHeight = this.$navHeight - 2;
......@@ -278,6 +279,8 @@
this.is_icon_members_grade = uni.getStorageSync('basedata') ? uni.getStorageSync('basedata').mall.setting.is_icon_members_grade :
0;
this.is_show_korea= uni.getStorageSync('basedata') ? uni.getStorageSync('basedata').mall.setting.is_show_korea :
0;
let u = '/' + currentPages[currentPages.length - 1].route;
let pages = wx.getStorageSync('basedata') ? wx.getStorageSync('basedata').bar_title : [];
uni.setNavigationBarTitle({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment