diff --git a/src/common/js/lang/en.js b/src/common/js/lang/en.js
index c4a69306..a7caf46c 100644
--- a/src/common/js/lang/en.js
+++ b/src/common/js/lang/en.js
@@ -355,7 +355,14 @@ var en={
grab_tip_success : 'Succeed in seizing the villa',
msg_not_bet :'You have no bet record in your last shop',
-
+
+ /////////////充值提现说明
+ tip_recharge_withdraw : 'Deposit/Withdraw Info',
+ recharge_withdraw_title : 'Deposit & Withdrawal Instructions',
+ min_recharge : 'Minimum Deposit',
+ min_withdraw : 'Minimum Withdrawal',
+ recharge_withdraw_note : 'Note: Please ensure your bank card information is correct to avoid delays in processing.',
+
}
diff --git a/src/common/js/lang/tv.js b/src/common/js/lang/tv.js
index 5f1a8421..ba844bae 100644
--- a/src/common/js/lang/tv.js
+++ b/src/common/js/lang/tv.js
@@ -354,6 +354,13 @@ var tv={
msg_not_bet :'Anh không có tiền án cá cược ở cửa hàng trước.',
+ /////////////充值提现说明
+ tip_recharge_withdraw : 'Hướng dẫn nạp/rút tiền',
+ recharge_withdraw_title : 'Hướng dẫn nạp tiền và rút tiền',
+ min_recharge : 'Số tiền nạp tối thiểu',
+ min_withdraw : 'Số tiền rút tối thiểu',
+ recharge_withdraw_note : 'Lưu ý: Vui lòng đảm bảo thông tin thẻ ngân hàng của bạn chính xác để tránh ảnh hưởng đến thời gian nhận tiền.',
+
}
diff --git a/src/common/js/language.js b/src/common/js/language.js
index cb5e0027..4af1baff 100644
--- a/src/common/js/language.js
+++ b/src/common/js/language.js
@@ -356,6 +356,13 @@ var cn={
msg_not_bet :'您上一铺无下注记录',
+ /////////////充值提现说明
+ tip_recharge_withdraw : '充值/提现说明',
+ recharge_withdraw_title : '充值与提现说明',
+ min_recharge : '最低充值金额',
+ min_withdraw : '最低提现金额',
+ recharge_withdraw_note : '温馨提示:请确保您的银行卡信息正确,以免影响到账时间。',
+
}
diff --git a/src/components/header/header.vue b/src/components/header/header.vue
index 8c00a074..b69df3f7 100644
--- a/src/components/header/header.vue
+++ b/src/components/header/header.vue
@@ -22,6 +22,9 @@