Browse Source

提交代码

zys
杨豪 3 years ago
parent
commit
d1a90eb69d
  1. 90
      components/CustomNavigator.vue
  2. 2
      config/index.js
  3. 3
      pages/demandHall/business/index.vue
  4. 2
      pages/demandHall/supplyHall/index.vue
  5. 29
      pages/home/activityCenter/index.vue
  6. 16
      pages/home/index.vue
  7. 8
      pages/information/index.vue
  8. 2
      pages/life/index.vue
  9. 385
      pages/release/index.vue
  10. 385
      pages/release/index2.vue
  11. 24
      pages/user/index.vue

90
components/CustomNavigator.vue

@ -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>

2
config/index.js

@ -1,7 +1,7 @@
// export const VUE_APP_API_URL = 'http://natapp.xinxintuan.co/api'; // export const VUE_APP_API_URL = 'http://natapp.xinxintuan.co/api';
// export const VUE_APP_API_URL = 'https://wxapi.yixiang.co/api' // export const VUE_APP_API_URL = 'https://wxapi.yixiang.co/api'
// export const VUE_APP_API_URL = 'http://192.168.0.112:8092/api' // export const VUE_APP_API_URL = 'http://192.168.0.112:8092/api'
// export const VUE_APP_API_URL = 'http://10.11.32.103:8092/api' // export const VUE_APP_API_URL = 'http://192.168.1.34:8092/api'
export const VUE_APP_API_URL = 'https://cloud.api.cyjyyjy.com/api' export const VUE_APP_API_URL = 'https://cloud.api.cyjyyjy.com/api'
// export const VUE_APP_API_URL = 'http://natapp.xinxintuan.co/api'; // export const VUE_APP_API_URL = 'http://natapp.xinxintuan.co/api';
// export const VUE_APP_API_URL = 'https://thapi.xinxintuan.co/api' // export const VUE_APP_API_URL = 'https://thapi.xinxintuan.co/api'

3
pages/demandHall/business/index.vue

