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