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