From 9694ac9a63afc0d97d09e6fd13af502bca9cd72a Mon Sep 17 00:00:00 2001
From: hot777zz <912275990@qq.com>
Date: Sat, 4 Nov 2023 13:23:11 +0800
Subject: [PATCH 1/5] =?UTF-8?q?=E6=A2=81=E8=88=AA=EF=BC=9A=E4=BF=AE?=
=?UTF-8?q?=E6=94=B9=E5=8F=91=E5=B8=83=E7=BB=84=E4=BB=B6=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/publishSlide/publishSlide.vue | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/components/publishSlide/publishSlide.vue b/components/publishSlide/publishSlide.vue
index f3008f5..32d318d 100644
--- a/components/publishSlide/publishSlide.vue
+++ b/components/publishSlide/publishSlide.vue
@@ -79,7 +79,7 @@
position: fixed;
transform: translate(-50%, -50%);
left: 50%; top: 40%;
- height: 25%;
+ height: 20%;
width: 90%;
background-color: #fff;
z-index: 40;
@@ -115,6 +115,7 @@
.text{
font-size: 28rpx;
display: block;
+ color: #686868;
}
\ No newline at end of file
From 9421abb41b84b3295bcc01a47c88f2393e42c0b3 Mon Sep 17 00:00:00 2001
From: hot777zz <912275990@qq.com>
Date: Sat, 4 Nov 2023 14:01:41 +0800
Subject: [PATCH 2/5] =?UTF-8?q?=E6=A2=81=E8=88=AA=EF=BC=9A=E4=BF=AE?=
=?UTF-8?q?=E6=94=B9=E4=B8=AA=E4=BA=BA=E6=A0=B7=E5=BC=8F=EF=BC=8C=E5=A4=8D?=
=?UTF-8?q?=E7=94=A8list=E7=BB=84=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/my/my.vue | 5 +++--
pages/published/published.vue | 3 ++-
2 files changed, 5 insertions(+), 3 deletions(-)
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/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 @@
From 76c3110e955d5e939311ddc587e7e9b055918017 Mon Sep 17 00:00:00 2001
From: Hot7z <912275990@qq.com>
Date: Sun, 5 Nov 2023 14:41:15 +0000
Subject: [PATCH 4/5] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'components/TabBar/Tab?=
=?UTF-8?q?Bar.vue'?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/TabBar/TabBar.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/TabBar/TabBar.vue b/components/TabBar/TabBar.vue
index cdf44b2..6b323bd 100644
--- a/components/TabBar/TabBar.vue
+++ b/components/TabBar/TabBar.vue
@@ -11,7 +11,7 @@
-
+
From 791683ec690a49797808c49c80f025a2297af48e Mon Sep 17 00:00:00 2001
From: hot777zz <912275990@qq.com>
Date: Sun, 5 Nov 2023 23:01:50 +0800
Subject: [PATCH 5/5] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/TabBar/TabBar.vue | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/components/TabBar/TabBar.vue b/components/TabBar/TabBar.vue
index cdf44b2..8cc9fb4 100644
--- a/components/TabBar/TabBar.vue
+++ b/components/TabBar/TabBar.vue
@@ -11,7 +11,7 @@
-
+
@@ -69,7 +69,7 @@
},
methods: {
quitSlide() {
- this.slideVisit = false
+ this.slideVisit = false;
},
changeItem(item) {
if (item.id == 2) {