完成加载页、我的奖品页面、答题页逻辑,首页待优化动画

This commit is contained in:
Andy Leong
2024-01-14 02:15:21 +08:00
parent a52ecc1526
commit f2bb4f9efc
30 changed files with 830 additions and 138 deletions

View File

@@ -5,7 +5,9 @@ import { defineStore } from "pinia"
export const useMainStore = defineStore("counter", {
state: () => {
return {
name: '超级管理员'
name: '超级管理员',
prizeCode: 'DKS18',
prizeMoney: '8.88',
}
},
// 相当于computed属性对state进行二次加工