master #1

Open
gxwebsoft wants to merge 108 commits from developer/template-10584:master into master
2 changed files with 6 additions and 3 deletions
Showing only changes of commit 5581493772 - Show all commits

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)