1
PC-20250623MANY\Administrator
2025-08-17 536d4d648941b493cb12ab89b1adb53aab952c78
src/page/trading/buy.vue
@@ -7,7 +7,7 @@
            <img src="../../assets/img/backs.png" alt />
          </div>
          <div class="right_title">
            <div class="t_t" style="white-space: nowrap">
            <div class="t_t" style="white-space: pre-wrap">
              <span>{{ name }}({{ gid }})</span>
            </div>
            <div class="b_t">
@@ -574,7 +574,7 @@
        });
        this.getUserInfo();
        // this.$router.push("/warehouse?index=1&buyType=" + this.bayType);
        this.$router.push("/tradeNew?index=1&buyType=" + this.bayType);
        this.$router.go(-1);
      } else {
        this.$store.commit("elAlertShow", {
          elAlertShow: true,
@@ -654,7 +654,7 @@
          buyType = 0;
        }
        // this.$router.push("/warehouse?index=1&buyType=" + this.bayType);
        this.$router.push("/tradeNew?index=1&buyType=" + this.bayType);
        this.$router.go(-1);
      } else {
        if (data.msg.indexOf("不在交易时段内") > -1) {
          this.$store.commit("elAlertShow", {
@@ -682,7 +682,7 @@
        });
        this.getUserInfo();
        // this.$router.push("/warehouse?index=1&buyType=" + this.bayType);
        this.$router.push("/tradeNew?index=1&buyType=" + this.bayType);
        this.$router.go(-1);
      } else {
        this.$store.commit("elAlertShow", {
          elAlertShow: true,
@@ -797,12 +797,12 @@
    }
    .right_title {
      width: 3rem;
      width: 80vw;
      height: 80%;
      .t_t {
        width: 100%;
        height: 70%;
        // height: 70%;
        display: flex;
        align-items: center;
        font-size: 0.4615rem;