소스 검색

feat: 修改

year 2 주 전
부모
커밋
fb7efdd1a0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/app/[locale]/(TabBar)/deposit/component/withdraw/index.tsx

+ 1 - 0
src/app/[locale]/(TabBar)/deposit/component/withdraw/index.tsx

@@ -225,6 +225,7 @@ const Withdraw = () => {
         if (
             faltaData.score <= currentChannel.min_amount ||
             new BigNumber(value.amount).isGreaterThan(faltaData.score) ||
+            new BigNumber(value.amount).isLessThan(currentChannel.min_amount) ||
             faltaData.waitPoint !== 0 ||
             faltaData.waitScore !== 0
         ) {