6 files modified
1 files added
| | |
| | | VUE_APP_TITLE="Web3bit" |
| | | VUE_APP_TITLE="Deepcoin" |
| | | VUE_APP_H5ZZ="RZW7c77Hps0IsKQuWLgtTtd2xrhvCU47" |
| | | VUE_APP_APPZZ="RwCz3WMecqIhuscZOtpOQSumEdx0XgYQ" |
| | | VUE_APP_SECRET="WOrldcoinfeyfy343y831r63rt23hFGegfg32fewrgerg" |
| | |
| | | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| | | <meta name="viewport" |
| | | content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0,viewport-fit=cover"> |
| | | <link rel="icon" href="<%= BASE_URL %>favicon.ico"> |
| | | <link rel="icon" href="<%= BASE_URL %>logo.ico"> |
| | | <title><%= htmlWebpackPlugin.options.title %></title> |
| | | <link rel="manifest" href="./desk/manifest.json"> |
| | | <meta name="theme-color" content="white"> |
| | |
| | | <div class="list-value">{{ item.volume_open }}</div> |
| | | </div> |
| | | <div class="list-b"> |
| | | <div>{{ $t("最新成交") }}({{ item.symbol.toUpperCase() }})</div> |
| | | <div class="list-value">{{ item.volume_open }}</div> |
| | | <div>{{ $t("杠杆") }}</div> |
| | | <div class="list-value">{{ item.lever_rate }}</div> |
| | | </div> |
| | | <div class="list-b"> |
| | | <div>{{ $t("成交额") }}(USDT)</div> |
| | |
| | | </div> |
| | | </div> --> |
| | | </div> |
| | | <div class="flex pt-44 pb-32"> |
| | | <div class="flex-1 text-left"> |
| | | <div class="text-grey">{{ $t("杠杆") }}</div> |
| | | <div class="mt-20"> |
| | | {{ item.lever_rate }} |
| | | </div> |
| | | </div> |
| | | <div class="flex-1 text-left"> |
| | | <div class="text-grey">{{ $t("手续费") }}</div> |
| | | <div class="mt-20"> |
| | | {{ item.fee }} |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <div class="flex pb-32"> |
| | | <div class="flex-1 flex flex-col text-left"> |
| | | <div class="text-grey">{{ $t("开仓价格") }}</div> |
| | |
| | | "委托订单": "Open orders", |
| | | "最新成交": "Latest Filled", |
| | | "价格": "Price", |
| | | "数量": "Number", |
| | | "数量": "Trading Lots", |
| | | "历史仓位": "Historical position", |
| | | "交割时间": "Delivery time", |
| | | "最小金额": "Minimum ", |
| | |
| | | </div> |
| | | </div> |
| | | </div> --> |
| | | <div class="mb-60"> |
| | | <!-- <div class="mb-60"> |
| | | <div class="font-26 textColor">{{ $t("充币数量") }}</div> |
| | | <div> |
| | | <input |
| | |
| | | :placeholder="$t('请输入充币数量')" |
| | | /> |
| | | </div> |
| | | </div> |
| | | </div> --> |
| | | <div> |
| | | <div class="font-26 textColor">{{ $t("链名称") }}</div> |
| | | <div class="flex"> |
| | |
| | | <div class="pl-30 pr-30"> |
| | | <div class="font-26 mb-27 textColor">{{ $t("重要提示") }}</div> |
| | | <div class="font-28 text-grey" v-html="tip"></div> |
| | | <button |
| | | <!-- <button |
| | | class="btnMain text-white next-btn font-30 rounded-lg" |
| | | @click="nextBtn" |
| | | > |
| | | {{ $t("下一步") }} |
| | | </button> |
| | | </button> --> |
| | | </div> |
| | | </div> |
| | | </div> |