From 71f234a6ca809654e465f7d2f04547f171e13810 Mon Sep 17 00:00:00 2001 From: wangfukang <15630117759@163.com> Date: Thu, 20 Aug 2026 14:39:30 +0800 Subject: [PATCH] 1 --- components/tab-bar/myCenter.vue | 40 +++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/components/tab-bar/myCenter.vue b/components/tab-bar/myCenter.vue index b120b99..88f7f5b 100644 --- a/components/tab-bar/myCenter.vue +++ b/components/tab-bar/myCenter.vue @@ -129,6 +129,13 @@ --> + + + 平台资质及相关协议 + + + @@ -936,6 +943,8 @@ } else if (e == 'merchant') { this.checkMerchantRegister() return + } else if (e == 'legalCenter') { + url = '/package5/legal/qualification' } else if (e == 'tuichu') { uni.showModal({ title: '确认退出', @@ -1234,6 +1243,7 @@ .saving-hero, .section-card, .quick-card, + .legal-btn, .logout-btn, .shop-content, .popup-area-content { @@ -1865,6 +1875,36 @@ transition: transform .16s ease; } + .legal-btn { + position: relative; + display: flex; + align-items: center; + height: 88rpx; + padding: 0 30rpx; + background: rgba(255, 255, 255, .92); + color: #073D33; + font-size: 28rpx; + font-weight: 900; + line-height: 88rpx; + transition: transform .16s ease; + } + + .legal-dot { + width: 22rpx; + height: 22rpx; + margin-right: 14rpx; + border-radius: 50%; + background: linear-gradient(135deg, #E3FF96, #A6FFEA); + box-shadow: 0 0 18rpx rgba(52, 200, 160, .24); + } + + .legal-arrow { + margin-left: auto; + color: rgba(7, 61, 51, .36); + font-size: 40rpx; + font-weight: 400; + } + .logout-power { position: relative; width: 26rpx;