绑定vip账号

This commit is contained in:
yuyongdong 2024-10-17 14:11:40 +08:00
parent 4bd46cb11d
commit df1ec71ac8
2 changed files with 6 additions and 6 deletions

View File

@ -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) {

View File

@ -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;