From 5f2df3da76617cb73ebdd3d7b1c4d27d3827b03e Mon Sep 17 00:00:00 2001
From: hot777zz <912275990@qq.com>
Date: Thu, 9 Nov 2023 19:36:42 +0800
Subject: [PATCH] =?UTF-8?q?=E6=A2=81=E8=88=AA=EF=BC=9A=E6=88=90=E5=8A=9F?=
=?UTF-8?q?=E5=90=88=E4=BC=99=E4=BA=BA=E5=92=8C=E5=8F=91=E5=B8=83=E9=A1=B5?=
=?UTF-8?q?=E6=A0=B7=E5=BC=8F=E5=AE=8C=E6=88=90?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/Partnerships/Partnerships.vue | 26 +++---
.../publish/publishAddress/publishAddress.vue | 85 ++++++++++++-------
.../publishInvestment/publishInvestment.vue | 77 ++++++++++++-----
pages/publish/publishRent/publishRent.vue | 76 ++++++++++++-----
.../publishTransfer/publishTransfer.vue | 57 ++++++++-----
5 files changed, 217 insertions(+), 104 deletions(-)
diff --git a/pages/Partnerships/Partnerships.vue b/pages/Partnerships/Partnerships.vue
index db3f125..9c1d2eb 100644
--- a/pages/Partnerships/Partnerships.vue
+++ b/pages/Partnerships/Partnerships.vue
@@ -3,11 +3,11 @@
名称
-
+
身份证号
-
+
@@ -15,13 +15,16 @@
支付信息
请选择支付方式
-
+
- 提交审核
+
+ 提交审核
+
+
@@ -46,17 +49,17 @@
diff --git a/pages/publish/publishAddress/publishAddress.vue b/pages/publish/publishAddress/publishAddress.vue
index 0ec5235..5e72434 100644
--- a/pages/publish/publishAddress/publishAddress.vue
+++ b/pages/publish/publishAddress/publishAddress.vue
@@ -1,43 +1,38 @@
-
-
- 发布房源图片({{ShopInfomation.count}}/5)
-
-
- 123
+ 请选择所属区域
-
-
-
-
- 123
-
-
-
- 123
+
+ 请选择行业业态
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
+
+
+
+
+
+
+
发布
@@ -47,26 +42,49 @@
export default {
data() {
return {
+ ShopInfomation:{
+ city:'',
+ area:'',
+ count:0,
+
+ },
+
+ form:{
+ title:''
+ },
+ columns:[
+ ],
show1:false,
show2:false,
show3:false,
}
+
},
methods: {
-
+ confirmArea(e) {
+ this.ShopInfomation.city = e.value[0]
+ this.ShopInfomation.area = e.value[1]
+ this.show1 = false
+ },
+ submit(){
+ console.log('提交');
+ }
}
}
\ No newline at end of file
+
+ .picker{
+ display: flex;
+ justify-content: space-between;
+ }
+ .arrow-icon{
+ float: right;
+ }
+
diff --git a/pages/publish/publishInvestment/publishInvestment.vue b/pages/publish/publishInvestment/publishInvestment.vue
index 0ec5235..f5d019d 100644
--- a/pages/publish/publishInvestment/publishInvestment.vue
+++ b/pages/publish/publishInvestment/publishInvestment.vue
@@ -3,41 +3,40 @@
- 发布房源图片({{ShopInfomation.count}}/5)
+ 发布项目图片({{ShopInfomation.count}}/5)
-
+
- 123
+ 请选择所属区域
-
+
-
- 123
+
+ 请选择行业类型
+
-
- 123
+
+ 请输入行业业态
-
-
+
+
-
-
+
+
-
-
-
-
-
+
+
+
发布
@@ -47,26 +46,49 @@
export default {
data() {
return {
+ ShopInfomation:{
+ city:'',
+ area:'',
+ count:0,
+
+ },
+
+ form:{
+ title:''
+ },
+ columns:[
+ ],
show1:false,
show2:false,
show3:false,
}
+
},
methods: {
-
+ confirmArea(e) {
+ this.ShopInfomation.city = e.value[0]
+ this.ShopInfomation.area = e.value[1]
+ this.show1 = false
+ },
+ submit(){
+ console.log('提交');
+ }
}
}
\ No newline at end of file
+
+ .picker{
+ display: flex;
+ justify-content: space-between;
+ }
+ .arrow-icon{
+ float: right;
+ }
+
diff --git a/pages/publish/publishRent/publishRent.vue b/pages/publish/publishRent/publishRent.vue
index 0ec5235..6d9265b 100644
--- a/pages/publish/publishRent/publishRent.vue
+++ b/pages/publish/publishRent/publishRent.vue
@@ -3,41 +3,41 @@
- 发布房源图片({{ShopInfomation.count}}/5)
+ 发布店铺图片({{ShopInfomation.count}}/5)
- 123
+ 请选择所属区域
-
- 123
+
+ 请选择行业类型
+
-
- 123
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
发布
@@ -47,26 +47,49 @@
export default {
data() {
return {
+ ShopInfomation:{
+ city:'',
+ area:'',
+ count:0,
+
+ },
+
+ form:{
+ title:''
+ },
+ columns:[
+ ],
show1:false,
show2:false,
show3:false,
}
+
},
methods: {
-
+ confirmArea(e) {
+ this.ShopInfomation.city = e.value[0]
+ this.ShopInfomation.area = e.value[1]
+ this.show1 = false
+ },
+ submit(){
+ console.log('提交');
+ }
}
}
\ No newline at end of file
+
+ .picker{
+ display: flex;
+ justify-content: space-between;
+ }
+ .arrow-icon{
+ float: right;
+ }
+
diff --git a/pages/publish/publishTransfer/publishTransfer.vue b/pages/publish/publishTransfer/publishTransfer.vue
index af2165a..c913e44 100644
--- a/pages/publish/publishTransfer/publishTransfer.vue
+++ b/pages/publish/publishTransfer/publishTransfer.vue
@@ -3,41 +3,48 @@
- 发布房源图片({{ShopInfomation.count}}/5)
+ 发布房源图片({{ShopInfomation.count}}/5)
- 123
+ 请选择所属区域
-
- 123
+
+ 请选择行业类型
+
-
- 123
+
+ 请输入行业业态
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
+
+
+
+
+
+
-
+
发布
@@ -79,14 +86,17 @@