From c64c34dc5ed3e0238dd69da5850871b6265d6b30 Mon Sep 17 00:00:00 2001
From: huliyong <2783385703@qq.com>
Date: Sat, 10 May 2025 20:06:48 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E5=9C=A8=E8=AE=A4=E8=AF=81=E6=9C=8D?=
=?UTF-8?q?=E5=8A=A1=E9=A1=B5=E9=9D=A2=E6=B7=BB=E5=8A=A0=E5=9F=BA=E7=A1=80?=
=?UTF-8?q?=E6=9C=8D=E5=8A=A1=E9=A1=B9=E5=B9=B6=E8=B0=83=E6=95=B4=E5=85=85?=
=?UTF-8?q?=E5=80=BC=E6=8C=89=E9=92=AE=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
在认证服务页面中新增了“基础服务”项,包含宠物喂养和上门遛狗的描述。同时,调整了充值按钮的样式,将其背景色改为灰色,并添加了圆角效果,以提示用户该功能暂未开放。
---
otherPages/authentication/serve/index.vue | 6 ++++++
otherPages/myOrdersManage/bond/index.vue | 6 +++++-
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/otherPages/authentication/serve/index.vue b/otherPages/authentication/serve/index.vue
index eb1cdfc..552f85f 100644
--- a/otherPages/authentication/serve/index.vue
+++ b/otherPages/authentication/serve/index.vue
@@ -85,6 +85,12 @@
+
+
+ 宠物喂养、上门遛狗
+
+
+
{{ serveDesc }}
diff --git a/otherPages/myOrdersManage/bond/index.vue b/otherPages/myOrdersManage/bond/index.vue
index e6145c5..2dbd370 100644
--- a/otherPages/myOrdersManage/bond/index.vue
+++ b/otherPages/myOrdersManage/bond/index.vue
@@ -20,8 +20,11 @@
¥
-
+
+
+ 暂未开放
@@ -176,6 +179,7 @@
background-color: #FFBF60;
line-height: 47rpx;
display: flex;
+ border-radius: 24rpx;
justify-content: center;
}