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)