开发钱包相关页面,调试提现接口
This commit is contained in:
@@ -341,6 +341,11 @@ const QueryTransactions = () => {
|
||||
</View>
|
||||
)}
|
||||
</View>
|
||||
{
|
||||
transactions.length > 0 && (
|
||||
<View className="tips_text">仅支持查找2024年9月1日以后的账单</View>
|
||||
)
|
||||
}
|
||||
</View>
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user