jhzh
2025-02-27 0567b5df7f594fcf170627f2921e1eeefe8c80ab
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"
@@ -423,7 +423,7 @@
          });
        });
        const arr = data.data.filter((item) => item.accectType === "ALL");
        const arr = data.data.filter((item) => item.accectType === "IN");
        this.asstesAll = arr[0].totalMoney;
      }
    },