From aabb1eabeace98b80313e37c47b7eabce8c4d837 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Mon, 01 Jul 2024 19:04:29 +0800
Subject: [PATCH] 7/1电脑版需要改动的地方
---
src/components/spot/SpotPosition/index.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/components/spot/SpotPosition/index.vue b/src/components/spot/SpotPosition/index.vue
index f6fa50d..a896493 100644
--- a/src/components/spot/SpotPosition/index.vue
+++ b/src/components/spot/SpotPosition/index.vue
@@ -100,7 +100,7 @@
tabs: [
{ name: this.$t("message.home.dangqianweituo"), value: "orders" },
{ name: this.$t("message.home.lishiweituo"), value: "hisorders" },
- { name: this.$t("message.home.lishichengjiao"), value: "hisorders" },
+ { name: this.$t("message.home.lishichengjiao"), value: "opponent" },
{ name: this.$t("message.home.zichanguanli"), value: "pairs" },
],
tabIndex: 0,
@@ -186,16 +186,16 @@
let obj = {
page_no: this.pageNum,
type: this.orderType,
- symbolType: this.paramsType,
+ // symbolType: this.paramsType,
symbol: this.$route.params.id,
};
// 历史委托, 限价
if (this.tabIndex == 1) {
- obj.orderPriceType = "limit";
+ // obj.orderPriceType = "limit";
}
//历史成交
if (this.tabIndex == 2) {
- obj.orderPriceType = "opponent";
+ // obj.orderPriceType = "opponent";
}
if (this.tabIndex == 1 || this.tabIndex == 2) {
--
Gitblit v1.9.3