Skip to content

Commit b9ef417

Browse files
committed
chore:11月6日
1 parent 32a1027 commit b9ef417

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

docs/alipay/index.vue

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,63 @@ import { ref, reactive, computed, onMounted } from 'vue'
9191
9292
// 响应式数据
9393
const records = ref([
94+
// {
95+
// date: '2025.11.2',
96+
// week: "星期五",
97+
// period: '56',
98+
// status: '1',
99+
// index: 70,
100+
// },
101+
{
102+
date: '2025.11.6',
103+
week: "星期四",
104+
period: '55',
105+
status: '1',
106+
index: 69,
107+
},
108+
{
109+
date: '2025.11.5',
110+
week: "星期三",
111+
period: '54',
112+
status: '1',
113+
index: 68,
114+
},
115+
{
116+
date: '2025.11.4',
117+
week: "星期二",
118+
period: '53',
119+
status: '1',
120+
index: 67,
121+
},
122+
{
123+
date: '2025.11.3',
124+
week: "星期一",
125+
period: '52',
126+
status: '1',
127+
index: 66,
128+
},
129+
{
130+
date: '2025.11.2',
131+
week: "星期日",
132+
period: '51',
133+
status: '1',
134+
index: 65,
135+
},
136+
{
137+
date: '2025.11.1',
138+
week: "星期六",
139+
period: '50',
140+
status: '1',
141+
index: 64,
142+
},
143+
{
144+
date: '2025.10.31',
145+
week: "星期五",
146+
period: '49',
147+
status: '1',
148+
index: 63,
149+
isreward: "1"
150+
},
94151
{
95152
date: '2025.10.30',
96153
week: "星期四",

0 commit comments

Comments
 (0)