绑定vip账号
This commit is contained in:
parent
4bd46cb11d
commit
df1ec71ac8
@ -214,11 +214,11 @@ const navList = reactive([
|
||||
id: 7,
|
||||
name: "CLAIM",
|
||||
path: "/claim",
|
||||
},
|
||||
{
|
||||
id: 8,
|
||||
name: "STAKING",
|
||||
path: "/",
|
||||
// },
|
||||
// {
|
||||
// id: 8,
|
||||
// name: "STAKING",
|
||||
// path: "/",
|
||||
},
|
||||
]);
|
||||
function click(event) {
|
||||
|
@ -184,7 +184,7 @@ const getCecData = async () => {
|
||||
};
|
||||
|
||||
const getCode = () => {
|
||||
const TIME_COUNT = 3;
|
||||
let TIME_COUNT = 3;
|
||||
if (!timer.value) {
|
||||
count.value = TIME_COUNT;
|
||||
// this.show = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user