diff --git a/i18n/lang/en.json b/i18n/lang/en.json
index eab7292..b0668d1 100644
--- a/i18n/lang/en.json
+++ b/i18n/lang/en.json
@@ -374,7 +374,7 @@
},
"reg": {
"a0": "Mobile registration",
- "a1": "Regiser Account",
+ "a1": "Register Account",
"a2": "Email",
"a3": "Enter your email address",
"a4": "Email",
@@ -838,5 +838,5 @@
"a80": "Market place",
"a81": "24 hours market trend",
"a82": "Add cryptocurrency funds to your wallet and start trading instantly"
- }
+ }
}
diff --git a/pages/base/home.vue b/pages/base/home.vue
index 8a4ec78..9ad9b41 100644
--- a/pages/base/home.vue
+++ b/pages/base/home.vue
@@ -16,7 +16,7 @@
@@ -208,12 +208,12 @@
-->
-
+
-
+
@@ -473,7 +473,7 @@
{{ $t("common.dark") }}
-->
-
+
@@ -483,7 +483,7 @@
user.account
}} -->
-
+
-
+
@@ -508,7 +508,7 @@
-
+
{{$t('auth.a1')}}
@@ -545,7 +545,7 @@
-->
-
+
-
+
-
+
{{ $t("contract.i7") }}:
@@ -1274,7 +1274,7 @@ export default {
Contract.getSymbolDetail(data).then((res) => {
console.info('res.data', res.data.default_lever, res.data.lever_rage, res)
this.unit_amount = res.data.unit_amount;
-
+
// if (!this.lever_rage.length) {
this.lever_rage = res.data.lever_rage.map((item) => ({
label: item,
diff --git a/pages/exchange/position.vue b/pages/exchange/position.vue
index 43491c8..40803d6 100644
--- a/pages/exchange/position.vue
+++ b/pages/exchange/position.vue
@@ -270,7 +270,7 @@ export default {
many(item, newPrice) {
let face = this.symbolDetail.unit_amount;
return math.omitTo(
- ((newPrice - item.avg_price) * item.avail_position * face) /
+ ((newPrice - item.avg_price) * item.avail_position * face) /
item.avg_price,
4
);
@@ -332,7 +332,7 @@ export default {
.confirm({
title: this.$t("contract.c4"),
message: `${this.$t("contract.j1")}${item.pair_name}?`,
- confirmButtonText: this.$t("common.confirm"),
+ confirmButtonText: this.$t("common.confirm"),
cancelButtonText: this.$t("common.cancel")
})
.then(() => {
@@ -422,7 +422,7 @@ export default {
this.$toast(this.$t("contract.l2"));
});
});
-
+
},
},
mounted() {
@@ -451,4 +451,4 @@ export default {
margin-right: $padding-sm;
}
}
-
\ No newline at end of file
+
diff --git a/pages/exchange/trade-list.vue b/pages/exchange/trade-list.vue
index 24d0cc5..4c9a4be 100644
--- a/pages/exchange/trade-list.vue
+++ b/pages/exchange/trade-list.vue
@@ -341,7 +341,7 @@
-
+
{{$t('exchange.c0')}}{{item.symbol}}/USDT
{{$t('exchange.c2')}}{{item.symbol}}/USDT
-
+
{{$t('assets.d0')}}:
@@ -648,7 +648,7 @@ export default {
confirmButtonText: this.$t("common.confirm"), //改变确认按钮上显示的文字
cancelButtonText: this.$t("common.cancel")
}).then(()=>{
- this.cancelEntrust(item)
+ this.cancelEntrust(item)
})
},
cancelEntrust(item){
@@ -835,7 +835,7 @@ export default {
});
},
personalCenter(){
-
+
}
},
mounted() {
@@ -976,4 +976,4 @@ export default {
.w-75{
width: 75%;
}
-
\ No newline at end of file
+