mirror of
https://github.com/6dylan6/jdpro.git
synced 2026-05-03 19:33:05 +08:00
1
This commit is contained in:
+1
-1
@@ -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 = '';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user