@@ -3,7 +3,7 @@
"appName": "TCE",
"version": "1.0.21",
"versionCode": "100021",
- "apiUrl": "http://192.168.31.204:8080/cfg?key=test_204",
+ "apiUrl": "http://192.168.31.210:8080/cfg?key=test_210",
"tradeChannel": "ws",
"showLoginAlert": true,
"modules": [
@@ -1374,7 +1374,8 @@
"bankname": "Bank of account",
"accountcode": "Fund account numb",
"accountname": "Name",
- "amount": "Amount"
+ "amount": "Amount",
+ "pay": "Pay"
}
},
"bankname": "ธนาคารที่เปิดบัญชี",
"accountcode": "บัญชีเงินทุน",
"accountname": "ชื่อ",
- "amount": "ยอดเงิน"
+ "amount": "ยอดเงิน",
+ "pay": "จ่าย"
"bankname": "开户行",
"accountcode": "资金账号",
"accountname": "姓名",
- "amount": "金额"
+ "amount": "金额",
+ "pay": "支付"
"bankname": "開戶行",
"accountcode": "資金賬號",
- "amount": "金額"
+ "amount": "金額",
@@ -38,7 +38,7 @@
</ul>
</div>
<div class="g-order-list__btnbar" v-if="item.applystatus === 10">
- <Button size="small" @click="goToAmtInByPaidUrl(item)" round>去支付</Button>
+ <Button size="small" @click="goToAmtInByPaidUrl(item)" round>{{ $t('banksign.wallet.inoutapply.pay') }}</Button>