From 464cf100a2a0482933914a0fca1dcf846571d7db Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Mon, 01 Jun 2026 10:03:37 +0800
Subject: [PATCH] feat:星享购 会员权益页面优化

---
 components/textBox/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/textBox/index.vue b/components/textBox/index.vue
index ff013f2..e1b4568 100644
--- a/components/textBox/index.vue
+++ b/components/textBox/index.vue
@@ -259,7 +259,7 @@
             :disabled="!flag || tiems > 0"
             @click="loadPopup"
             v-if="code"
-            :custom-style="{ color: (!flag || tiems > 0 )? '#666' : '#FF1472',border:'none' }"
+            :custom-style="{ color: (!flag || tiems > 0 )? '#666' : '#4766FE',border:'none' }"
         >
           确定
           <text v-show="tiems">({{ tiems }}S)</text>
@@ -269,7 +269,7 @@
             @click="loadPopup"
             v-if="getPlatformProtocolNewList.length"
             :custom-style="{
-        color: (tiems > 0 || !reachBottom) ? '#666' : '#FF1472',
+        color: (tiems > 0 || !reachBottom) ? '#666' : '#4766FE',
         border: 'none'
     }"
         >

--
Gitblit v1.9.3