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>
<View className="px-4 py-2"> <View className="px-4 py-2">
<Text className="text-sm text-gray-500"> <Text className="text-sm text-red-500">
1.
2.
3.
</Text> </Text>
</View> </View>
</CellGroup> </CellGroup>

View File

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