更换分享

This commit is contained in:
XGL-THINKPAD-X1\rucky
2024-01-18 18:10:08 +08:00
parent d9ec9fbbc6
commit cac9a17d36
4 changed files with 34 additions and 7 deletions

View File

@@ -45,13 +45,16 @@ onMounted(() => {
duration: 0.2,
autoAlpha: 1,
onComplete: () => {
getMyPrize({}, userStore.token).then(
if(import.meta.env.VITE_MODE!='dev'){
getMyPrize({}, userStore.token).then(
res => {
if (res.code == 0) {
console.log('我的奖品', res);
}
}
)
}
Preloader({
name: "内页资源",
imgs: pageImg,