1
0
mirror of https://github.com/6dylan6/jdpro.git synced 2026-05-06 13:43:05 +08:00

Compare commits

...

2 Commits

Author SHA1 Message Date
dylan 7eb3d4b48a 1 2023-06-26 22:06:36 +08:00
dylan 1a236875a1 1 2023-06-26 19:42:21 +08:00
2 changed files with 1 additions and 22 deletions
+1 -1
View File
@@ -2157,7 +2157,7 @@ function dwappexpire() {
if (data.code == 200) { if (data.code == 200) {
data = data.data.userOperateList.length !== 0 ? new Date(data.data.userOperateList[0].time).toLocaleDateString() : ''; data = data.data.userOperateList.length !== 0 ? new Date(data.data.userOperateList[0].time).toLocaleDateString() : '';
} else { } else {
console.log(data.msg); //console.log(data.msg);
data = ''; data = '';
} }
} }
-21
View File
File diff suppressed because one or more lines are too long