From 55814937723bcc15929d833f8fb6098858919175 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com>
Date: Sat, 7 Feb 2026 13:34:24 +0800
Subject: [PATCH] =?UTF-8?q?update(dealer):=20=E6=9B=B4=E6=96=B0=E6=8F=90?=
=?UTF-8?q?=E7=8E=B0=E9=A1=B5=E9=9D=A2=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF?=
=?UTF-8?q?=E5=92=8C=E5=8A=A0=E8=BD=BD=E6=96=87=E6=A1=88?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 修改提现页面提示文字为红色并更新内容,包含实名认证、手动领取和税务提醒
- 简化用户页面经销商身份加载时的提示文案
---
src/dealer/withdraw/index.tsx | 7 +++++--
src/pages/user/components/IsDealer.tsx | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/src/dealer/withdraw/index.tsx b/src/dealer/withdraw/index.tsx
index 6b2cd40..cbb6fa4 100644
--- a/src/dealer/withdraw/index.tsx
+++ b/src/dealer/withdraw/index.tsx
@@ -437,8 +437,11 @@ const DealerWithdraw: React.FC = () => {
-
- 提现方式:微信钱包(提交后进入“待审核”,审核通过后请到“提现记录”点击“领取到微信零钱”完成收款确认)
+
+ 注意事项:
+ 1. 提取佣金必须完成实名认证。
+ 2. 佣金非自动到账,再您提取佣金申请通过后,请手动到我的申请记录点击领取。
+ 3. 桂乐淘温馨提示,请您依法依规申报所得,缴税相关税费。
diff --git a/src/pages/user/components/IsDealer.tsx b/src/pages/user/components/IsDealer.tsx
index 2af2f48..afafba5 100644
--- a/src/pages/user/components/IsDealer.tsx
+++ b/src/pages/user/components/IsDealer.tsx
@@ -83,7 +83,7 @@ const IsDealer = () => {
extra={}
onClick={() => {
if (dealerLoading) {
- Taro.showToast({ title: '正在加载身份信息,请稍等...', icon: 'none' })
+ Taro.showToast({ title: '正在加载信息,请稍等...', icon: 'none' })
return
}
navTo('/dealer/apply/add', true)