mirror of
https://github.com/6dylan6/jdpro.git
synced 2026-06-13 23:44:29 +00:00
1
This commit is contained in:
parent
1a236875a1
commit
7eb3d4b48a
@ -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 = '';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user