fix(solar-terms): 修复 loadTerms 缺少闭合括号导致 CI 上传失败
Publish Mini Program Dev Version / publish (push) Successful in 3m11s
Publish Mini Program Dev Version / publish (push) Successful in 3m11s
This commit is contained in:
@@ -32,6 +32,8 @@ Page({
|
||||
// 按日期排序
|
||||
terms.sort((a, b) => new Date(a.date) - new Date(b.date));
|
||||
this.setData({ terms });
|
||||
},
|
||||
|
||||
onShareAppMessage() {
|
||||
return {
|
||||
title: '二十四节气 - 节气查询',
|
||||
|
||||
Reference in New Issue
Block a user