From e24dc5114225910f98f46f31c6d55cace479f236 Mon Sep 17 00:00:00 2001 From: huangjinming Date: Thu, 17 Nov 2022 19:14:28 +0800 Subject: [PATCH] merge --- public/desktop.html | 27 +++++++++++-------- public/mobile.html | 45 +++++++++++++++++++++----------- src/views/mobile/RankingList.vue | 4 +-- 3 files changed, 48 insertions(+), 28 deletions(-) diff --git a/public/desktop.html b/public/desktop.html index 0209e81..3eb3a75 100755 --- a/public/desktop.html +++ b/public/desktop.html @@ -226,17 +226,22 @@ >
What is the reward for Rally Program?
@@ -235,18 +237,27 @@ >
What is the reward for Rally Program?
How to claim your reward?
How to play CEBG?
Please check Medium - + >Please check Medium { console.log("success", res.data); this.userinfo = res.data; - this.discord = res.data.discord; - this.twitter = res.data.twitter; + this.discord = this.formatAddress (res.data.discord); + this.twitter =this.formatAddress (res.data.twitter); this.cp_url = `${CP_URL_BASE}${this.userinfo.invite_code}`; }) .catch((err) => {