更改
无编辑摘要
date = args.date
date = args.date
elseif args.date == '' and self.isTemplatePage then
elseif args.date == '' and self.isTemplatePage then
date = lang:formatDate('Y年n 月')
date = lang:formatDate('Y年n 月j日')
elseif args.time and args.time ~= '' then
elseif args.time and args.time ~= '' then
date = lang:formatDate('Y年n 月', time)
date = lang:formatDate('Y年n 月j日', time)
end
end
if date then
if date then