소스 검색

feat: 修改

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

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

@@ -388,7 +388,7 @@ const Withdraw = () => {
                         <Input
                             className={styles.amountInput}
                             onChange={(value) => setAmount(value)}
-                            placeholder={`${currentChannel.min_amount}~${currentChannel.max_amount}`}
+                            // placeholder={`${currentChannel.min_amount}~${currentChannel.max_amount}`}
                         />
                     </Form.Item>