update(dealer): 更新提现页面提示信息和加载文案

- 修改提现页面提示文字为红色并更新内容,包含实名认证、手动领取和税务提醒
- 简化用户页面经销商身份加载时的提示文案
This commit is contained in:
2026-02-07 13:34:24 +08:00
parent 80653f7ac2
commit 5581493772
2 changed files with 6 additions and 3 deletions

View File

@@ -437,8 +437,11 @@ const DealerWithdraw: React.FC = () => {
</View>
<View className="px-4 py-2">
<Text className="text-sm text-gray-500">
<Text className="text-sm text-red-500">
1.
2.
3.
</Text>
</View>
</CellGroup>

View File

@@ -83,7 +83,7 @@ const IsDealer = () => {
extra={<ArrowRight color="#cccccc" size={18}/>}
onClick={() => {
if (dealerLoading) {
Taro.showToast({ title: '正在加载身份信息,请稍等...', icon: 'none' })
Taro.showToast({ title: '正在加载信息,请稍等...', icon: 'none' })
return
}
navTo('/dealer/apply/add', true)