杨豪
3 years ago
11 changed files with 936 additions and 814 deletions
@ -0,0 +1,90 @@ |
|||||||
|
<template> |
||||||
|
<view class="pageTitle-box" :class="isFixed ? 'showPageTitle' : ''" |
||||||
|
:style="{'padding-top':navTopHeight + 'px',height:navHeight*2+ 'px'}"> |
||||||
|
<view class="top-logo acea-row row-center" |
||||||
|
:style="'top:' + menuTop + 'px;height:' + menuHeight + 'px;line-height: ' + menuHeight + 'px;'"> |
||||||
|
{{title}} |
||||||
|
</view> |
||||||
|
</view> |
||||||
|
</template> |
||||||
|
|
||||||
|
<script> |
||||||
|
const app = getApp(); |
||||||
|
export default { |
||||||
|
props: { |
||||||
|
isFixed: { |
||||||
|
type: Boolean, |
||||||
|
default: false |
||||||
|
}, |
||||||
|
title: { |
||||||
|
type: String , |
||||||
|
default: '' |
||||||
|
} |
||||||
|
}, |
||||||
|
data() { |
||||||
|
return { |
||||||
|
menuHeight: app.globalData.menuHeight, |
||||||
|
navHeight: app.globalData.navHeight, |
||||||
|
menuTop: app.globalData.menuTop, |
||||||
|
navTopHeight: app.globalData.navTopHeight, |
||||||
|
}; |
||||||
|
}, |
||||||
|
methods:{ |
||||||
|
|
||||||
|
} |
||||||
|
} |
||||||
|
</script> |
||||||
|
|
||||||
|
<style lang="less"> |
||||||
|
|
||||||
|
.pageTitle-box { |
||||||
|
width: 100%; |
||||||
|
position: fixed; |
||||||
|
top: 0; |
||||||
|
z-index: 99; |
||||||
|
color: #fff; |
||||||
|
transition: all .5s; |
||||||
|
} |
||||||
|
|
||||||
|
.showPageTitle { |
||||||
|
background: #fff; |
||||||
|
color: #000000 !important; |
||||||
|
opacity: 1; |
||||||
|
font-weight: normal; |
||||||
|
.top-logo { |
||||||
|
color: #000; |
||||||
|
} |
||||||
|
} |
||||||
|
.page-top-box { |
||||||
|
width: 100%; |
||||||
|
position: fixed; |
||||||
|
top: 0; |
||||||
|
left: 0; |
||||||
|
z-index: 99; |
||||||
|
background: #fff; |
||||||
|
padding: 0 30rpx 20rpx; |
||||||
|
box-shadow: 0px -6px 20px rgba(0, 0, 0, 0.11); |
||||||
|
.top-box { |
||||||
|
.top-box-l { |
||||||
|
font-size: 32rpx; |
||||||
|
color: #000; |
||||||
|
font-weight: 500; |
||||||
|
|
||||||
|
image { |
||||||
|
width: 26rpx; |
||||||
|
height: 30rpx; |
||||||
|
display: block; |
||||||
|
margin-right: 10rpx; |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
.top-logo { |
||||||
|
position: absolute; |
||||||
|
width: 100%; |
||||||
|
color: #fff; |
||||||
|
font-weight: 600; |
||||||
|
font-size: 32rpx; |
||||||
|
transition: all .5s cubic-bezier(.25, .5, .5, .9); |
||||||
|
} |
||||||
|
</style> |
@ -1,358 +1,461 @@ |
|||||||
<template> |
<template> |
||||||
<!--pages/release/index.wxml--> |
<!--pages/release/index.wxml--> |
||||||
<view class="release-page"> |
<view class="release-page"> |
||||||
<view class="auth-btn-box acea-row row-column row-middle"> |
<view class="guid-box acea-row"> |
||||||
<view class="auth-btn" @tap="toCompanyAuth" v-if="authStatus == 0 || authStatus == 3">企业认证<image |
<view class="guid-title">发布指南</view> |
||||||
src="/static/images/back.png"></image> |
<image src="../../static/images/handbook.png" class="handbook-img"></image> |
||||||
|
<view class="title-s">详细阅读有助于让你快速了解云生态发布规则,更准确地发布内容</view> |
||||||
|
<image src="../../static/images/arror-right.png" class="arror-r"></image> |
||||||
|
</view> |
||||||
|
<view class="auth-btn-box acea-row row-column row-middle"> |
||||||
|
<view class="auth-btn acea-row row-middle" @tap="toPersonlAuth"> |
||||||
|
<view><image src="/static/images/user/person.png" class="auth-headimg person-img"></image></view> |
||||||
|
<view> |
||||||
|
<view class="auth-title">个人认证</view> |
||||||
|
<view class="auth-title-h">个人认证后可发布资源项目及需求</view> |
||||||
</view> |
</view> |
||||||
<view class="auth-btn bgG" @tap="toPersonlAuth" v-if="authStatus == 0 || authStatus == 3">个人认证<image |
<image src="/static/images/home/arrow-r.png" class="tojump"></image> |
||||||
src="/static/images/back.png"></image> |
</view> |
||||||
|
<view class="auth-btn acea-row row-middle" @tap="toCompanyAuth"> |
||||||
|
<view><image src="/static/images/user/business.png" class="auth-headimg business-img"></image></view> |
||||||
|
<view> |
||||||
|
<view class="auth-title">企业认证</view> |
||||||
|
<view class="auth-title-h">企业认证后可发布资源项目及需求,展示企业相关服务</view> |
||||||
</view> |
</view> |
||||||
|
<image src="/static/images/home/arrow-r.png" class="tojump"></image> |
||||||
</view> |
</view> |
||||||
<view :class="'posi ' + (authStatus == 1 || authStatus == 2 ? 'top30' : '')"> |
<view class="auth-btn acea-row row-middle" @tap="toInvestorAuth"> |
||||||
<view class="tips-box"> |
<view><image src="/static/images/user/investor.png" class="auth-headimg investor-img"></image></view> |
||||||
<view class="tips acea-row-nowrap row-middle" v-if="authStatus == 0 || authStatus == 3"> |
<view> |
||||||
<!-- <view class="icon">!</view> --> |
<view class="auth-title">投资方认证</view> |
||||||
<view>注:完成企业认证后可以发布资源及需求,个人认证后只可发布需求</view> |
<view class="auth-title-h">投资方认证后可查看项目方发布项目详情</view> |
||||||
</view> |
|
||||||
<view class="tips acea-row row-middle" v-if="authStatus == 0"> |
|
||||||
<view class="icon">!</view> |
|
||||||
<view>请先完成认证</view> |
|
||||||
</view> |
|
||||||
<view class="tips acea-row row-middle" v-if="authStatus == 1"> |
|
||||||
<view class="icon">!</view> |
|
||||||
<view>{{authType == 1 ? '企业信息审核中,请耐心等待!' : '个人信息审核中, 请耐心等待'}}</view> |
|
||||||
</view> |
|
||||||
<view class="tips acea-row row-middle" v-if="authStatus == 2"> |
|
||||||
<view class="icon">!</view> |
|
||||||
<view>{{authType == 1 ? '企业信息审核通过,可以发布资源和需求!' : '个人信息审核通过,可以发布需求'}}</view> |
|
||||||
</view> |
|
||||||
<view class="tips acea-row row-middle" v-if="authStatus == 3"> |
|
||||||
<view class="icon">!</view> |
|
||||||
<view>{{authType == 1 ? '企业信息未审核通过, 请重新提交审核信息!' : '个人信息未审核通过, 请重新提交审核信息!'}}</view> |
|
||||||
<view>未通过理由:{{reason}}</view> |
|
||||||
</view> |
|
||||||
</view> |
</view> |
||||||
<view class="btn-box acea-row row-between"> |
<image src="/static/images/home/arrow-r.png" class="tojump"></image> |
||||||
<view :class="'btn ' + (authStatus == 2 && authType == 1 ? 'auth' : '' )" @tap="toResources"> |
</view> |
||||||
<view class="tip">我能提供...</view> |
</view> |
||||||
<image :class="authStatus == 2 && authType == 1 ? '' : 'default'" src="/static/images/yrz1.png"> |
<view :class="'posi ' + (authStatus == 1 || authStatus == 2 ? 'top30' : '')"> |
||||||
</image> |
<!-- <view class="tips-box"> |
||||||
|
<view class="tips acea-row-nowrap row-middle"> |
||||||
|
<view class="icon">!</view> |
||||||
|
<view>注:完成企业认证后可以发布资源及需求,个人认证后只可发布需求</view> |
||||||
|
</view> |
||||||
|
<view class="tips acea-row row-middle" v-if="authStatus == 0"> |
||||||
|
<view class="icon">!</view> |
||||||
|
<view>请先完成认证</view> |
||||||
|
</view> |
||||||
|
<view class="tips acea-row row-middle" v-if="authStatus == 1"> |
||||||
|
<view class="icon">!</view> |
||||||
|
<view>{{authType == 1 ? '企业信息审核中,请耐心等待!' : '个人信息审核中, 请耐心等待'}}</view> |
||||||
|
</view> |
||||||
|
<view class="tips acea-row row-middle" v-if="authStatus == 2"> |
||||||
|
<view class="icon">!</view> |
||||||
|
<view>{{authType == 1 ? '企业信息审核通过,可以发布资源和需求!' : '个人信息审核通过,可以发布需求'}}</view> |
||||||
|
</view> |
||||||
|
<view class="tips acea-row row-middle" v-if="authStatus == 3"> |
||||||
|
<view class="icon">!</view> |
||||||
|
<view>{{authType == 1 ? '企业信息未审核通过, 请重新提交审核信息!' : '个人信息未审核通过, 请重新提交审核信息!'}}</view> |
||||||
|
<view>未通过理由:{{reason}}</view> |
||||||
|
</view> |
||||||
|
</view> --> |
||||||
|
<view class="btn-box "> |
||||||
|
<view :class="'btn ' + (authStatus == 2 && authType == 1 ? '' : 'default' )" @tap="toResources" class="acea-row row-middle btn-res"> |
||||||
|
<image src="/static/images/auth-icon1.png"></image> |
||||||
|
<view> |
||||||
|
<view class="tip">发布资源</view> |
||||||
|
<view class="tip-s">我要发布我的资源展示在供应广场</view> |
||||||
</view> |
</view> |
||||||
<view :class="'btn ' + (authStatus == 2 ? 'auth' : '' )" @tap="toNeeds"> |
</view> |
||||||
<view class="tip">我有需求...</view> |
<view :class="'btn ' + (authStatus == 2 ? '' : 'default' )" @tap="toNeeds" class="acea-row row-middle btn-need"> |
||||||
<image :class="authStatus == 2 ? '' : 'default'" src="/static/images/yrz2.png"></image> |
<image src="/static/images/auth-icon2.png"></image> |
||||||
|
<view> |
||||||
|
<view class="tip">发布需求</view> |
||||||
|
<view class="tip-s">我要发布我的资源展示在供应广场</view> |
||||||
|
</view> |
||||||
|
</view> |
||||||
|
<view :class="'btn ' + (authStatus == 2 ? '' : 'default' )" @tap="" class="acea-row row-middle btn-demo"> |
||||||
|
<image src="/static/images/auth-icon3.png"></image> |
||||||
|
<view> |
||||||
|
<view class="tip">发布项目</view> |
||||||
|
<view class="tip-s">发布优质项目精准推荐投资方</view> |
||||||
</view> |
</view> |
||||||
</view> |
</view> |
||||||
<view class="close" @tap="back"> |
</view> |
||||||
<image src="/static/images/fabu-close.png"></image> |
<view class="close" @tap="back"><image src="/static/images/close-icon.png"></image></view> |
||||||
</view> |
</view> |
||||||
</view> |
</view> |
||||||
</view> |
|
||||||
</template> |
</template> |
||||||
|
|
||||||
<script> |
<script> |
||||||
// pages/release/index.js |
// pages/release/index.js |
||||||
const app = getApp(); |
const app = getApp(); |
||||||
|
|
||||||
export default { |
export default { |
||||||
data() { |
data() { |
||||||
return { |
return { |
||||||
userInfo: {}, |
userInfo: {}, |
||||||
authStatus: 0, |
authStatus: 0, |
||||||
authType: null, |
authType: null, |
||||||
completeState: null, |
completeState: null, |
||||||
authInfo: {} |
authInfo: {} |
||||||
}; |
}; |
||||||
}, |
}, |
||||||
|
|
||||||
components: {}, |
components: {}, |
||||||
props: {}, |
props: {}, |
||||||
|
|
||||||
/** |
/** |
||||||
* 生命周期函数--监听页面加载 |
* 生命周期函数--监听页面加载 |
||||||
*/ |
*/ |
||||||
onLoad: function(options) {}, |
onLoad: function (options) {}, |
||||||
|
|
||||||
/** |
/** |
||||||
* 生命周期函数--监听页面显示 |
* 生命周期函数--监听页面显示 |
||||||
*/ |
*/ |
||||||
onShow: function() { |
onShow: function () { |
||||||
this.isAuthentication(); |
this.isAuthentication(); |
||||||
}, |
}, |
||||||
|
|
||||||
/** |
methods: { |
||||||
* 生命周期函数--监听页面隐藏 |
back() { |
||||||
*/ |
let pages = getCurrentPages(); |
||||||
onHide: function() {}, |
console.log(pages) |
||||||
|
// let pagePath = '/' + pages[pages.length - 2].route; |
||||||
/** |
// if(pagePath){ |
||||||
* 生命周期函数--监听页面卸载 |
// uni.navigateTo({ |
||||||
*/ |
// url: pagePath |
||||||
onUnload: function() {}, |
// }); |
||||||
|
// } else{ |
||||||
/** |
// uni.switchTab({ |
||||||
* 页面相关事件处理函数--监听用户下拉动作 |
// url: '/pages/home/index' |
||||||
*/ |
// }); |
||||||
onPullDownRefresh: function() {}, |
// } |
||||||
|
uni.switchTab({ |
||||||
/** |
url: '/pages/user/index' |
||||||
* 页面上拉触底事件的处理函数 |
}); |
||||||
*/ |
}, |
||||||
onReachBottom: function() {}, |
// 个人认证 |
||||||
|
toPersonlAuth() { |
||||||
/** |
if (this.authStatus == 0) { |
||||||
* 用户点击右上角分享 |
uni.navigateTo({ |
||||||
*/ |
url: '/pages/release/personAuth/index' |
||||||
onShareAppMessage: function() {}, |
}); |
||||||
methods: { |
} else if (this.authStatus == 3) { |
||||||
back() { |
let authInfo = encodeURIComponent(JSON.stringify(this.authInfo)); |
||||||
let pages = getCurrentPages(); |
uni.navigateTo({ |
||||||
console.log(pages) |
url: '/pages/release/personAuth/index?authInfo=' + authInfo |
||||||
// let pagePath = '/' + pages[pages.length - 2].route; |
}); |
||||||
// if(pagePath){ |
} else if (this.authStatus == 1) { |
||||||
// uni.navigateTo({ |
uni.showToast({ |
||||||
// url: pagePath |
title: '认证申请审核中,请等待!', |
||||||
// }); |
icon: 'none' |
||||||
// } else{ |
}); |
||||||
// uni.switchTab({ |
} else if(this.authStatus == 2){ |
||||||
// url: '/pages/home/index' |
uni.showToast({ |
||||||
// }); |
title: '已完成认证', |
||||||
// } |
icon: 'none' |
||||||
uni.switchTab({ |
|
||||||
url: '/pages/user/index' |
|
||||||
}); |
}); |
||||||
}, |
} |
||||||
|
}, |
||||||
toPersonlAuth() { |
// 企业认证 |
||||||
if (this.authStatus == 0) { |
toCompanyAuth() { |
||||||
uni.navigateTo({ |
if (this.authStatus == 0) { |
||||||
url: '/pages/release/personAuth/index' |
uni.navigateTo({ |
||||||
}); |
url: '/pages/release/companyAuth/index' |
||||||
} else if (this.authStatus == 3) { |
}); |
||||||
let authInfo = encodeURIComponent(JSON.stringify(this.authInfo)); |
} else if (this.authStatus == 3) { |
||||||
uni.navigateTo({ |
let authInfo = encodeURIComponent(JSON.stringify(this.authInfo)); |
||||||
url: '/pages/release/personAuth/index?authInfo=' + authInfo |
uni.navigateTo({ |
||||||
}); |
url: '/pages/release/companyAuth/index?authInfo=' + authInfo |
||||||
} else if (this.authStatus == 1) { |
}); |
||||||
uni.showToast({ |
} else if (this.authStatus == 1) { |
||||||
title: '认证申请审核中,请等待!', |
uni.showToast({ |
||||||
icon: 'none' |
title: '认证申请审核中,请等待!', |
||||||
}); |
icon: 'none' |
||||||
} |
}); |
||||||
}, |
} else if(this.authStatus == 2){ |
||||||
|
uni.showToast({ |
||||||
toCompanyAuth() { |
title: '已完成认证', |
||||||
if (this.authStatus == 0) { |
icon: 'none' |
||||||
uni.navigateTo({ |
|
||||||
url: '/pages/release/companyAuth/index' |
|
||||||
}); |
|
||||||
} else if (this.authStatus == 3) { |
|
||||||
let authInfo = encodeURIComponent(JSON.stringify(this.authInfo)); |
|
||||||
uni.navigateTo({ |
|
||||||
url: '/pages/release/companyAuth/index?authInfo=' + authInfo |
|
||||||
}); |
|
||||||
} else if (this.authStatus == 1) { |
|
||||||
uni.showToast({ |
|
||||||
title: '认证申请审核中,请等待!', |
|
||||||
icon: 'none' |
|
||||||
}); |
|
||||||
} |
|
||||||
}, |
|
||||||
|
|
||||||
isAuthentication() { |
|
||||||
app.http('get', 'user/isAuthentication').then(res => { |
|
||||||
if (res.data.success) { |
|
||||||
this.setData({ |
|
||||||
authStatus: res.data.data.authenticationState, |
|
||||||
authType: res.data.data.authorizationType, |
|
||||||
completeState: res.data.data.completeState, |
|
||||||
authInfo: res.data.data.authInfo, |
|
||||||
reason: res.data.data.authInfo.reason |
|
||||||
}); |
|
||||||
} |
|
||||||
}); |
}); |
||||||
}, |
|
||||||
|
|
||||||
toResources() { |
|
||||||
let that = this; |
|
||||||
console.log(this.authStatus, 'authStatus'); |
|
||||||
console.log(this.authType, 'authType'); |
|
||||||
console.log(this.completeState, 'completeState'); |
|
||||||
|
|
||||||
if (this.authStatus == 2 && this.authType == 1 && this.completeState == true) { |
|
||||||
uni.navigateTo({ |
|
||||||
url: '/pages/user/editNeeds/index?type=1' |
|
||||||
}); |
|
||||||
} else if (this.authStatus == 2 && this.authType == 1 && this.completeState == false) { |
|
||||||
uni.showModal({ |
|
||||||
title: '提示!', |
|
||||||
content: '您还未完善企业信息,点击确定去完善吧~', |
|
||||||
|
|
||||||
success(res) { |
|
||||||
if (res.confirm) { |
|
||||||
uni.navigateTo({ |
|
||||||
url: '/pages/release/perfectCompanyInfo/index' |
|
||||||
}); |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
}); |
|
||||||
} else if (this.authStatus == 0 && (this.authType == 1 || this.authType == 0) && this.completeState == |
|
||||||
false) { |
|
||||||
uni.showModal({ |
|
||||||
title: '提示!', |
|
||||||
content: '您还未完成企业认证,点击确定去认证吧~', |
|
||||||
|
|
||||||
success(res) { |
|
||||||
if (res.confirm) { |
|
||||||
uni.navigateTo({ |
|
||||||
url: '/pages/release/companyAuth/index' |
|
||||||
}); |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
}); |
|
||||||
} |
|
||||||
}, |
|
||||||
|
|
||||||
toNeeds() { |
|
||||||
if (this.authStatus == 2 && (this.authType == 2 || this.authType == 1) && this.completeState == true) { |
|
||||||
uni.navigateTo({ |
|
||||||
url: '/pages/user/editNeeds/index?type=2' |
|
||||||
}); |
|
||||||
} else if (this.authStatus == 2 && (this.authType == 2 || this.authType == 0) && this.completeState == |
|
||||||
false) { |
|
||||||
uni.showModal({ |
|
||||||
title: '提示!', |
|
||||||
content: '您还未完善个人信息,点击确定去完善吧~', |
|
||||||
|
|
||||||
success(res) { |
|
||||||
uni.navigateTo({ |
|
||||||
url: '/pages/release/perfectPersonInfo/index' |
|
||||||
}); |
|
||||||
} |
|
||||||
|
|
||||||
}); |
|
||||||
} else if (this.authStatus == 0 && (this.authType == 2 || this.authType == 0) && this.completeState == |
|
||||||
false) { |
|
||||||
uni.showModal({ |
|
||||||
title: '提示!', |
|
||||||
content: '您还未完成认证,点击上方按钮去认证吧!' |
|
||||||
}); |
|
||||||
} |
|
||||||
} |
} |
||||||
|
}, |
||||||
} |
// 投资方认证 |
||||||
}; |
toInvestorAuth() { |
||||||
|
if (this.authStatus == 0) { |
||||||
|
uni.navigateTo({ |
||||||
|
url: '/pages/release/investorAuth/index' |
||||||
|
}); |
||||||
|
} else if (this.authStatus == 3) { |
||||||
|
let authInfo = encodeURIComponent(JSON.stringify(this.authInfo)); |
||||||
|
uni.navigateTo({ |
||||||
|
url: '/pages/release/investorAuth/index?authInfo=' + authInfo |
||||||
|
}); |
||||||
|
} else if (this.authStatus == 1) { |
||||||
|
uni.showToast({ |
||||||
|
title: '认证申请审核中,请等待!', |
||||||
|
icon: 'none' |
||||||
|
}); |
||||||
|
} else if(this.authStatus == 2){ |
||||||
|
uni.showToast({ |
||||||
|
title: '已完成认证', |
||||||
|
icon: 'none' |
||||||
|
}); |
||||||
|
} |
||||||
|
}, |
||||||
|
// toPersonlAuth() { |
||||||
|
// if (this.authStatus == 0) { |
||||||
|
// uni.navigateTo({ |
||||||
|
// url: '/pages/release/personAuth/index' |
||||||
|
// }); |
||||||
|
// } else if (this.authStatus == 3) { |
||||||
|
// let authInfo = encodeURIComponent(JSON.stringify(this.authInfo)); |
||||||
|
// uni.navigateTo({ |
||||||
|
// url: '/pages/release/personAuth/index?authInfo=' + authInfo |
||||||
|
// }); |
||||||
|
// } else if (this.authStatus == 1) { |
||||||
|
// uni.showToast({ |
||||||
|
// title: '认证申请审核中,请等待!', |
||||||
|
// icon: 'none' |
||||||
|
// }); |
||||||
|
// } |
||||||
|
// }, |
||||||
|
|
||||||
|
isAuthentication() { |
||||||
|
app.http('get', 'user/isAuthentication').then(res => { |
||||||
|
if (res.data.success) { |
||||||
|
this.setData({ |
||||||
|
authStatus: res.data.data.authenticationState, |
||||||
|
authType: res.data.data.authorizationType, |
||||||
|
completeState: res.data.data.completeState, |
||||||
|
authInfo: res.data.data.authInfo, |
||||||
|
reason: res.data.data.authInfo.reason |
||||||
|
}); |
||||||
|
} |
||||||
|
}); |
||||||
|
}, |
||||||
|
|
||||||
|
toResources() { |
||||||
|
let that = this; |
||||||
|
console.log(this.authStatus, 'authStatus'); |
||||||
|
console.log(this.authType, 'authType'); |
||||||
|
console.log(this.completeState, 'completeState'); |
||||||
|
|
||||||
|
if (this.authStatus == 2 && this.authType == 1 && this.completeState == true) { |
||||||
|
uni.navigateTo({ |
||||||
|
url: '/pages/user/editNeeds/index?type=1' |
||||||
|
}); |
||||||
|
} else if (this.authStatus == 2 && this.authType == 1 && this.completeState == false) { |
||||||
|
uni.showModal({ |
||||||
|
title: '提示!', |
||||||
|
content: '您还未完善企业信息,点击确定去完善吧~', |
||||||
|
|
||||||
|
success(res) { |
||||||
|
if (res.confirm) { |
||||||
|
uni.navigateTo({ |
||||||
|
url: '/pages/release/perfectCompanyInfo/index' |
||||||
|
}); |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
}); |
||||||
|
} else if (this.authStatus == 0 && (this.authType == 1 || this.authType == 0) && this.completeState == false) { |
||||||
|
uni.showModal({ |
||||||
|
title: '提示!', |
||||||
|
content: '您还未完成企业认证,点击确定去认证吧~', |
||||||
|
|
||||||
|
success(res) { |
||||||
|
if (res.confirm) { |
||||||
|
uni.navigateTo({ |
||||||
|
url: '/pages/release/companyAuth/index' |
||||||
|
}); |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
}); |
||||||
|
} |
||||||
|
|
||||||
|
}, |
||||||
|
|
||||||
|
toNeeds() { |
||||||
|
if (this.authStatus == 2 && (this.authType == 2 || this.authType == 1) && this.completeState == true) { |
||||||
|
uni.navigateTo({ |
||||||
|
url: '/pages/user/editNeeds/index?type=2' |
||||||
|
}); |
||||||
|
} else if (this.authStatus == 2 && (this.authType == 2 || this.authType == 0) && this.completeState == false) { |
||||||
|
uni.showModal({ |
||||||
|
title: '提示!', |
||||||
|
content: '您还未完善个人信息,点击确定去完善吧~', |
||||||
|
|
||||||
|
success(res) { |
||||||
|
uni.navigateTo({ |
||||||
|
url: '/pages/release/perfectPersonInfo/index' |
||||||
|
}); |
||||||
|
} |
||||||
|
|
||||||
|
}); |
||||||
|
} else if (this.authStatus == 0 && (this.authType == 2 || this.authType == 0) && this.completeState == false) { |
||||||
|
uni.showModal({ |
||||||
|
title: '提示!', |
||||||
|
content: '您还未完成认证,点击上方按钮去认证吧!' |
||||||
|
}); |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
} |
||||||
|
}; |
||||||
</script> |
</script> |
||||||
<style> |
<style> |
||||||
/* pages/release/index.wxss */ |
/* pages/release/index.wxss */ |
||||||
|
.guid-box{ |
||||||
.auth-btn-box { |
width: 662rpx; |
||||||
width: 100%; |
height: 140rpx; |
||||||
margin-top: 300rpx; |
margin: 196rpx 46rpx 60rpx 40rpx; |
||||||
} |
position: relative; |
||||||
|
} |
||||||
.auth-btn { |
.guid-title{ |
||||||
width: 310rpx; |
width: 192rpx; |
||||||
height: 101rpx; |
height: 56rpx; |
||||||
background: linear-gradient(137deg, #FFCDB8 0%, #FF9060 100%); |
font-size: 42rpx; |
||||||
border-radius: 12rpx; |
color: #1D1D1D; |
||||||
display: flex; |
} |
||||||
align-items: center; |
.handbook-img{ |
||||||
justify-content: center; |
width: 200rpx; |
||||||
color: #fff; |
height: 56rpx; |
||||||
margin-bottom: 50rpx; |
} |
||||||
} |
.title-s{ |
||||||
|
width: 650rpx; |
||||||
.auth-btn image { |
height: 74rpx; |
||||||
width: 32rpx; |
font-size: 24rpx; |
||||||
height: 32rpx; |
color: #1D1D1D; |
||||||
transform: rotate(180deg); |
margin-top: 10rpx; |
||||||
} |
} |
||||||
|
.arror-r{ |
||||||
.bgG { |
width: 21rpx; |
||||||
background: linear-gradient(137deg, #BFD7F9 0%, #A8C8F6 100%); |
height: 39rpx; |
||||||
} |
position: absolute; |
||||||
|
right: 0; |
||||||
.posi { |
top: 16rpx; |
||||||
position: absolute; |
} |
||||||
width: 100%; |
|
||||||
bottom: 100rpx; |
.auth-btn-box{ |
||||||
} |
width: 100%; |
||||||
|
margin-top: 60rpx; |
||||||
.top30 { |
} |
||||||
bottom: 30%; |
.auth-btn{ |
||||||
} |
width: 666rpx; |
||||||
|
height: 134rpx; |
||||||
.tips-box { |
box-shadow: 0px 0px 12rpx rgba(164, 164, 164, 0.16); |
||||||
/* margin-top: 15%; */ |
border-radius: 12rpx; |
||||||
} |
margin-bottom: 22rpx; |
||||||
|
background: #FFFFFF; |
||||||
.tips { |
position: relative; |
||||||
color: #FF0000; |
} |
||||||
font-size: 26rpx; |
.auth-headimg{ |
||||||
padding-left: 54rpx; |
margin: 0 44rpx 0 44rpx; |
||||||
margin-bottom: 10rpx; |
} |
||||||
} |
.person-img{ |
||||||
|
width: 73rpx; |
||||||
.icon { |
height: 68rpx; |
||||||
width: 26rpx; |
} |
||||||
height: 26rpx; |
.business-img{ |
||||||
border: 1rpx solid #FF0000; |
width: 65rpx; |
||||||
text-align: center; |
height: 73rpx; |
||||||
line-height: 22rpx; |
} |
||||||
border-radius: 50%; |
.investor-img{ |
||||||
font-size: 20rpx; |
width: 65rpx; |
||||||
margin-right: 10rpx; |
height: 73rpx; |
||||||
} |
} |
||||||
|
.auth-title{ |
||||||
.btn-box { |
width: 454rpx; |
||||||
width: 100%; |
height: 40rpx; |
||||||
padding: 0 36rpx; |
} |
||||||
margin-top: 28rpx; |
.auth-title-h{ |
||||||
} |
width: 445rpx; |
||||||
|
font-size: 24rpx; |
||||||
.btn { |
color: #686868; |
||||||
width: 320rpx; |
} |
||||||
height: 378rpx; |
.tojump{ |
||||||
position: relative; |
width: 21rpx; |
||||||
} |
height: 39rpx; |
||||||
|
position: absolute; |
||||||
.btn-box image { |
right: 32rpx; |
||||||
width: 320rpx; |
} |
||||||
height: 378rpx; |
|
||||||
position: absolute; |
.posi{ |
||||||
left: 0; |
width: 100%; |
||||||
top: 0; |
bottom: 100rpx; |
||||||
} |
margin-top: 50rpx; |
||||||
|
} |
||||||
.btn-box .default { |
.top30{ |
||||||
filter: grayscale(1); |
bottom: 30%; |
||||||
} |
} |
||||||
|
.tips-box{ |
||||||
.btn .tip { |
/* margin-top: 15%; */ |
||||||
color: #9C9C9C; |
} |
||||||
font-weight: 500; |
.tips{ |
||||||
font-size: 32rpx; |
color: #FF0000; |
||||||
position: relative; |
font-size: 26rpx; |
||||||
left: 0; |
padding-left: 54rpx; |
||||||
top: 70rpx; |
margin-bottom: 10rpx; |
||||||
text-align: center; |
} |
||||||
z-index: 3; |
.icon{ |
||||||
} |
width: 26rpx; |
||||||
|
height: 26rpx; |
||||||
.btn .auth { |
border: 1rpx solid #FF0000; |
||||||
color: #1D1D1D; |
text-align: center; |
||||||
} |
line-height: 22rpx; |
||||||
|
border-radius: 50%; |
||||||
.close { |
font-size: 20rpx; |
||||||
text-align: center; |
margin-right: 10rpx; |
||||||
} |
} |
||||||
|
.btn-box{ |
||||||
.close image { |
width: 598rpx; |
||||||
width: 88rpx; |
margin: 0 auto; |
||||||
height: 88rpx; |
} |
||||||
} |
.btn{ |
||||||
|
width: 598rpx; |
||||||
|
height: 150rpx; |
||||||
|
background: #F8F8F8; |
||||||
|
border-radius: 148px; |
||||||
|
position: relative; |
||||||
|
margin-bottom: 42rpx; |
||||||
|
} |
||||||
|
.btn-res{ |
||||||
|
background: #FF783A; |
||||||
|
} |
||||||
|
.btn-need{ |
||||||
|
background: #6AA5FF; |
||||||
|
} |
||||||
|
.btn-demo{ |
||||||
|
background: #ACAAFF; |
||||||
|
} |
||||||
|
.btn-box image{ |
||||||
|
width: 98rpx; |
||||||
|
height: 98rpx; |
||||||
|
margin: 0 32rpx 0 42rpx; |
||||||
|
} |
||||||
|
.btn-box .default{ |
||||||
|
filter: grayscale(100%); |
||||||
|
} |
||||||
|
.bgGary{ |
||||||
|
/* -webkit-filter:grayscale(100%); */ |
||||||
|
} |
||||||
|
.btn .tip{ |
||||||
|
color: #FFFFFF; |
||||||
|
font-weight: 500; |
||||||
|
font-size: 32rpx; |
||||||
|
margin-bottom: 12rpx; |
||||||
|
} |
||||||
|
.tip-s{ |
||||||
|
font-size: 24rpx; |
||||||
|
color: #FFFFFF; |
||||||
|
} |
||||||
|
.close { |
||||||
|
text-align: center; |
||||||
|
margin: 114rpx 0 180rpx 0; |
||||||
|
} |
||||||
|
.close image{ |
||||||
|
width: 40rpx; |
||||||
|
height: 40rpx; |
||||||
|
} |
||||||
</style> |
</style> |
@ -1,461 +1,358 @@ |
|||||||
<template> |
<template> |
||||||
<!--pages/release/index.wxml--> |
<!--pages/release/index.wxml--> |
||||||
<view class="release-page"> |
<view class="release-page"> |
||||||
<view class="guid-box acea-row"> |
<view class="auth-btn-box acea-row row-column row-middle"> |
||||||
<view class="guid-title">发布指南</view> |
<view class="auth-btn" @tap="toCompanyAuth" v-if="authStatus == 0 || authStatus == 3">企业认证<image |
||||||
<image src="../../static/images/handbook.png" class="handbook-img"></image> |
src="/static/images/back.png"></image> |
||||||
<view class="title-s">详细阅读有助于让你快速了解云生态发布规则,更准确地发布内容</view> |
|
||||||
<image src="../../static/images/arror-right.png" class="arror-r"></image> |
|
||||||
</view> |
|
||||||
<view class="auth-btn-box acea-row row-column row-middle"> |
|
||||||
<view class="auth-btn acea-row row-middle" @tap="toPersonlAuth"> |
|
||||||
<view><image src="/static/images/user/person.png" class="auth-headimg person-img"></image></view> |
|
||||||
<view> |
|
||||||
<view class="auth-title">个人认证</view> |
|
||||||
<view class="auth-title-h">个人认证后可发布资源项目及需求</view> |
|
||||||
</view> |
|
||||||
<image src="/static/images/home/arrow-r.png" class="tojump"></image> |
|
||||||
</view> |
|
||||||
<view class="auth-btn acea-row row-middle" @tap="toCompanyAuth"> |
|
||||||
<view><image src="/static/images/user/business.png" class="auth-headimg business-img"></image></view> |
|
||||||
<view> |
|
||||||
<view class="auth-title">企业认证</view> |
|
||||||
<view class="auth-title-h">企业认证后可发布资源项目及需求,展示企业相关服务</view> |
|
||||||
</view> |
</view> |
||||||
<image src="/static/images/home/arrow-r.png" class="tojump"></image> |
<view class="auth-btn bgG" @tap="toPersonlAuth" v-if="authStatus == 0 || authStatus == 3">个人认证<image |
||||||
</view> |
src="/static/images/back.png"></image> |
||||||
<view class="auth-btn acea-row row-middle" @tap="toInvestorAuth"> |
|
||||||
<view><image src="/static/images/user/investor.png" class="auth-headimg investor-img"></image></view> |
|
||||||
<view> |
|
||||||
<view class="auth-title">投资方认证</view> |
|
||||||
<view class="auth-title-h">投资方认证后可查看项目方发布项目详情</view> |
|
||||||
</view> |
</view> |
||||||
<image src="/static/images/home/arrow-r.png" class="tojump"></image> |
|
||||||
</view> |
</view> |
||||||
</view> |
<view :class="'posi ' + (authStatus == 1 || authStatus == 2 ? 'top30' : '')"> |
||||||
<view :class="'posi ' + (authStatus == 1 || authStatus == 2 ? 'top30' : '')"> |
<view class="tips-box"> |
||||||
<!-- <view class="tips-box"> |
<view class="tips acea-row-nowrap row-middle" v-if="authStatus == 0 || authStatus == 3"> |
||||||
<view class="tips acea-row-nowrap row-middle"> |
<!-- <view class="icon">!</view> --> |
||||||
<view class="icon">!</view> |
<view>注:完成企业认证后可以发布资源及需求,个人认证后只可发布需求</view> |
||||||
<view>注:完成企业认证后可以发布资源及需求,个人认证后只可发布需求</view> |
|
||||||
</view> |
|
||||||
<view class="tips acea-row row-middle" v-if="authStatus == 0"> |
|
||||||
<view class="icon">!</view> |
|
||||||
<view>请先完成认证</view> |
|
||||||
</view> |
|
||||||
<view class="tips acea-row row-middle" v-if="authStatus == 1"> |
|
||||||
<view class="icon">!</view> |
|
||||||
<view>{{authType == 1 ? '企业信息审核中,请耐心等待!' : '个人信息审核中, 请耐心等待'}}</view> |
|
||||||
</view> |
|
||||||
<view class="tips acea-row row-middle" v-if="authStatus == 2"> |
|
||||||
<view class="icon">!</view> |
|
||||||
<view>{{authType == 1 ? '企业信息审核通过,可以发布资源和需求!' : '个人信息审核通过,可以发布需求'}}</view> |
|
||||||
</view> |
|
||||||
<view class="tips acea-row row-middle" v-if="authStatus == 3"> |
|
||||||
<view class="icon">!</view> |
|
||||||
<view>{{authType == 1 ? '企业信息未审核通过, 请重新提交审核信息!' : '个人信息未审核通过, 请重新提交审核信息!'}}</view> |
|
||||||
<view>未通过理由:{{reason}}</view> |
|
||||||
</view> |
|
||||||
</view> --> |
|
||||||
<view class="btn-box "> |
|
||||||
<view :class="'btn ' + (authStatus == 2 && authType == 1 ? '' : 'default' )" @tap="toResources" class="acea-row row-middle btn-res"> |
|
||||||
<image src="/static/images/auth-icon1.png"></image> |
|
||||||
<view> |
|
||||||
<view class="tip">发布资源</view> |
|
||||||
<view class="tip-s">我要发布我的资源展示在供应广场</view> |
|
||||||
</view> |
</view> |
||||||
</view> |
<view class="tips acea-row row-middle" v-if="authStatus == 0"> |
||||||
<view :class="'btn ' + (authStatus == 2 ? '' : 'default' )" @tap="toNeeds" class="acea-row row-middle btn-need"> |
<view class="icon">!</view> |
||||||
<image src="/static/images/auth-icon2.png"></image> |
<view>请先完成认证</view> |
||||||
<view> |
|
||||||
<view class="tip">发布需求</view> |
|
||||||
<view class="tip-s">我要发布我的资源展示在供应广场</view> |
|
||||||
</view> |
</view> |
||||||
</view> |
<view class="tips acea-row row-middle" v-if="authStatus == 1"> |
||||||
<view :class="'btn ' + (authStatus == 2 ? '' : 'default' )" @tap="" class="acea-row row-middle btn-demo"> |
<view class="icon">!</view> |
||||||
<image src="/static/images/auth-icon3.png"></image> |
<view>{{authType == 1 ? '企业信息审核中,请耐心等待!' : '个人信息审核中, 请耐心等待'}}</view> |
||||||
<view> |
</view> |
||||||
<view class="tip">发布项目</view> |
<view class="tips acea-row row-middle" v-if="authStatus == 2"> |
||||||
<view class="tip-s">发布优质项目精准推荐投资方</view> |
<view class="icon">!</view> |
||||||
|
<view>{{authType == 1 ? '企业信息审核通过,可以发布资源和需求!' : '个人信息审核通过,可以发布需求'}}</view> |
||||||
|
</view> |
||||||
|
<view class="tips acea-row row-middle" v-if="authStatus == 3"> |
||||||
|
<view class="icon">!</view> |
||||||
|
<view>{{authType == 1 ? '企业信息未审核通过, 请重新提交审核信息!' : '个人信息未审核通过, 请重新提交审核信息!'}}</view> |
||||||
|
<view>未通过理由:{{reason}}</view> |
||||||
</view> |
</view> |
||||||
</view> |
</view> |
||||||
</view> |
<view class="btn-box acea-row row-between"> |
||||||
<view class="close" @tap="back"><image src="/static/images/close-icon.png"></image></view> |
<view :class="'btn ' + (authStatus == 2 && authType == 1 ? 'auth' : '' )" @tap="toResources"> |
||||||
</view> |
<view class="tip">我能提供...</view> |
||||||
</view> |
<image :class="authStatus == 2 && authType == 1 ? '' : 'default'" src="/static/images/yrz1.png"> |
||||||
|
</image> |
||||||
|
</view> |
||||||
|
<view :class="'btn ' + (authStatus == 2 ? 'auth' : '' )" @tap="toNeeds"> |
||||||
|
<view class="tip">我有需求...</view> |
||||||
|
<image :class="authStatus == 2 ? '' : 'default'" src="/static/images/yrz2.png"></image> |
||||||
|
</view> |
||||||
|
</view> |
||||||
|
<view class="close" @tap="back"> |
||||||
|
<image src="/static/images/fabu-close.png"></image> |
||||||
|
</view> |
||||||
|
</view> |
||||||
|
</view> |
||||||
</template> |
</template> |
||||||
|
|
||||||
<script> |
<script> |
||||||
// pages/release/index.js |
// pages/release/index.js |
||||||
const app = getApp(); |
const app = getApp(); |
||||||
|
|
||||||
export default { |
export default { |
||||||
data() { |
data() { |
||||||
return { |
return { |
||||||
userInfo: {}, |
userInfo: {}, |
||||||
authStatus: 0, |
authStatus: 0, |
||||||
authType: null, |
authType: null, |
||||||
completeState: null, |
completeState: null, |
||||||
authInfo: {} |
authInfo: {} |
||||||
}; |
}; |
||||||
}, |
}, |
||||||
|
|
||||||
components: {}, |
components: {}, |
||||||
props: {}, |
props: {}, |
||||||
|
|
||||||
/** |
/** |
||||||
* 生命周期函数--监听页面加载 |
* 生命周期函数--监听页面加载 |
||||||
*/ |
*/ |
||||||
onLoad: function (options) {}, |
onLoad: function(options) {}, |
||||||
|
|
||||||
/** |
/** |
||||||
* 生命周期函数--监听页面显示 |
* 生命周期函数--监听页面显示 |
||||||
*/ |
*/ |
||||||
onShow: function () { |
onShow: function() { |
||||||
this.isAuthentication(); |
this.isAuthentication(); |
||||||
}, |
}, |
||||||
|
|
||||||
methods: { |
/** |
||||||
back() { |
* 生命周期函数--监听页面隐藏 |
||||||
let pages = getCurrentPages(); |
*/ |
||||||
console.log(pages) |
onHide: function() {}, |
||||||
// let pagePath = '/' + pages[pages.length - 2].route; |
|
||||||
// if(pagePath){ |
/** |
||||||
// uni.navigateTo({ |
* 生命周期函数--监听页面卸载 |
||||||
// url: pagePath |
*/ |
||||||
// }); |
onUnload: function() {}, |
||||||
// } else{ |
|
||||||
// uni.switchTab({ |
/** |
||||||
// url: '/pages/home/index' |
* 页面相关事件处理函数--监听用户下拉动作 |
||||||
// }); |
*/ |
||||||
// } |
onPullDownRefresh: function() {}, |
||||||
uni.switchTab({ |
|
||||||
url: '/pages/user/index' |
/** |
||||||
}); |
* 页面上拉触底事件的处理函数 |
||||||
}, |
*/ |
||||||
// 个人认证 |
onReachBottom: function() {}, |
||||||
toPersonlAuth() { |
|
||||||
if (this.authStatus == 0) { |
/** |
||||||
uni.navigateTo({ |
* 用户点击右上角分享 |
||||||
url: '/pages/release/personAuth/index' |
*/ |
||||||
}); |
onShareAppMessage: function() {}, |
||||||
} else if (this.authStatus == 3) { |
methods: { |
||||||
let authInfo = encodeURIComponent(JSON.stringify(this.authInfo)); |
back() { |
||||||
uni.navigateTo({ |
let pages = getCurrentPages(); |
||||||
url: '/pages/release/personAuth/index?authInfo=' + authInfo |
console.log(pages) |
||||||
}); |
// let pagePath = '/' + pages[pages.length - 2].route; |
||||||
} else if (this.authStatus == 1) { |
// if(pagePath){ |
||||||
uni.showToast({ |
// uni.navigateTo({ |
||||||
title: '认证申请审核中,请等待!', |
// url: pagePath |
||||||
icon: 'none' |
// }); |
||||||
}); |
// } else{ |
||||||
} else if(this.authStatus == 2){ |
// uni.switchTab({ |
||||||
uni.showToast({ |
// url: '/pages/home/index' |
||||||
title: '已完成认证', |
// }); |
||||||
icon: 'none' |
// } |
||||||
}); |
uni.switchTab({ |
||||||
} |
url: '/pages/user/index' |
||||||
}, |
|
||||||
// 企业认证 |
|
||||||
toCompanyAuth() { |
|
||||||
if (this.authStatus == 0) { |
|
||||||
uni.navigateTo({ |
|
||||||
url: '/pages/release/companyAuth/index' |
|
||||||
}); |
|
||||||
} else if (this.authStatus == 3) { |
|
||||||
let authInfo = encodeURIComponent(JSON.stringify(this.authInfo)); |
|
||||||
uni.navigateTo({ |
|
||||||
url: '/pages/release/companyAuth/index?authInfo=' + authInfo |
|
||||||
}); |
|
||||||
} else if (this.authStatus == 1) { |
|
||||||
uni.showToast({ |
|
||||||
title: '认证申请审核中,请等待!', |
|
||||||
icon: 'none' |
|
||||||
}); |
|
||||||
} else if(this.authStatus == 2){ |
|
||||||
uni.showToast({ |
|
||||||
title: '已完成认证', |
|
||||||
icon: 'none' |
|
||||||
}); |
}); |
||||||
} |
}, |
||||||
}, |
|
||||||
// 投资方认证 |
toPersonlAuth() { |
||||||
toInvestorAuth() { |
if (this.authStatus == 0) { |
||||||
if (this.authStatus == 0) { |
uni.navigateTo({ |
||||||
uni.navigateTo({ |
url: '/pages/release/personAuth/index' |
||||||
url: '/pages/release/investorAuth/index' |
}); |
||||||
}); |
} else if (this.authStatus == 3) { |
||||||
} else if (this.authStatus == 3) { |
let authInfo = encodeURIComponent(JSON.stringify(this.authInfo)); |
||||||
let authInfo = encodeURIComponent(JSON.stringify(this.authInfo)); |
uni.navigateTo({ |
||||||
uni.navigateTo({ |
url: '/pages/release/personAuth/index?authInfo=' + authInfo |
||||||
url: '/pages/release/investorAuth/index?authInfo=' + authInfo |
}); |
||||||
}); |
} else if (this.authStatus == 1) { |
||||||
} else if (this.authStatus == 1) { |
uni.showToast({ |
||||||
uni.showToast({ |
title: '认证申请审核中,请等待!', |
||||||
title: '认证申请审核中,请等待!', |
icon: 'none' |
||||||
icon: 'none' |
}); |
||||||
}); |
} |
||||||
} else if(this.authStatus == 2){ |
}, |
||||||
uni.showToast({ |
|
||||||
title: '已完成认证', |
toCompanyAuth() { |
||||||
icon: 'none' |
if (this.authStatus == 0) { |
||||||
|
uni.navigateTo({ |
||||||
|
url: '/pages/release/companyAuth/index' |
||||||
|
}); |
||||||
|
} else if (this.authStatus == 3) { |
||||||
|
let authInfo = encodeURIComponent(JSON.stringify(this.authInfo)); |
||||||
|
uni.navigateTo({ |
||||||
|
url: '/pages/release/companyAuth/index?authInfo=' + authInfo |
||||||
|
}); |
||||||
|
} else if (this.authStatus == 1) { |
||||||
|
uni.showToast({ |
||||||
|
title: '认证申请审核中,请等待!', |
||||||
|
icon: 'none' |
||||||
|
}); |
||||||
|
} |
||||||
|
}, |
||||||
|
|
||||||
|
isAuthentication() { |
||||||
|
app.http('get', 'user/isAuthentication').then(res => { |
||||||
|
if (res.data.success) { |
||||||
|
this.setData({ |
||||||
|
authStatus: res.data.data.authenticationState, |
||||||
|
authType: res.data.data.authorizationType, |
||||||
|
completeState: res.data.data.completeState, |
||||||
|
authInfo: res.data.data.authInfo, |
||||||
|
reason: res.data.data.authInfo.reason |
||||||
|
}); |
||||||
|
} |
||||||
}); |
}); |
||||||
|
}, |
||||||
|
|
||||||
|
toResources() { |
||||||
|
let that = this; |
||||||
|
console.log(this.authStatus, 'authStatus'); |
||||||
|
console.log(this.authType, 'authType'); |
||||||
|
console.log(this.completeState, 'completeState'); |
||||||
|
|
||||||
|
if (this.authStatus == 2 && this.authType == 1 && this.completeState == true) { |
||||||
|
uni.navigateTo({ |
||||||
|
url: '/pages/user/editNeeds/index?type=1' |
||||||
|
}); |
||||||
|
} else if (this.authStatus == 2 && this.authType == 1 && this.completeState == false) { |
||||||
|
uni.showModal({ |
||||||
|
title: '提示!', |
||||||
|
content: '您还未完善企业信息,点击确定去完善吧~', |
||||||
|
|
||||||
|
success(res) { |
||||||
|
if (res.confirm) { |
||||||
|
uni.navigateTo({ |
||||||
|
url: '/pages/release/perfectCompanyInfo/index' |
||||||
|
}); |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
}); |
||||||
|
} else if (this.authStatus == 0 && (this.authType == 1 || this.authType == 0) && this.completeState == |
||||||
|
false) { |
||||||
|
uni.showModal({ |
||||||
|
title: '提示!', |
||||||
|
content: '您还未完成企业认证,点击确定去认证吧~', |
||||||
|
|
||||||
|
success(res) { |
||||||
|
if (res.confirm) { |
||||||
|
uni.navigateTo({ |
||||||
|
url: '/pages/release/companyAuth/index' |
||||||
|
}); |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
}); |
||||||
|
} |
||||||
|
}, |
||||||
|
|
||||||
|
toNeeds() { |
||||||
|
if (this.authStatus == 2 && (this.authType == 2 || this.authType == 1) && this.completeState == true) { |
||||||
|
uni.navigateTo({ |
||||||
|
url: '/pages/user/editNeeds/index?type=2' |
||||||
|
}); |
||||||
|
} else if (this.authStatus == 2 && (this.authType == 2 || this.authType == 0) && this.completeState == |
||||||
|
false) { |
||||||
|
uni.showModal({ |
||||||
|
title: '提示!', |
||||||
|
content: '您还未完善个人信息,点击确定去完善吧~', |
||||||
|
|
||||||
|
success(res) { |
||||||
|
uni.navigateTo({ |
||||||
|
url: '/pages/release/perfectPersonInfo/index' |
||||||
|
}); |
||||||
|
} |
||||||
|
|
||||||
|
}); |
||||||
|
} else if (this.authStatus == 0 && (this.authType == 2 || this.authType == 0) && this.completeState == |
||||||
|
false) { |
||||||
|
uni.showModal({ |
||||||
|
title: '提示!', |
||||||
|
content: '您还未完成认证,点击上方按钮去认证吧!' |
||||||
|
}); |
||||||
|
} |
||||||
} |
} |
||||||
}, |
|
||||||
// toPersonlAuth() { |
} |
||||||
// if (this.authStatus == 0) { |
}; |
||||||
// uni.navigateTo({ |
|
||||||
// url: '/pages/release/personAuth/index' |
|
||||||
// }); |
|
||||||
// } else if (this.authStatus == 3) { |
|
||||||
// let authInfo = encodeURIComponent(JSON.stringify(this.authInfo)); |
|
||||||
// uni.navigateTo({ |
|
||||||
// url: '/pages/release/personAuth/index?authInfo=' + authInfo |
|
||||||
// }); |
|
||||||
// } else if (this.authStatus == 1) { |
|
||||||
// uni.showToast({ |
|
||||||
// title: '认证申请审核中,请等待!', |
|
||||||
// icon: 'none' |
|
||||||
// }); |
|
||||||
// } |
|
||||||
// }, |
|
||||||
|
|
||||||
isAuthentication() { |
|
||||||
app.http('get', 'user/isAuthentication').then(res => { |
|
||||||
if (res.data.success) { |
|
||||||
this.setData({ |
|
||||||
authStatus: res.data.data.authenticationState, |
|
||||||
authType: res.data.data.authorizationType, |
|
||||||
completeState: res.data.data.completeState, |
|
||||||
authInfo: res.data.data.authInfo, |
|
||||||
reason: res.data.data.authInfo.reason |
|
||||||
}); |
|
||||||
} |
|
||||||
}); |
|
||||||
}, |
|
||||||
|
|
||||||
toResources() { |
|
||||||
let that = this; |
|
||||||
console.log(this.authStatus, 'authStatus'); |
|
||||||
console.log(this.authType, 'authType'); |
|
||||||
console.log(this.completeState, 'completeState'); |
|
||||||
|
|
||||||
if (this.authStatus == 2 && this.authType == 1 && this.completeState == true) { |
|
||||||
uni.navigateTo({ |
|
||||||
url: '/pages/user/editNeeds/index?type=1' |
|
||||||
}); |
|
||||||
} else if (this.authStatus == 2 && this.authType == 1 && this.completeState == false) { |
|
||||||
uni.showModal({ |
|
||||||
title: '提示!', |
|
||||||
content: '您还未完善企业信息,点击确定去完善吧~', |
|
||||||
|
|
||||||
success(res) { |
|
||||||
if (res.confirm) { |
|
||||||
uni.navigateTo({ |
|
||||||
url: '/pages/release/perfectCompanyInfo/index' |
|
||||||
}); |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
}); |
|
||||||
} else if (this.authStatus == 0 && (this.authType == 1 || this.authType == 0) && this.completeState == false) { |
|
||||||
uni.showModal({ |
|
||||||
title: '提示!', |
|
||||||
content: '您还未完成企业认证,点击确定去认证吧~', |
|
||||||
|
|
||||||
success(res) { |
|
||||||
if (res.confirm) { |
|
||||||
uni.navigateTo({ |
|
||||||
url: '/pages/release/companyAuth/index' |
|
||||||
}); |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
}); |
|
||||||
} |
|
||||||
|
|
||||||
}, |
|
||||||
|
|
||||||
toNeeds() { |
|
||||||
if (this.authStatus == 2 && (this.authType == 2 || this.authType == 1) && this.completeState == true) { |
|
||||||
uni.navigateTo({ |
|
||||||
url: '/pages/user/editNeeds/index?type=2' |
|
||||||
}); |
|
||||||
} else if (this.authStatus == 2 && (this.authType == 2 || this.authType == 0) && this.completeState == false) { |
|
||||||
uni.showModal({ |
|
||||||
title: '提示!', |
|
||||||
content: '您还未完善个人信息,点击确定去完善吧~', |
|
||||||
|
|
||||||
success(res) { |
|
||||||
uni.navigateTo({ |
|
||||||
url: '/pages/release/perfectPersonInfo/index' |
|
||||||
}); |
|
||||||
} |
|
||||||
|
|
||||||
}); |
|
||||||
} else if (this.authStatus == 0 && (this.authType == 2 || this.authType == 0) && this.completeState == false) { |
|
||||||
uni.showModal({ |
|
||||||
title: '提示!', |
|
||||||
content: '您还未完成认证,点击上方按钮去认证吧!' |
|
||||||
}); |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
||||||
}; |
|
||||||
</script> |
</script> |
||||||
<style> |
<style> |
||||||
/* pages/release/index.wxss */ |
/* pages/release/index.wxss */ |
||||||
.guid-box{ |
|
||||||
width: 662rpx; |
.auth-btn-box { |
||||||
height: 140rpx; |
width: 100%; |
||||||
margin: 196rpx 46rpx 60rpx 40rpx; |
margin-top: 300rpx; |
||||||
position: relative; |
} |
||||||
} |
|
||||||
.guid-title{ |
.auth-btn { |
||||||
width: 192rpx; |
width: 310rpx; |
||||||
height: 56rpx; |
height: 101rpx; |
||||||
font-size: 42rpx; |
background: linear-gradient(137deg, #FFCDB8 0%, #FF9060 100%); |
||||||
color: #1D1D1D; |
border-radius: 12rpx; |
||||||
} |
display: flex; |
||||||
.handbook-img{ |
align-items: center; |
||||||
width: 200rpx; |
justify-content: center; |
||||||
height: 56rpx; |
color: #fff; |
||||||
} |
margin-bottom: 50rpx; |
||||||
.title-s{ |
} |
||||||
width: 650rpx; |
|
||||||
height: 74rpx; |
.auth-btn image { |
||||||
font-size: 24rpx; |
width: 32rpx; |
||||||
color: #1D1D1D; |
height: 32rpx; |
||||||
margin-top: 10rpx; |
transform: rotate(180deg); |
||||||
} |
} |
||||||
.arror-r{ |
|
||||||
width: 21rpx; |
.bgG { |
||||||
height: 39rpx; |
background: linear-gradient(137deg, #BFD7F9 0%, #A8C8F6 100%); |
||||||
position: absolute; |
} |
||||||
right: 0; |
|
||||||
top: 16rpx; |
.posi { |
||||||
} |
position: absolute; |
||||||
|
width: 100%; |
||||||
.auth-btn-box{ |
bottom: 100rpx; |
||||||
width: 100%; |
} |
||||||
margin-top: 60rpx; |
|
||||||
} |
.top30 { |
||||||
.auth-btn{ |
bottom: 30%; |
||||||
width: 666rpx; |
} |
||||||
height: 134rpx; |
|
||||||
box-shadow: 0px 0px 12rpx rgba(164, 164, 164, 0.16); |
.tips-box { |
||||||
border-radius: 12rpx; |
/* margin-top: 15%; */ |
||||||
margin-bottom: 22rpx; |
} |
||||||
background: #FFFFFF; |
|
||||||
position: relative; |
.tips { |
||||||
} |
color: #FF0000; |
||||||
.auth-headimg{ |
font-size: 26rpx; |
||||||
margin: 0 44rpx 0 44rpx; |
padding-left: 54rpx; |
||||||
} |
margin-bottom: 10rpx; |
||||||
.person-img{ |
} |
||||||
width: 73rpx; |
|
||||||
height: 68rpx; |
.icon { |
||||||
} |
width: 26rpx; |
||||||
.business-img{ |
height: 26rpx; |
||||||
width: 65rpx; |
border: 1rpx solid #FF0000; |
||||||
height: 73rpx; |
text-align: center; |
||||||
} |
line-height: 22rpx; |
||||||
.investor-img{ |
border-radius: 50%; |
||||||
width: 65rpx; |
font-size: 20rpx; |
||||||
height: 73rpx; |
margin-right: 10rpx; |
||||||
} |
} |
||||||
.auth-title{ |
|
||||||
width: 454rpx; |
.btn-box { |
||||||
height: 40rpx; |
width: 100%; |
||||||
} |
padding: 0 36rpx; |
||||||
.auth-title-h{ |
margin-top: 28rpx; |
||||||
width: 445rpx; |
} |
||||||
font-size: 24rpx; |
|
||||||
color: #686868; |
.btn { |
||||||
} |
width: 320rpx; |
||||||
.tojump{ |
height: 378rpx; |
||||||
width: 21rpx; |
position: relative; |
||||||
height: 39rpx; |
} |
||||||
position: absolute; |
|
||||||
right: 32rpx; |
.btn-box image { |
||||||
} |
width: 320rpx; |
||||||
|
height: 378rpx; |
||||||
.posi{ |
position: absolute; |
||||||
width: 100%; |
left: 0; |
||||||
bottom: 100rpx; |
top: 0; |
||||||
margin-top: 50rpx; |
} |
||||||
} |
|
||||||
.top30{ |
.btn-box .default { |
||||||
bottom: 30%; |
filter: grayscale(1); |
||||||
} |
} |
||||||
.tips-box{ |
|
||||||
/* margin-top: 15%; */ |
.btn .tip { |
||||||
} |
color: #9C9C9C; |
||||||
.tips{ |
font-weight: 500; |
||||||
color: #FF0000; |
font-size: 32rpx; |
||||||
font-size: 26rpx; |
position: relative; |
||||||
padding-left: 54rpx; |
left: 0; |
||||||
margin-bottom: 10rpx; |
top: 70rpx; |
||||||
} |
text-align: center; |
||||||
.icon{ |
z-index: 3; |
||||||
width: 26rpx; |
} |
||||||
height: 26rpx; |
|
||||||
border: 1rpx solid #FF0000; |
.btn .auth { |
||||||
text-align: center; |
color: #1D1D1D; |
||||||
line-height: 22rpx; |
} |
||||||
border-radius: 50%; |
|
||||||
font-size: 20rpx; |
.close { |
||||||
margin-right: 10rpx; |
text-align: center; |
||||||
} |
} |
||||||
.btn-box{ |
|
||||||
width: 598rpx; |
.close image { |
||||||
margin: 0 auto; |
width: 88rpx; |
||||||
} |
height: 88rpx; |
||||||
.btn{ |
} |
||||||
width: 598rpx; |
|
||||||
height: 150rpx; |
|
||||||
background: #F8F8F8; |
|
||||||
border-radius: 148px; |
|
||||||
position: relative; |
|
||||||
margin-bottom: 42rpx; |
|
||||||
} |
|
||||||
.btn-res{ |
|
||||||
background: #FF783A; |
|
||||||
} |
|
||||||
.btn-need{ |
|
||||||
background: #6AA5FF; |
|
||||||
} |
|
||||||
.btn-demo{ |
|
||||||
background: #ACAAFF; |
|
||||||
} |
|
||||||
.btn-box image{ |
|
||||||
width: 98rpx; |
|
||||||
height: 98rpx; |
|
||||||
margin: 0 32rpx 0 42rpx; |
|
||||||
} |
|
||||||
.btn-box .default{ |
|
||||||
filter: grayscale(100%); |
|
||||||
} |
|
||||||
.bgGary{ |
|
||||||
/* -webkit-filter:grayscale(100%); */ |
|
||||||
} |
|
||||||
.btn .tip{ |
|
||||||
color: #FFFFFF; |
|
||||||
font-weight: 500; |
|
||||||
font-size: 32rpx; |
|
||||||
margin-bottom: 12rpx; |
|
||||||
} |
|
||||||
.tip-s{ |
|
||||||
font-size: 24rpx; |
|
||||||
color: #FFFFFF; |
|
||||||
} |
|
||||||
.close { |
|
||||||
text-align: center; |
|
||||||
margin: 114rpx 0 180rpx 0; |
|
||||||
} |
|
||||||
.close image{ |
|
||||||
width: 40rpx; |
|
||||||
height: 40rpx; |
|
||||||
} |
|
||||||
</style> |
</style> |
Loading…
Reference in new issue