mirror of
https://gitee.com/openharmony/applications_settings
synced 2024-11-24 06:50:04 +00:00
1.去掉注释
Signed-off-by: 李福珍 <lifz0125@thundersoft.com>
This commit is contained in:
parent
27830d0b65
commit
356217a395
@ -26,12 +26,12 @@ globalThis.$globalT = null;
|
||||
|
||||
export default {
|
||||
data: {
|
||||
date: '', //The date displayed on the current page
|
||||
time: '', //The time displayed on the current page
|
||||
date: '',
|
||||
time: '',
|
||||
currentDate: '',
|
||||
currentTime: '',
|
||||
innerTitle: '', //Title information on the time frame
|
||||
intervalFlag: '', //Timer flag
|
||||
innerTitle: '',
|
||||
intervalFlag: '',
|
||||
dateAndTimeList: [],
|
||||
dateAndTimeListData: 'dateAndTimeList',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user