4 files modified
1 files added
| | |
| | | |
| | | // 资产 |
| | | function getAssets(data) { |
| | | return Axios.fetch("wap/api/wallet/getAll.action", data); |
| | | return Axios.fetch("wap/api/wallet!getAll.action", data); |
| | | } |
| | | // 委托订单列表 |
| | | function contractApplyOrderOpenList(data) { |
| | |
| | | import Axios from "@/utils/http"; |
| | | function getPairsWallet(data) { |
| | | return Axios.fetch("wap/api/wallet/getAll.action", data); |
| | | return Axios.fetch("wap/api/wallet!getAll.action", data); |
| | | } |
| | | function getExchangerateuserconfig() { |
| | | return Axios.fetch("wap/api/exchangerate!list.action"); |
| | |
| | | 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, |
| | |
| | | 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) { |
| | |
| | | class="okui-input-input" |
| | | /> |
| | | <div class="input-wrapper"> |
| | | {{ unit }} |
| | | BTC |
| | | <!-- {{ unit }} --> |
| | | <!-- {{ getSymbolUpper }} --> |
| | | </div> |
| | | </div> |