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/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..01dfc6c 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..11ecb52 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..e5f167b 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..2225f68 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 @@
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
},