diff --git a/components/TabBar/TabBar.vue b/components/TabBar/TabBar.vue
index 6b323bd..8cc9fb4 100644
--- a/components/TabBar/TabBar.vue
+++ b/components/TabBar/TabBar.vue
@@ -69,7 +69,7 @@
},
methods: {
quitSlide() {
- this.slideVisit = false
+ this.slideVisit = false;
},
changeItem(item) {
if (item.id == 2) {
diff --git a/components/publishSlide/publishSlide.vue b/components/publishSlide/publishSlide.vue
index 543f6ec..f9b3a4e 100644
--- a/components/publishSlide/publishSlide.vue
+++ b/components/publishSlide/publishSlide.vue
@@ -61,65 +61,61 @@
\ No newline at end of file
diff --git a/pages/my/my.vue b/pages/my/my.vue
index ffdd9c8..b44b456 100644
--- a/pages/my/my.vue
+++ b/pages/my/my.vue
@@ -30,7 +30,7 @@
data() {
return {
src: 'https://cdn.uviewui.com/uview/album/2.jpg',
- account:'11111111',
+ account:'123456',
username:'用户名',
}
},
@@ -63,7 +63,7 @@
color: #fff;
display: flex;
width: 100%;
- height: auto;
+ height: 275rpx;
margin-bottom: 36rpx;
justify-content: center;
align-items: center;
@@ -72,6 +72,7 @@
.profile-bgi{
position: absolute;
width: 100%;
+ height: 500px;
z-index: -1;
}
.avator{
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;
+ }
diff --git a/pages/published/published.vue b/pages/published/published.vue
index 300d12e..ad29a51 100644
--- a/pages/published/published.vue
+++ b/pages/published/published.vue
@@ -7,6 +7,7 @@
+
@@ -31,7 +32,7 @@