| | |
| | | "总交易量": "Total Trading Volume", |
| | | "选择币种": "Select currency", |
| | | "钱包账户": "Wallet account", |
| | | "长按粘贴": "Enter address", |
| | | "长按粘贴": "Enter the blockchain address", |
| | | "可到账数量": "Quantity available", |
| | | "日利率": "Daily interest rate", |
| | | "请输入充币数量": "Please enter the deposit amount", |
| | |
| | | "提现费用": "Withdrawal fee", |
| | | "快速提币": "Withdrawal", |
| | | "提币到数字币地址": "Withdraw to the crypto address", |
| | | "输入地址": "Enter address", |
| | | "输入地址": "Enter the blockchain address", |
| | | "主网络": "Main network", |
| | | "金额": "Amount", |
| | | "全部": "All", |
| | |
| | | <div class="w-full h-1 greyBg"></div> |
| | | <div class="box-border px-33"> |
| | | <div class="mt-54 flex font-68 items-center"> |
| | | <img :src="require(`@/assets/theme/${theme}/image/logo.png`)" alt="" class="w-96 h-96 mr-40"> |
| | | <img :src="require(`@/assets/image/logo.png`)" alt="" class="w-96 h-96 mr-40"> |
| | | <div class="font-60 textColor">{{$t('理财规则')}}</div> |
| | | </div> |
| | | <div class="font-31 font-400 mt-24 lh-44 text-grey">{{$t('理财说明')}}</div> |
| | |
| | | <assets-head :title="$t('规则')" :back-func="backFunc"></assets-head> |
| | | <div class="box-border px-33"> |
| | | <div class="mt-54 flex font-68 items-center"> |
| | | <img :src="require('@/assets/image/assets-center/logo.png')" alt="" class="w-96 h-96 mr-40"> |
| | | <img :src="require(`@/assets/image/logo.png`)" alt="" class="w-96 h-96 mr-40"> |
| | | <div class="font-60 textColor">{{ $t('矿机规则') }}</div> |
| | | </div> |
| | | <div class="font-31 font-400 mt-42 textColor">{{ $t('用户收益透明, 套餐选择灵活, 值得信赖的矿机公用平台') }}</div> |
| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <p class="font-35 mt-44 textColor">{{ $t('数量') }}</p> |
| | | <p class="font-35 mt-44 textColor">{{ $t('提币数量') }}</p> |
| | | <div class="inputBackground flex items-center justify-between h-96 rounded mt-22"> |
| | | <input :placeholder="$t('请输入提币数量')" maxlength="10" |
| | | class="h-full flex-1 border-none bg-none px-16 font-22 textColor" type="number" v-model="amount" |
| | |
| | | </div> |
| | | </van-popup> |
| | | <!-- 币种 --> |
| | | <van-action-sheet v-model="showSymbol" :actions="actions.filter(item => item.name !== value)" @select="onSelect" /> |
| | | <van-action-sheet v-model="showSymbol" :actions="actions" @select="onSelect" /> |
| | | <bar-scan :scancode="scancode" v-if="scancode" @ok="getResult"></bar-scan> |
| | | </div> |
| | | </template> |
| | |
| | | <assets-head :title="$t('规则')" :back-func="backFunc"></assets-head> |
| | | <div class="box-border px-33"> |
| | | <div class="mt-54 flex font-68 items-center"> |
| | | <img :src="require(`@/assets/theme/${theme}/image/logo.png`)" alt="" class="w-96 h-96 mr-40"> |
| | | <img :src="require(`@/assets/image/logo.png`)" alt="" class="w-96 h-96 mr-40"> |
| | | <div class="font-60 textColor">{{ $t('矿机规则') }}</div> |
| | | </div> |
| | | <div class="font-31 font-400 mt-42 textColor">{{ $t('用户收益透明, 套餐选择灵活, 值得信赖的矿机公用平台') }}</div> |