更换分享
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user