From e54660d2513ecfb39e37f18bbb0253debdef2926 Mon Sep 17 00:00:00 2001
From: weipengfei <2187978347@qq.com>
Date: Mon, 21 Aug 2023 15:42:32 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=BB=84=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/mybtn/mybtn.vue | 11 ++++++++++-
subpkg/companyInfo/companyInfo.vue | 8 +++++---
2 files changed, 15 insertions(+), 4 deletions(-)
diff --git a/components/mybtn/mybtn.vue b/components/mybtn/mybtn.vue
index 126b30c..978b011 100644
--- a/components/mybtn/mybtn.vue
+++ b/components/mybtn/mybtn.vue
@@ -1,7 +1,11 @@
+ class="button"
+ :class="{'my_btn_new_btn': position, 'my_btn_no_positon': !position, 'my_btn_disabled': my_btn_disabled}">
+
+ {{text}}
+
@@ -35,6 +39,11 @@