1
jhzh
2026-01-15 d11b87e417d7881bfb335f07ad008d7671a9daf2
src/page/kline/index.vue
@@ -35,7 +35,7 @@
                </div>
                <div class="right">
                  <span v-if="$store.state.userInfo.userAmt == undefined"
                    >¥0.00</span
                    >円0.00</span
                  >
                  <span
                    v-if="
@@ -54,7 +54,7 @@
                          (
                            Number($store.state.userInfo.userIndexAmt) / 0.9
                          ).toFixed(2)
                        : "¥" + $store.state.userInfo.userIndexAmt
                        : "円" + $store.state.userInfo.userIndexAmt
                    }}
                  </span>
                  <span
@@ -65,7 +65,7 @@
                    style="white-space: nowarp"
                  >
                    {{
                      "¥ " +
                      "円 " +
                      parseFloat(
                        $store.state.userInfo.enableAmt.toFixed(2)
                      ).toLocaleString()
@@ -508,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)">
@@ -516,7 +516,7 @@
            <span>{{ $t("hj85") }}</span>
          </div>
          <!-- <div class="bottom_sell">
            <span>¥{{ singDetails.nowPrice  }}</span>
            <span>円{{ singDetails.nowPrice  }}</span>
          </div> -->
        </div>
      </div>