feat: contract account tab, full i18n, male avatar, PC home stretch

- Asset page: add Contract account row + tab, show num_lh balance
- Total Assets = Spot + Contract + Fiat
- All Chinese text eliminated (z-paging, loadmore, colorui, pages)
- Password/payword pages use image captcha instead of OTP
- Home page PC: full-width stretch layout
- Register captcha input type fix, invite code lock
This commit is contained in:
li
2026-04-05 13:05:27 +08:00
parent 4b2acdf0d8
commit 6b02df55ab
19 changed files with 245 additions and 514 deletions
+5 -5
View File
@@ -88,26 +88,26 @@
export default {
data() {
return {
time: '获取验证码',
time: 0,
timeFlag: true,
time2: '获取验证码',
time2: 0,
timeFlag2: true,
email: '',
mobile: '',
list: [{
id: 1,
name: '只读',
name: 'Read Only',
type: false,
},
{
id: 2,
name: '提现',
name: 'Withdraw',
type: false,
},
{
id: 3,
name: '交易',
name: 'Trade',
type: false,
}
],