diff --git a/dist.zip b/dist.zip index 33f22fb..ac3bf11 100644 Binary files a/dist.zip and b/dist.zip differ diff --git a/src/assets/img/icon/BTC.png b/src/assets/img/icon/BTC.png new file mode 100644 index 0000000..1ed4cdf Binary files /dev/null and b/src/assets/img/icon/BTC.png differ diff --git a/src/assets/img/icon/ETH.png b/src/assets/img/icon/ETH.png new file mode 100644 index 0000000..86af03a Binary files /dev/null and b/src/assets/img/icon/ETH.png differ diff --git a/src/assets/img/icon/USDT.png b/src/assets/img/icon/USDT.png new file mode 100644 index 0000000..f0d66eb Binary files /dev/null and b/src/assets/img/icon/USDT.png differ diff --git a/src/views/purchase/index.vue b/src/views/purchase/index.vue index cddc449..c083130 100644 --- a/src/views/purchase/index.vue +++ b/src/views/purchase/index.vue @@ -49,8 +49,8 @@
- {{ $t("wallet.availableBalance") }}:{{ activeCoin.usable_balance }} -
-- 1 - - USDT - ≈ - {{ 1 / detail.issue_price | omitTo(4)}} - - {{ detail.coin_name }} -
-- {{ num || 0 }} {{ activeCoin.coin_name }} ≈ - {{(activeCoin.CurrentPrice/ detail.issue_price)*num | omitTo(4)}} - - {{ detail.coin_name }} -
++ {{ $t("wallet.availableBalance") }}:{{ activeCoin.usable_balance }} +
++ 1 + + USDT + ≈ + {{ 1 / detail.issue_price | omitTo(4)}} + + {{ detail.coin_name }} +
++ {{ num || 0 }} {{ activeCoin.coin_name }} ≈ + {{(activeCoin.CurrentPrice/ detail.issue_price)*num | omitTo(4)}} + + {{ detail.coin_name }} +
+