@ -166,7 +166,6 @@
}) })
}, },
toResourcesDetail(id){ toResourcesDetail(id){
console.log(id,'id')
return return
if(id){ if(id){
this.$yrouter.push({ this.$yrouter.push({
@ -229,7 +228,7 @@
// //
toAuthentication(e){ toAuthentication(e){
uni.navigateTo({ uni.navigateTo({
url:"/pages/release/index2" url:"/pages/release/index"
}) })
} }
}, },

2
pages/demandHall/supplyHall/index.vue

@ -27,7 +27,7 @@
{{item.enterpriseType == 1 ? '企业' : '个人'}} {{item.enterpriseType == 1 ? '企业' : '个人'}}
</view> </view>
<view class="enterprise-box acea-row row-column-between"> <view class="enterprise-box acea-row row-column-between">
<view class="title-h">{{item.title}}</view> <view class="title-h line1">{{item.title}}</view>
<view class="enterprise-price">{{item.capital}}</view> <view class="enterprise-price">{{item.capital}}</view>
<view class="supply-screen acea-row"> <view class="supply-screen acea-row">
<!-- <view class="tag-item-y tag">网站建设</view> <!-- <view class="tag-item-y tag">网站建设</view>

29
pages/home/activityCenter/index.vue

@ -1,9 +1,9 @@
<template> <template>
<!-- sdsd 345 -->
<view class="activityCenter-page"> <view class="activityCenter-page">
<image src="https://download.cyjyyjy.com/center-img.png" class="top-bg"></image> <image src="https://download.cyjyyjy.com/center-img.png" class="top-bg"></image>
<view class="page-title" <view class="page-title"
:style="'top:' + menuTop + 'px;height:' + menuHeight + 'px;line-height: ' + menuHeight + 'px;'"> :style="'top:' + menuTop + 'px;height:' + menuHeight + 'px;line-height: ' + menuHeight + 'px;'">
<image src="../../../static/images/back.png" @click="backClick"></image>
活动中心</view> 活动中心</view>
<view class="activity-box"> <view class="activity-box">
<view class="activity-list acea-row" v-for="(item,index) in activity" :key="index" @tap="toActiveDetail" <view class="activity-list acea-row" v-for="(item,index) in activity" :key="index" @tap="toActiveDetail"
@ -21,8 +21,12 @@
</view> </view>
<view class="acea-row row-between-wrapper act-price"> <view class="acea-row row-between-wrapper act-price">
<text class="act-p">{{item.price}}</text> <text class="act-p">{{item.price}}</text>
<text class="act-i">进行中</text> <!-- <text class="act-i">进行中</text>
<view class="enter-btn">立即报名</view> <view class="enter-btn">立即报名</view> -->
<view class="act-i" v-if="item.status == 0">筹备中</view>
<view class="act-i" v-if="item.status == 1">报名中</view>
<view class="act-i" v-if="item.status == 2">待举办</view>
<view class="act-i" v-if="item.status == 3">已结束</view>
</view> </view>
</view> </view>
</view> </view>
@ -46,10 +50,19 @@
mounted: function() { mounted: function() {
this.getIndexData() this.getIndexData()
}, },
onPullDownRefresh(){
this.getIndexData()
},
methods: { methods: {
backClick(){
uni.navigateBack({
delta: 1
})
},
getIndexData() { getIndexData() {
getIndexData().then(res => { getIndexData().then(res => {
this.activity = res.data.recommendActivity.content this.activity = res.data.recommendActivity.content
uni.stopPullDownRefresh()
}) })
}, },
toActiveDetail(e) { toActiveDetail(e) {
@ -80,6 +93,14 @@
color: #fff; color: #fff;
position: absolute; position: absolute;
text-align: center; text-align: center;
image{
width: 36rpx;
height: 36rpx;
position: absolute;
left: 36rpx;
top: 50%;
margin-top: -18rpx;
}
} }
.activity-box { .activity-box {
@ -106,7 +127,7 @@
.act-con { .act-con {
width: 450rpx; width: 450rpx;
height: 236rpx; // height: 236rpx;
padding: 5rpx 0; padding: 5rpx 0;
.title { .title {

16
pages/home/index.vue

@ -2,12 +2,13 @@
<view class="productSort"> <view class="productSort">
<!-- 顶部主页 --> <!-- 顶部主页 -->
<skeleton v-if="showSkeleton" ref="skeleton" loading="chiaroscuro" selector="skeleton" bgcolor="#FFF"></skeleton> <skeleton v-if="showSkeleton" ref="skeleton" loading="chiaroscuro" selector="skeleton" bgcolor="#FFF"></skeleton>
<view class="pageTitle-box" :class="isFixed ? 'showPageTitle' : ''" <!-- <view class="pageTitle-box" :class="isFixed ? 'showPageTitle' : ''"
:style="{'padding-top':navTopHeight + 'px',height:navHeight*2+ 'px'}"> :style="{'padding-top':navTopHeight + 'px',height:navHeight*2+ 'px'}">
<view class="top-logo acea-row row-center" <view class="top-logo acea-row row-center"
:style="'top:' + menuTop + 'px;height:' + menuHeight + 'px;line-height: ' + menuHeight + 'px;'">禪易生态云 :style="'top:' + menuTop + 'px;height:' + menuHeight + 'px;line-height: ' + menuHeight + 'px;'">禅易云生态
</view>
</view> </view>
</view> -->
<CustomNav :title="title" :isFixed="isFixed"></CustomNav>
<view class="main-box skeleton-rect"> <view class="main-box skeleton-rect">
<view class="back-bg"> <view class="back-bg">
<image src="https://download.cyjyyjy.com/life-bg.png" mode=""></image> <image src="https://download.cyjyyjy.com/life-bg.png" mode=""></image>
@ -163,21 +164,22 @@
import { import {
mapGetters mapGetters
} from 'vuex' } from 'vuex'
import tabbar from "../../tabbarComponent/tabbar";
import CustomNav from '@/components/CustomNavigator.vue'
import vSwiper from '@/components/vSwiper.vue' import vSwiper from '@/components/vSwiper.vue'
import skeleton from '@/components/quick-skeleton/quick-skeleton' import skeleton from '@/components/quick-skeleton/quick-skeleton'
const app = getApp(); const app = getApp();
export default { export default {
components: { components: {
tabbar,
vSwiper, vSwiper,
skeleton skeleton,
CustomNav
}, },
name: "GoodsClass",
computed: mapGetters(['userInfo']), computed: mapGetters(['userInfo']),
props: {}, props: {},
data: function() { data: function() {
return { return {
title: '禅易云生态',
category: [], category: [],
navActive: 0, navActive: 0,
search: "", search: "",

8
pages/information/index.vue

@ -7,11 +7,11 @@
<view class="search acea-row row-center-wrapper">搜一下</view> <view class="search acea-row row-center-wrapper">搜一下</view>
</view> </view>
<swiper class="vote-box skeleton-rect"> <swiper class="vote-box skeleton-rect">
<swiper-item v-for="(item,index) in hotList" :key="index"> <swiper-item v-for="(item,index) in hotList" :key="index" @click="toDetail(item.id)">
<image :src="item.imageInput" mode="aspectFill" class="vote-img"></image> <image :src="item.imageInput" mode="aspectFill" class="vote-img"></image>
<view class="news"> <view class="news">
<view class="news-title-h line1">{{item.title}}</view> <view class="news-title-h line1">{{item.title}}</view>
<view class="news-title-s line1">{{item.title}}</view> <view class="news-title-s line1">{{item.createTime}}</view>
</view> </view>
</swiper-item> </swiper-item>
</swiper> </swiper>
@ -35,7 +35,7 @@
<view class="title-l acea-row row-between"> <view class="title-l acea-row row-between">
<view>{{item.author}}</view> <view>{{item.author}}</view>
<view>{{item.createTime.split(' ')[0]}}</view> <view>{{item.createTime.split(' ')[0]}}</view>
<view class="acea-row row-middle">203 <view class="acea-row row-middle">{{item.visit}}
<image src="../../static/images/eye.png" mode="aspectFill"></image> <image src="../../static/images/eye.png" mode="aspectFill"></image>
</view> </view>
</view> </view>
@ -189,7 +189,7 @@
height: 68rpx; height: 68rpx;
border: 2rpx solid #FF5100; border: 2rpx solid #FF5100;
border-radius: 8rpx; border-radius: 8rpx;
margin: 52rpx auto; margin: 24rpx auto 52rpx;
font-size: 28rpx; font-size: 28rpx;
position: relative; position: relative;
} }

2
pages/life/index.vue

@ -145,7 +145,7 @@ export default {
// }, // },
mounted: function () { mounted: function () {
this.getProducts(); this.getProducts();
this.getActivity(); // this.getActivity();
}, },
onReachBottom() { onReachBottom() {
if (this.isLoad) { if (this.isLoad) {

385
pages/release/index.vue

@ -1,18 +1,42 @@
<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="guid-title">发布指南</view>
<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-box acea-row row-column row-middle">
<view class="auth-btn" @tap="toCompanyAuth" v-if="authStatus == 0 || authStatus == 3">企业认证<image <view class="auth-btn acea-row row-middle" @tap="toPersonlAuth">
src="/static/images/back.png"></image> <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>
<image src="/static/images/home/arrow-r.png" class="tojump"></image>
</view> </view>
<view class="auth-btn bgG" @tap="toPersonlAuth" v-if="authStatus == 0 || authStatus == 3">个人认证<image <view class="auth-btn acea-row row-middle" @tap="toInvestorAuth">
src="/static/images/back.png"></image> <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>
<image src="/static/images/home/arrow-r.png" class="tojump"></image>
</view> </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>
<view class="tips acea-row row-middle" v-if="authStatus == 0"> <view class="tips acea-row row-middle" v-if="authStatus == 0">
@ -32,30 +56,40 @@
<view>{{authType == 1 ? '企业信息未审核通过, 请重新提交审核信息!' : '个人信息未审核通过, 请重新提交审核信息!'}}</view> <view>{{authType == 1 ? '企业信息未审核通过, 请重新提交审核信息!' : '个人信息未审核通过, 请重新提交审核信息!'}}</view>
<view>未通过理由{{reason}}</view> <view>未通过理由{{reason}}</view>
</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="btn-box acea-row row-between"> <view :class="'btn ' + (authStatus == 2 ? '' : 'default' )" @tap="toNeeds" class="acea-row row-middle btn-need">
<view :class="'btn ' + (authStatus == 2 && authType == 1 ? 'auth' : '' )" @tap="toResources"> <image src="/static/images/auth-icon2.png"></image>
<view class="tip">我能提供...</view> <view>
<image :class="authStatus == 2 && authType == 1 ? '' : 'default'" src="/static/images/yrz1.png"> <view class="tip">发布需求</view>
</image> <view class="tip-s">我要发布我的资源展示在供应广场</view>
</view> </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="'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 class="close" @tap="back">
<image src="/static/images/fabu-close.png"></image>
</view> </view>
</view> </view>
<view class="close" @tap="back"><image src="/static/images/close-icon.png"></image></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: {},
@ -72,39 +106,15 @@
/** /**
* 生命周期函数--监听页面加载 * 生命周期函数--监听页面加载
*/ */
onLoad: function(options) {}, onLoad: function (options) {},
/** /**
* 生命周期函数--监听页面显示 * 生命周期函数--监听页面显示
*/ */
onShow: function() { onShow: function () {
this.isAuthentication(); this.isAuthentication();
}, },
/**
* 生命周期函数--监听页面隐藏
*/
onHide: function() {},
/**
* 生命周期函数--监听页面卸载
*/
onUnload: function() {},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function() {},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom: function() {},
/**
* 用户点击右上角分享
*/
onShareAppMessage: function() {},
methods: { methods: {
back() { back() {
let pages = getCurrentPages(); let pages = getCurrentPages();
@ -123,7 +133,7 @@
url: '/pages/user/index' url: '/pages/user/index'
}); });
}, },
//
toPersonlAuth() { toPersonlAuth() {
if (this.authStatus == 0) { if (this.authStatus == 0) {
uni.navigateTo({ uni.navigateTo({
@ -139,9 +149,14 @@
title: '认证申请审核中,请等待!', title: '认证申请审核中,请等待!',
icon: 'none' icon: 'none'
}); });
} else if(this.authStatus == 2){
uni.showToast({
title: '已完成认证',
icon: 'none'
});
} }
}, },
//
toCompanyAuth() { toCompanyAuth() {
if (this.authStatus == 0) { if (this.authStatus == 0) {
uni.navigateTo({ uni.navigateTo({
@ -157,8 +172,53 @@
title: '认证申请审核中,请等待!', title: '认证申请审核中,请等待!',
icon: 'none' icon: 'none'
}); });
} else if(this.authStatus == 2){
uni.showToast({
title: '已完成认证',
icon: 'none'
});
}
},
//
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() { isAuthentication() {
app.http('get', 'user/isAuthentication').then(res => { app.http('get', 'user/isAuthentication').then(res => {
@ -198,8 +258,7 @@
} }
}); });
} else if (this.authStatus == 0 && (this.authType == 1 || this.authType == 0) && this.completeState == } else if (this.authStatus == 0 && (this.authType == 1 || this.authType == 0) && this.completeState == false) {
false) {
uni.showModal({ uni.showModal({
title: '提示!', title: '提示!',
content: '您还未完成企业认证,点击确定去认证吧~', content: '您还未完成企业认证,点击确定去认证吧~',
@ -214,6 +273,7 @@
}); });
} }
}, },
toNeeds() { toNeeds() {
@ -221,8 +281,7 @@
uni.navigateTo({ uni.navigateTo({
url: '/pages/user/editNeeds/index?type=2' url: '/pages/user/editNeeds/index?type=2'
}); });
} else if (this.authStatus == 2 && (this.authType == 2 || this.authType == 0) && this.completeState == } else if (this.authStatus == 2 && (this.authType == 2 || this.authType == 0) && this.completeState == false) {
false) {
uni.showModal({ uni.showModal({
title: '提示!', title: '提示!',
content: '您还未完善个人信息,点击确定去完善吧~', content: '您还未完善个人信息,点击确定去完善吧~',
@ -234,8 +293,7 @@
} }
}); });
} else if (this.authStatus == 0 && (this.authType == 2 || this.authType == 0) && this.completeState == } else if (this.authStatus == 0 && (this.authType == 2 || this.authType == 0) && this.completeState == false) {
false) {
uni.showModal({ uni.showModal({
title: '提示!', title: '提示!',
content: '您还未完成认证,点击上方按钮去认证吧!' content: '您还未完成认证,点击上方按钮去认证吧!'
@ -244,60 +302,103 @@
} }
} }
}; };
</script> </script>
<style> <style>
/* pages/release/index.wxss */ /* pages/release/index.wxss */
.guid-box{
width: 662rpx;
height: 140rpx;
margin: 196rpx 46rpx 60rpx 40rpx;
position: relative;
}
.guid-title{
width: 192rpx;
height: 56rpx;
font-size: 42rpx;
color: #1D1D1D;
}
.handbook-img{
width: 200rpx;
height: 56rpx;
}
.title-s{
width: 650rpx;
height: 74rpx;
font-size: 24rpx;
color: #1D1D1D;
margin-top: 10rpx;
}
.arror-r{
width: 21rpx;
height: 39rpx;
position: absolute;
right: 0;
top: 16rpx;
}
.auth-btn-box { .auth-btn-box{
width: 100%; width: 100%;
margin-top: 300rpx; margin-top: 60rpx;
} }
.auth-btn{
.auth-btn { width: 666rpx;
width: 310rpx; height: 134rpx;
height: 101rpx; box-shadow: 0px 0px 12rpx rgba(164, 164, 164, 0.16);
background: linear-gradient(137deg, #FFCDB8 0%, #FF9060 100%);
border-radius: 12rpx; border-radius: 12rpx;
display: flex; margin-bottom: 22rpx;
align-items: center; background: #FFFFFF;
justify-content: center; position: relative;
color: #fff; }
margin-bottom: 50rpx; .auth-headimg{
} margin: 0 44rpx 0 44rpx;
}
.auth-btn image { .person-img{
width: 32rpx; width: 73rpx;
height: 32rpx; height: 68rpx;
transform: rotate(180deg); }
} .business-img{
width: 65rpx;
.bgG { height: 73rpx;
background: linear-gradient(137deg, #BFD7F9 0%, #A8C8F6 100%); }
} .investor-img{
width: 65rpx;
.posi { height: 73rpx;
}
.auth-title{
width: 454rpx;
height: 40rpx;
}
.auth-title-h{
width: 445rpx;
font-size: 24rpx;
color: #686868;
}
.tojump{
width: 21rpx;
height: 39rpx;
position: absolute; position: absolute;
right: 32rpx;
}
.posi{
width: 100%; width: 100%;
bottom: 100rpx; bottom: 100rpx;
} margin-top: 50rpx;
}
.top30 { .top30{
bottom: 30%; bottom: 30%;
} }
.tips-box{
.tips-box {
/* margin-top: 15%; */ /* margin-top: 15%; */
} }
.tips{
.tips {
color: #FF0000; color: #FF0000;
font-size: 26rpx; font-size: 26rpx;
padding-left: 54rpx; padding-left: 54rpx;
margin-bottom: 10rpx; margin-bottom: 10rpx;
} }
.icon{
.icon {
width: 26rpx; width: 26rpx;
height: 26rpx; height: 26rpx;
border: 1rpx solid #FF0000; border: 1rpx solid #FF0000;
@ -306,53 +407,55 @@
border-radius: 50%; border-radius: 50%;
font-size: 20rpx; font-size: 20rpx;
margin-right: 10rpx; margin-right: 10rpx;
} }
.btn-box{
.btn-box { width: 598rpx;
width: 100%; margin: 0 auto;
padding: 0 36rpx; }
margin-top: 28rpx; .btn{
} width: 598rpx;
height: 150rpx;
.btn { background: #F8F8F8;
width: 320rpx; border-radius: 148px;
height: 378rpx;
position: relative; position: relative;
} margin-bottom: 42rpx;
}
.btn-box image { .btn-res{
width: 320rpx; background: #FF783A;
height: 378rpx; }
position: absolute; .btn-need{
left: 0; background: #6AA5FF;
top: 0; }
} .btn-demo{
background: #ACAAFF;
.btn-box .default { }
filter: grayscale(1); .btn-box image{
} width: 98rpx;
height: 98rpx;
.btn .tip { margin: 0 32rpx 0 42rpx;
color: #9C9C9C; }
.btn-box .default{
filter: grayscale(100%);
}
.bgGary{
/* -webkit-filter:grayscale(100%); */
}
.btn .tip{
color: #FFFFFF;
font-weight: 500; font-weight: 500;
font-size: 32rpx; font-size: 32rpx;
position: relative; margin-bottom: 12rpx;
left: 0; }
top: 70rpx; .tip-s{
text-align: center; font-size: 24rpx;
z-index: 3; color: #FFFFFF;
} }
.close {
.btn .auth {
color: #1D1D1D;
}
.close {
text-align: center; text-align: center;
} margin: 114rpx 0 180rpx 0;
}
.close image { .close image{
width: 88rpx; width: 40rpx;
height: 88rpx; height: 40rpx;
} }
</style> </style>

385
pages/release/index2.vue

@ -1,42 +1,18 @@
<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="guid-title">发布指南</view>
<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-box acea-row row-column row-middle">
<view class="auth-btn acea-row row-middle" @tap="toPersonlAuth"> <view class="auth-btn" @tap="toCompanyAuth" v-if="authStatus == 0 || authStatus == 3">企业认证<image
<view><image src="/static/images/user/person.png" class="auth-headimg person-img"></image></view> src="/static/images/back.png"></image>
<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>
<image src="/static/images/home/arrow-r.png" class="tojump"></image>
</view> </view>
<view class="auth-btn acea-row row-middle" @tap="toInvestorAuth"> <view class="auth-btn bgG" @tap="toPersonlAuth" v-if="authStatus == 0 || authStatus == 3">个人认证<image
<view><image src="/static/images/user/investor.png" class="auth-headimg investor-img"></image></view> src="/static/images/back.png"></image>
<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>
</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"> <view class="tips acea-row-nowrap row-middle" v-if="authStatus == 0 || authStatus == 3">
<view class="icon">!</view> <!-- <view class="icon">!</view> -->
<view>完成企业认证后可以发布资源及需求个人认证后只可发布需求</view> <view>完成企业认证后可以发布资源及需求个人认证后只可发布需求</view>
</view> </view>
<view class="tips acea-row row-middle" v-if="authStatus == 0"> <view class="tips acea-row row-middle" v-if="authStatus == 0">
@ -56,40 +32,30 @@
<view>{{authType == 1 ? '企业信息未审核通过, 请重新提交审核信息!' : '个人信息未审核通过, 请重新提交审核信息!'}}</view> <view>{{authType == 1 ? '企业信息未审核通过, 请重新提交审核信息!' : '个人信息未审核通过, 请重新提交审核信息!'}}</view>
<view>未通过理由{{reason}}</view> <view>未通过理由{{reason}}</view>
</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="'btn ' + (authStatus == 2 ? '' : 'default' )" @tap="toNeeds" class="acea-row row-middle btn-need"> <view class="btn-box acea-row row-between">
<image src="/static/images/auth-icon2.png"></image> <view :class="'btn ' + (authStatus == 2 && authType == 1 ? 'auth' : '' )" @tap="toResources">
<view> <view class="tip">我能提供...</view>
<view class="tip">发布需求</view> <image :class="authStatus == 2 && authType == 1 ? '' : 'default'" src="/static/images/yrz1.png">
<view class="tip-s">我要发布我的资源展示在供应广场</view> </image>
</view> </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="'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 class="close" @tap="back">
<image src="/static/images/fabu-close.png"></image>
</view> </view>
</view> </view>
<view class="close" @tap="back"><image src="/static/images/close-icon.png"></image></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: {},
@ -106,15 +72,39 @@ export default {
/** /**
* 生命周期函数--监听页面加载 * 生命周期函数--监听页面加载
*/ */
onLoad: function (options) {}, onLoad: function(options) {},
/** /**
* 生命周期函数--监听页面显示 * 生命周期函数--监听页面显示
*/ */
onShow: function () { onShow: function() {
this.isAuthentication(); this.isAuthentication();
}, },
/**
* 生命周期函数--监听页面隐藏
*/
onHide: function() {},
/**
* 生命周期函数--监听页面卸载
*/
onUnload: function() {},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function() {},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom: function() {},
/**
* 用户点击右上角分享
*/
onShareAppMessage: function() {},
methods: { methods: {
back() { back() {
let pages = getCurrentPages(); let pages = getCurrentPages();
@ -133,7 +123,7 @@ export default {
url: '/pages/user/index' url: '/pages/user/index'
}); });
}, },
//
toPersonlAuth() { toPersonlAuth() {
if (this.authStatus == 0) { if (this.authStatus == 0) {
uni.navigateTo({ uni.navigateTo({
@ -149,14 +139,9 @@ export default {
title: '认证申请审核中,请等待!', title: '认证申请审核中,请等待!',
icon: 'none' icon: 'none'
}); });
} else if(this.authStatus == 2){
uni.showToast({
title: '已完成认证',
icon: 'none'
});
} }
}, },
//
toCompanyAuth() { toCompanyAuth() {
if (this.authStatus == 0) { if (this.authStatus == 0) {
uni.navigateTo({ uni.navigateTo({
@ -172,53 +157,8 @@ export default {
title: '认证申请审核中,请等待!', title: '认证申请审核中,请等待!',
icon: 'none' icon: 'none'
}); });
} else if(this.authStatus == 2){
uni.showToast({
title: '已完成认证',
icon: 'none'
});
}
},
//
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() { isAuthentication() {
app.http('get', 'user/isAuthentication').then(res => { app.http('get', 'user/isAuthentication').then(res => {
@ -258,7 +198,8 @@ export default {
} }
}); });
} else if (this.authStatus == 0 && (this.authType == 1 || this.authType == 0) && this.completeState == false) { } else if (this.authStatus == 0 && (this.authType == 1 || this.authType == 0) && this.completeState ==
false) {
uni.showModal({ uni.showModal({
title: '提示!', title: '提示!',
content: '您还未完成企业认证,点击确定去认证吧~', content: '您还未完成企业认证,点击确定去认证吧~',
@ -273,7 +214,6 @@ export default {
}); });
} }
}, },
toNeeds() { toNeeds() {
@ -281,7 +221,8 @@ export default {
uni.navigateTo({ uni.navigateTo({
url: '/pages/user/editNeeds/index?type=2' url: '/pages/user/editNeeds/index?type=2'
}); });
} else if (this.authStatus == 2 && (this.authType == 2 || this.authType == 0) && this.completeState == false) { } else if (this.authStatus == 2 && (this.authType == 2 || this.authType == 0) && this.completeState ==
false) {
uni.showModal({ uni.showModal({
title: '提示!', title: '提示!',
content: '您还未完善个人信息,点击确定去完善吧~', content: '您还未完善个人信息,点击确定去完善吧~',
@ -293,7 +234,8 @@ export default {
} }
}); });
} else if (this.authStatus == 0 && (this.authType == 2 || this.authType == 0) && this.completeState == false) { } else if (this.authStatus == 0 && (this.authType == 2 || this.authType == 0) && this.completeState ==
false) {
uni.showModal({ uni.showModal({
title: '提示!', title: '提示!',
content: '您还未完成认证,点击上方按钮去认证吧!' content: '您还未完成认证,点击上方按钮去认证吧!'
@ -302,103 +244,60 @@ export default {
} }
} }
}; };
</script> </script>
<style> <style>
/* pages/release/index.wxss */ /* pages/release/index.wxss */
.guid-box{
width: 662rpx;
height: 140rpx;
margin: 196rpx 46rpx 60rpx 40rpx;
position: relative;
}
.guid-title{
width: 192rpx;
height: 56rpx;
font-size: 42rpx;
color: #1D1D1D;
}
.handbook-img{
width: 200rpx;
height: 56rpx;
}
.title-s{
width: 650rpx;
height: 74rpx;
font-size: 24rpx;
color: #1D1D1D;
margin-top: 10rpx;
}
.arror-r{
width: 21rpx;
height: 39rpx;
position: absolute;
right: 0;
top: 16rpx;
}
.auth-btn-box{ .auth-btn-box {
width: 100%; width: 100%;
margin-top: 60rpx; margin-top: 300rpx;
} }
.auth-btn{
width: 666rpx; .auth-btn {
height: 134rpx; width: 310rpx;
box-shadow: 0px 0px 12rpx rgba(164, 164, 164, 0.16); height: 101rpx;
background: linear-gradient(137deg, #FFCDB8 0%, #FF9060 100%);
border-radius: 12rpx; border-radius: 12rpx;
margin-bottom: 22rpx; display: flex;
background: #FFFFFF; align-items: center;
position: relative; justify-content: center;
} color: #fff;
.auth-headimg{ margin-bottom: 50rpx;
margin: 0 44rpx 0 44rpx; }
}
.person-img{ .auth-btn image {
width: 73rpx; width: 32rpx;
height: 68rpx; height: 32rpx;
} transform: rotate(180deg);
.business-img{ }
width: 65rpx;
height: 73rpx;
}
.investor-img{
width: 65rpx;
height: 73rpx;
}
.auth-title{
width: 454rpx;
height: 40rpx;
}
.auth-title-h{
width: 445rpx;
font-size: 24rpx;
color: #686868;
}
.tojump{
width: 21rpx;
height: 39rpx;
position: absolute;
right: 32rpx;
}
.posi{ .bgG {
background: linear-gradient(137deg, #BFD7F9 0%, #A8C8F6 100%);
}
.posi {
position: absolute;
width: 100%; width: 100%;
bottom: 100rpx; bottom: 100rpx;
margin-top: 50rpx; }
}
.top30{ .top30 {
bottom: 30%; bottom: 30%;
} }
.tips-box{
.tips-box {
/* margin-top: 15%; */ /* margin-top: 15%; */
} }
.tips{
.tips {
color: #FF0000; color: #FF0000;
font-size: 26rpx; font-size: 26rpx;
padding-left: 54rpx; padding-left: 54rpx;
margin-bottom: 10rpx; margin-bottom: 10rpx;
} }
.icon{
.icon {
width: 26rpx; width: 26rpx;
height: 26rpx; height: 26rpx;
border: 1rpx solid #FF0000; border: 1rpx solid #FF0000;
@ -407,55 +306,53 @@ export default {
border-radius: 50%; border-radius: 50%;
font-size: 20rpx; font-size: 20rpx;
margin-right: 10rpx; margin-right: 10rpx;
} }
.btn-box{
width: 598rpx; .btn-box {
margin: 0 auto; width: 100%;
} padding: 0 36rpx;
.btn{ margin-top: 28rpx;
width: 598rpx; }
height: 150rpx;
background: #F8F8F8; .btn {
border-radius: 148px; width: 320rpx;
height: 378rpx;
position: relative; position: relative;
margin-bottom: 42rpx; }
}
.btn-res{ .btn-box image {
background: #FF783A; width: 320rpx;
} height: 378rpx;
.btn-need{ position: absolute;
background: #6AA5FF; left: 0;
} top: 0;
.btn-demo{ }
background: #ACAAFF;
} .btn-box .default {
.btn-box image{ filter: grayscale(1);
width: 98rpx; }
height: 98rpx;
margin: 0 32rpx 0 42rpx; .btn .tip {
} color: #9C9C9C;
.btn-box .default{
filter: grayscale(100%);
}
.bgGary{
/* -webkit-filter:grayscale(100%); */
}
.btn .tip{
color: #FFFFFF;
font-weight: 500; font-weight: 500;
font-size: 32rpx; font-size: 32rpx;
margin-bottom: 12rpx; position: relative;
} left: 0;
.tip-s{ top: 70rpx;
font-size: 24rpx; text-align: center;
color: #FFFFFF; z-index: 3;
} }
.close {
.btn .auth {
color: #1D1D1D;
}
.close {
text-align: center; text-align: center;
margin: 114rpx 0 180rpx 0; }
}
.close image{ .close image {
width: 40rpx; width: 88rpx;
height: 40rpx; height: 88rpx;
} }
</style> </style>

24
pages/user/index.vue

@ -2,7 +2,9 @@
<view class="home-page"> <view class="home-page">
<view class="page-top-box"> <view class="page-top-box">
<image src="https://download.cyjyyjy.com/top-bg.png" class="top-bg"></image> <image src="https://download.cyjyyjy.com/top-bg.png" class="top-bg"></image>
<view class="page-title" :style="'top:' + menuTop + 'px;height:' + menuHeight + 'px;line-height: ' + menuHeight + 'px;'">禅易云生态</view> <!-- <view class="page-title" :style="'top:' + menuTop + 'px;height:' + menuHeight + 'px;line-height: ' + menuHeight + 'px;'">禅易云生态</view> -->
<CustomNav :title="'禅易云生态'" :isFixed="isFixed"></CustomNav>
<view class="top-box-content" :style="'top: ' + (CustomBar + 10) + 'rpx;'"> <view class="top-box-content" :style="'top: ' + (CustomBar + 10) + 'rpx;'">
<view class="top-set-box acea-row row-between row-middle"> <view class="top-set-box acea-row row-between row-middle">
<view class="set-box-l" v-if="authType == 1 || authType == 2" @tap="toAuthInfo">{{authType == 1 ? '企业' : '个人'}}中心</view> <view class="set-box-l" v-if="authType == 1 || authType == 2" @tap="toAuthInfo">{{authType == 1 ? '企业' : '个人'}}中心</view>
@ -108,7 +110,7 @@
</view> </view>
<view class="torelease-img" @tap="toRelease(0)"> <view class="torelease-img" @tap="toRelease(0)">
<image src="/static/images/user/fbzy.png"></image> <image src="/static/images/user/fbzy.png"></image>
<view class="to-btn">发布需求</view> <view class="to-btn">发布供应</view>
</view> </view>
</view> </view>
<view class="add-service" @click="$yrouter.push({path: '/pages/user/addServiceCode/index'})"> <view class="add-service" @click="$yrouter.push({path: '/pages/user/addServiceCode/index'})">
@ -221,6 +223,7 @@
<script> <script>
// pages/life/index.js // pages/life/index.js
const app = getApp(); const app = getApp();
import CustomNav from '@/components/CustomNavigator.vue'
import tabbar from "../../tabbarComponent/tabbar"; import tabbar from "../../tabbarComponent/tabbar";
export default { export default {
@ -237,19 +240,26 @@ export default {
authType: 0, authType: 0,
completeState: "", completeState: "",
currentTabIndex: 4, currentTabIndex: 4,
scene: app.globalData.scene scene: app.globalData.scene,
isFixed: false,
}; };
}, },
components: { components: {
tabbar tabbar,
CustomNav
}, },
props: {}, props: {},
onPageScroll(e) {
if (e.scrollTop > 60) {
this.isFixed = true;
} else {
this.isFixed = false;
};
},
/** /**
* 生命周期函数--监听页面加载 * 生命周期函数--监听页面加载
*/ */
onLoad: function (options) { onLoad: function (options) {
this.getInfo(); this.getInfo();
}, },
/** /**
@ -480,7 +490,7 @@ export default {
font-size: 24rpx; font-size: 24rpx;
} }
.userInfo-box{ .userInfo-box{
margin-top: 34rpx; margin-top: 60rpx;
} }
.userInfo-box .header-img{ .userInfo-box .header-img{
width: 120rpx; width: 120rpx;

Loading…
Cancel
Save