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));
|
terms.sort((a, b) => new Date(a.date) - new Date(b.date));
|
||||||
this.setData({ terms });
|
this.setData({ terms });
|
||||||
|
},
|
||||||
|
|
||||||
onShareAppMessage() {
|
onShareAppMessage() {
|
||||||
return {
|
return {
|
||||||
title: '二十四节气 - 节气查询',
|
title: '二十四节气 - 节气查询',
|
||||||
|
|||||||
Reference in New Issue
Block a user