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 1/3] =?UTF-8?q?=E6=A2=81=E8=88=AA=EF=BC=9A=E6=88=90?=
=?UTF-8?q?=E5=8A=9F=E5=90=88=E4=BC=99=E4=BA=BA=E5=92=8C=E5=8F=91=E5=B8=83?=
=?UTF-8?q?=E9=A1=B5=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 @@
From ab0626c395b7e100fc18fc92aa4d81054640dddf Mon Sep 17 00:00:00 2001
From: hot777zz <912275990@qq.com>
Date: Thu, 9 Nov 2023 19:57:00 +0800
Subject: [PATCH 2/3] =?UTF-8?q?=E6=A2=81=E8=88=AA=EF=BC=9A=E5=8F=91?=
=?UTF-8?q?=E5=B8=83=E9=A1=B5=E6=A0=B7=E5=BC=8Fbug=E4=BF=AE=E5=A4=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../publish/publishAddress/publishAddress.vue | 18 +++++++--------
.../publishInvestment/publishInvestment.vue | 16 +++++++-------
pages/publish/publishRent/publishRent.vue | 18 +++++++--------
.../publishTransfer/publishTransfer.vue | 22 +++++++++----------
4 files changed, 37 insertions(+), 37 deletions(-)
diff --git a/pages/publish/publishAddress/publishAddress.vue b/pages/publish/publishAddress/publishAddress.vue
index 5e72434..01dfc6c 100644
--- a/pages/publish/publishAddress/publishAddress.vue
+++ b/pages/publish/publishAddress/publishAddress.vue
@@ -1,33 +1,33 @@
-
+
-
+
请选择所属区域
-
+
请选择行业业态
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/pages/publish/publishInvestment/publishInvestment.vue b/pages/publish/publishInvestment/publishInvestment.vue
index f5d019d..11ecb52 100644
--- a/pages/publish/publishInvestment/publishInvestment.vue
+++ b/pages/publish/publishInvestment/publishInvestment.vue
@@ -6,32 +6,32 @@
发布项目图片({{ShopInfomation.count}}/5)
-
+
-
+
请选择所属区域
-
+
-
+
请选择行业类型
-
+
请输入行业业态
-
+
-
+
-
+
diff --git a/pages/publish/publishRent/publishRent.vue b/pages/publish/publishRent/publishRent.vue
index 6d9265b..e5f167b 100644
--- a/pages/publish/publishRent/publishRent.vue
+++ b/pages/publish/publishRent/publishRent.vue
@@ -6,34 +6,34 @@
发布店铺图片({{ShopInfomation.count}}/5)
-
+
-
+
请选择所属区域
-
+
-
+
请选择行业类型
-
+
-
+
-
+
-
+
-
+
diff --git a/pages/publish/publishTransfer/publishTransfer.vue b/pages/publish/publishTransfer/publishTransfer.vue
index c913e44..2225f68 100644
--- a/pages/publish/publishTransfer/publishTransfer.vue
+++ b/pages/publish/publishTransfer/publishTransfer.vue
@@ -6,41 +6,41 @@
发布房源图片({{ShopInfomation.count}}/5)
-
+
-
+
请选择所属区域
-
+
-
+
请选择行业类型
-
+
请输入行业业态
-
+
-
+
-
+
-
+
-
+
-
+
From 4c9e08509d45ea77393a93f0d849212bf7f6d905 Mon Sep 17 00:00:00 2001
From: hot777zz <912275990@qq.com>
Date: Fri, 10 Nov 2023 11:32:55 +0800
Subject: [PATCH 3/3] =?UTF-8?q?=E6=A2=81=E8=88=AA=EF=BC=9A=E4=B8=AA?=
=?UTF-8?q?=E4=BA=BA=E9=A1=B5=E8=B7=B3=E8=BD=AC=E5=AE=8C=E5=96=84?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/SearchShopList/SearchShopList.vue | 1 +
components/ShowShopList/ShowShopList.vue | 1 +
pages/published/published.vue | 21 ++++++++++++--------
3 files changed, 15 insertions(+), 8 deletions(-)
diff --git a/components/SearchShopList/SearchShopList.vue b/components/SearchShopList/SearchShopList.vue
index 5fd1b56..3cdf75f 100644
--- a/components/SearchShopList/SearchShopList.vue
+++ b/components/SearchShopList/SearchShopList.vue
@@ -5,6 +5,7 @@
:key="searchid"
:shopInfo="item"
:show-style="showStyle"
+ :isEdit="isEdit"
@delItem="handleDel"
>
diff --git a/components/ShowShopList/ShowShopList.vue b/components/ShowShopList/ShowShopList.vue
index 043493c..414c90a 100644
--- a/components/ShowShopList/ShowShopList.vue
+++ b/components/ShowShopList/ShowShopList.vue
@@ -6,6 +6,7 @@
:shopInfo="item"
:is-adshow="isADshow"
:show-style="showStyle"
+ :is-edit="isEdit"
@delItem="handleDel"
>
diff --git a/pages/published/published.vue b/pages/published/published.vue
index cc57dd1..fa4fba3 100644
--- a/pages/published/published.vue
+++ b/pages/published/published.vue
@@ -7,10 +7,11 @@
-
-
-
-
+
+
+
+
+
@@ -33,14 +34,18 @@
if(this.titletext == '发布的店铺转让'){
this.listId = 0
}
- else if(this.titletext == '发布的找店选址'){
+ if(this.titletext == '发布的找店选址'){
this.listId = 1
}
- else if(this.titletext = '成功合伙人'){
+
+ if(this.titletext == '发布的项目招商'){
this.listId = 2
}
- else
- this.listId = 3
+ if(this.titletext == '发布的店铺出租'){
+ this.listId = 3
+ }
+ if(this.titletext == '我的匹配')
+ this.listId = 4
},