5.10航天ui交易所pc端,代码jiem-pc
lxf
2025-05-22 e74a7c7afc56cf229058091fe2ae143cf0bdb3ca
src/components/constract/DeliveryContract/createOrder.vue
@@ -236,10 +236,10 @@
    //获取开仓页面参数
    async getDeliveryInfo() {
      Axios.getFutures({
        symbol: 'btc',
        symbol: "btc",
        // token: this.userInfo.token,
      }).then((res) => {
        console.log(res.data)
        console.log(res.data);
        this.volume = res.data.amount;
        this.sessionToken = res.data.session_token;
        this.list = res.data.para; //交易时段
@@ -450,7 +450,7 @@
}
.delivery-time-active {
  background-color: #1d91ff;
  background-color: #f7b328;
  color: black;
}
@@ -463,7 +463,7 @@
}
.delivery-border-active {
  border: 1px solid #1d91ff !important;
  border: 1px solid #f7b328 !important;
}
.delivery-border-grey {
@@ -631,13 +631,13 @@
}
/* .trading-popup li:hover{
  background: #1D91FF;
  background: #f7b328;
  color: #fff;
} */
.trading-popup .active {
  border: 1px solid #1d91ff;
  background: #1d91ff;
  border: 1px solid #f7b328;
  background: #f7b328;
  color: #fff;
}
@@ -651,7 +651,7 @@
.buy-but-centent {
  height: 40px;
  background: #1d91ff;
  background: #f7b328;
  width: 100%;
  border-radius: 4px;
  color: #fff;