From 436483ad658913111c69c7673aa7693fa10c6c84 Mon Sep 17 00:00:00 2001
From: lucky
Date: Mon, 25 Jan 2021 17:57:16 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E5=AE=9E=E4=BD=93=E8=99=9A=E6=8B=9F?=
=?UTF-8?q?=E7=A9=BA=E9=97=B4=E5=BC=B9=E6=A1=86=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/Introduce/SettledModel.vue | 332 +++++++++++++-----
.../Children/place/EntitySpace.vue | 23 +-
.../Children/place/VirtualSpace.vue | 13 +-
3 files changed, 263 insertions(+), 105 deletions(-)
diff --git a/src/components/Introduce/SettledModel.vue b/src/components/Introduce/SettledModel.vue
index 5a03197..a5e7256 100644
--- a/src/components/Introduce/SettledModel.vue
+++ b/src/components/Introduce/SettledModel.vue
@@ -1,77 +1,165 @@
-
加入我们
-
+ 加入我们
+
-
-
+
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
- 创意阶段
- 研发阶段
- 转化阶段
- 原型样品
- 产业化开发
+ 创意阶段
+ 研发阶段
+ 转化阶段
+ 原型样品
+ 产业化开发
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
1.营业执照复印件(尚无注册的无需梯控)
2.法定代表或授权代表身份证复印件
3.主导产品或技术简介
- 点击上传附件
+
+ 点击上传附件
+
-
-
+ -->
+
+
-
+
- 男
- 女
+ 男
+ 女
-
-
+
+
-
-
+
+
-
+
-
![]()
+
获取验证码
-
+
-
重新发送 {{ interval }}
-
- 获取验证码
-
+
重新发送 {{ interval }}
+
获取验证码
-
+
-
+
-
+
-
+
-
+
Waiting...
- 完成
+ 完成
企业基本信息
-
-
+
+
@@ -162,10 +329,6 @@ export default {
type: Number,
default: 1,
},
- isShowModel: {
- type: Number,
- default: 0,
- },
},
data() {
return {
@@ -238,16 +401,8 @@ export default {
interval: 120, // 验证码有效时间倒计时
};
},
- computed: mapState('user', ['picCode', 'anyringToken']),
- watch: {
- isShowModel(val) {
- if (val === 1 && !this.anyringToken) {
- this.visible = true;
- } else {
- this.visible = false;
- }
- },
- },
+ computed: mapState('user', ['picCode']),
+
async created() {
this.sendPicCode();
await this.getUserSer();
@@ -262,22 +417,19 @@ export default {
this.platform.companyName = this.userSer.companyName;
}
}
- if (this.isShowModel === 1 && !this.anyringToken) {
- this.visible = true;
- } else {
- this.visible = false;
- }
},
+
methods: {
...mapActions('user', ['sendCode', 'sendPicCode']),
...mapActions('home', ['getUserSer']),
...mapMutations('home', ['setPagePath']),
// 显示表单输入框
showModal() {
- if (!this.anyringToken) {
+ const anyringToken = sessionStorage.getItem('anyringToken');
+ if (!anyringToken) {
this.setPagePath(this.$route.path);
this.$router.push('/login');
- this.$message.error('请先登录');
+ this.$message.warning('请先登录');
} else {
this.visible = true;
}
diff --git a/src/views/IncubationPlatform/Children/place/EntitySpace.vue b/src/views/IncubationPlatform/Children/place/EntitySpace.vue
index d76e308..79bdf32 100644
--- a/src/views/IncubationPlatform/Children/place/EntitySpace.vue
+++ b/src/views/IncubationPlatform/Children/place/EntitySpace.vue
@@ -7,7 +7,7 @@
-
+
-
重新发送 {{ interval }}
-
获取验证码
+
重新发送 {{ interval }}
+
获取验证码
-
-
+
+
- 点击上传附件
+
+ 点击上传附件
+
diff --git a/src/views/NewPlatform/Children/Service.vue b/src/views/NewPlatform/Children/Service.vue
index bf4e3f8..98a5af1 100644
--- a/src/views/NewPlatform/Children/Service.vue
+++ b/src/views/NewPlatform/Children/Service.vue
@@ -31,47 +31,111 @@
>了解更多→
-->
-
+
-
+
-
+
-
-
+
+
-
+
-
![]()
+
获取验证码
-
+
-
重新发送 {{ interval }}
-
获取验证码
+
重新发送 {{ interval }}
+
获取验证码
-
-
+
+
-
+
- 点击上传附件
+
+ 点击上传附件
+