SunshineLnsMinApp/pages/myTranslate/myTranslate.js
@@ -57,6 +57,8 @@ if (res.data.code == 0) { (res.data.data.content).forEach(e => { (e.createTime) = app.formatDate(e.createTime) e.startTime ? (e.startTime) = app.formatDate(e.startTime) : '' e.endTime ? (e.endTime) = app.formatDate(e.endTime || '') : "" switch (e.activityType) { case 'act_1': e.activityType = '南检活动';