From 6a29614854dd5b708171fda8f9510f7d8cab4247 Mon Sep 17 00:00:00 2001
From: hot777zz <912275990@qq.com>
Date: Sun, 5 Nov 2023 21:52:55 +0800
Subject: [PATCH] =?UTF-8?q?=E6=A2=81=E8=88=AA=EF=BC=9A=E5=8F=91=E5=B8=83?=
=?UTF-8?q?=E5=BA=97=E9=93=BA=E8=BD=AC=E8=AE=A9=E8=A1=A8=E5=8D=95=E6=9B=B4?=
=?UTF-8?q?=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/TabBar/TabBar.vue | 2 +-
.../publishTransfer/publishTransfer.vue | 79 ++++++++++++++-----
2 files changed, 59 insertions(+), 22 deletions(-)
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;
+ }