1
jhzh
2026-02-27 5dfb843c29fdcc1693961b70a36ddee3fea85a4a
src/page/kline/index.vue
@@ -16,6 +16,16 @@
              </div>
            </div>
          </div>
          <div class="top_back" style="flex-direction: row-reverse;">
            <div class="left_ca" @click="option()">
              <img style="width: 20px;"
                src="../../assets/img/meishoucang.png"
                alt
                v-if="isOptionOpt === false"
              />
              <img style="width: 20px;" src="../../assets/img/shoucangle.png" alt v-else />
            </div>
          </div>
          <!-- 隐藏右侧金额显示 -->
          <!-- <div class="right_money sss">
            <div class="content_money">
@@ -25,7 +35,7 @@
                </div>
                <div class="right">
                  <span v-if="$store.state.userInfo.userAmt == undefined"
                    >¥0.00</span
                    >円0.00</span
                  >
                  <span
                    v-if="
@@ -44,7 +54,7 @@
                          (
                            Number($store.state.userInfo.userIndexAmt) / 0.9
                          ).toFixed(2)
                        : "¥" + $store.state.userInfo.userIndexAmt
                        : "円" + $store.state.userInfo.userIndexAmt
                    }}
                  </span>
                  <span
@@ -55,7 +65,7 @@
                    style="white-space: nowarp"
                  >
                    {{
                      "¥ " +
                      "円 " +
                      parseFloat(
                        $store.state.userInfo.enableAmt.toFixed(2)
                      ).toLocaleString()
@@ -119,7 +129,7 @@
                }}</span> -->
                <span :class="singDetails.preclose_px < 0 ? 'number green' : 'number red'"
                  style="font-weight: bold;"
                  >还米有</span
                  >{{ $t("hj74") }}</span
                >
              </div>
            </div>
@@ -498,7 +508,7 @@
            <span>{{ $t("hj84") }}</span>
          </div>
          <!-- <div class="bottom_buy">
            <span>¥{{ singDetails.nowPrice  }}</span>
            <span>円{{ singDetails.nowPrice  }}</span>
          </div> -->
        </div>
        <div class="sell_btn" @click="goBuy(1)">
@@ -506,7 +516,7 @@
            <span>{{ $t("hj85") }}</span>
          </div>
          <!-- <div class="bottom_sell">
            <span>¥{{ singDetails.nowPrice  }}</span>
            <span>円{{ singDetails.nowPrice  }}</span>
          </div> -->
        </div>
      </div>
@@ -554,7 +564,6 @@
      }, 2000);
    }
    this.getOpation();
    // this.$Lazyload();
    this.getUserInfo();
    this.getNohknews();
  },