From fc7d0349dccc3dfa939ee3385a3f2c7a00c97832 Mon Sep 17 00:00:00 2001 From: huangjinming Date: Thu, 17 Nov 2022 17:00:00 +0800 Subject: [PATCH] merge --- src/views/mobile/RankingList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/mobile/RankingList.vue b/src/views/mobile/RankingList.vue index 7df5980..e62ea54 100644 --- a/src/views/mobile/RankingList.vue +++ b/src/views/mobile/RankingList.vue @@ -203,7 +203,7 @@ export default { this.address = this.formatAddress(AppModule.account); this.$axios .post(process.env.VUE_APP_API_HOST + "/aa1/user_info", { - account: "0x8150be5b11Aa7d75a5e36F752d43727277848659", + account: AppModule.account, }) .then((res) => { console.log("success", res.data); @@ -218,7 +218,7 @@ export default { }); this.$axios .post(process.env.VUE_APP_API_HOST + "/aa1/list_event_log", { - account: "0x8150be5b11Aa7d75a5e36F752d43727277848659", + account: AppModule.account, }) .then((res) => { console.log("success", res.data);