This commit is contained in:
dylan 2023-06-26 22:06:36 +08:00
parent 1a236875a1
commit 7eb3d4b48a

View File

@ -2157,7 +2157,7 @@ function dwappexpire() {
if (data.code == 200) {
data = data.data.userOperateList.length !== 0 ? new Date(data.data.userOperateList[0].time).toLocaleDateString() : '';
} else {
console.log(data.msg);
//console.log(data.msg);
data = '';
}
}