修改配色,修改功能
This commit is contained in:
@@ -34,7 +34,27 @@ Page({
|
||||
todayLunar: '',
|
||||
todayGanZhi: '',
|
||||
todayAnimal: '',
|
||||
todayTerm: ''
|
||||
todayTerm: '',
|
||||
showHelp: false
|
||||
},
|
||||
|
||||
onShareAppMessage() {
|
||||
return {
|
||||
title: '实用的日期推算与农历转换工具',
|
||||
path: '/pages/date-calc/date-calc'
|
||||
}
|
||||
},
|
||||
|
||||
onShareTimeline() {
|
||||
return {
|
||||
title: '实用的日期推算与农历转换工具'
|
||||
}
|
||||
},
|
||||
|
||||
toggleHelp() {
|
||||
this.setData({
|
||||
showHelp: !this.data.showHelp
|
||||
});
|
||||
},
|
||||
|
||||
onLoad() {
|
||||
|
||||
Reference in New Issue
Block a user