diff --git a/components/TabBar/TabBar.vue b/components/TabBar/TabBar.vue
index 6b323bd..cdf44b2 100644
--- a/components/TabBar/TabBar.vue
+++ b/components/TabBar/TabBar.vue
@@ -11,7 +11,7 @@
-
+
diff --git a/pages/publish/publishTransfer/publishTransfer.vue b/pages/publish/publishTransfer/publishTransfer.vue
index 166fb3c..255547a 100644
--- a/pages/publish/publishTransfer/publishTransfer.vue
+++ b/pages/publish/publishTransfer/publishTransfer.vue
@@ -1,31 +1,41 @@
+
+
+ 发布房源图片({{count}}/5)
+
+
-
+
-
-
+
+ 111111
+
+
-
-
+
+
-
-
- 苹果
- 雪梨
- 柠檬
- 橘子
-
+
+ 123
+
-
-
- 鲜甜
- 麻辣
-
+
+ 123
+
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -35,13 +45,27 @@
export default {
data() {
return {
+ city:'',
+ area:'',
+ count:0,
+ show1:false,
+ show2:false,
+ show3:false,
form:{
title:''
- }
+ },
+ columns:[
+ ['中国', '美国'],
+ ['深圳', '厦门', '上海', '拉萨']
+ ]
}
},
methods: {
-
+ confirm(e) {
+ this.city = e.value[0]
+ this.area = e.value[1]
+ this.show1 = false
+ }
}
}
@@ -50,4 +74,17 @@
.form{
margin-left: 20px;
}
+ .input-class{
+ font-size: 30rpx;
+ font-weight:1px;
+ border-style: none
+ }
+ .upload{
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
+ background-color: #F8F8F8;
+ margin-right: 20px;
+ }