jhzh
2024-05-20 f8e9af35a267b7b9a2bf605187a11536889a6e38
src/page/newUser/index.vue
@@ -61,7 +61,7 @@
              >{{ $t("提款") }}</van-button
            >
          </van-col>
          <van-col span="8" style="display: flex; justify-content: center">
          <!-- <van-col span="8" style="display: flex; justify-content: center">
            <van-button
              @click="leverShow = true"
              class="btn-two"
@@ -69,7 +69,7 @@
            >
              {{ $t("申请杠杠") }}
            </van-button>
          </van-col>
          </van-col> -->
        </van-row>
        <van-dialog
@@ -244,6 +244,7 @@
              Vue.set(items, "freezeMoneyUSD", item.freezeMoneyUSD);
              Vue.set(items, "symbol", item.symbol);
              Vue.set(items, "symbolCode", item.symbolCode);
              Vue.set(items, "amountToBeCovered", item.amountToBeCovered);
            }
          });
        });
@@ -364,8 +365,8 @@
    },
    handleOutLoginClick() {
      // 退出登录
      MessageBox.confirm(this.$t("hj149") + "?", this.$t("hj165"), {
        confirmButtonText: this.$t("hj161"),
      MessageBox.confirm(this.$t(""), this.$t("hj165"), {
        confirmButtonText: this.$t("qr"),
        cancelButtonText: this.$t("hj106"),
      })
        .then(() => {
@@ -1031,4 +1032,4 @@
input[type="file"] {
  display: none !important;
}
</style>
</style>