Commit 978199b8 by lanse

update

parent c8f315ca
......@@ -508,7 +508,7 @@ const messages = {
tip4: '銀行アカウント番号を選択してください',
tip5: '出金金額を入力してください',
tip6: '取引パスワードを入力してください',
tip7: '金額:1,000 円から',
tip7: '金額:5,000 円から',
tip8: '手数料:無料',
tip9: '出金できる時間帯:平日の9:00-15:30',
tip10: '出金は24時間内に着金します'
......
......@@ -87,9 +87,6 @@ const sumbit = async () => {
if (from.value.pass === '' || !from.value.pass) {
return showToast(t('withdrawal.tip6'))
}
if (from.value.money < 1000) {
return showToast(t('withdrawal.tip7'))
}
sumbitLoading.value = true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment