Commit c2fa4c08 authored by sujie@126.com's avatar sujie@126.com

ddd

parent c1aec815
......@@ -405,11 +405,12 @@ Page({
} catch (error) {
_content = []
}
if (this.numberDate(startD) == this.numberDate(endD)) {
enableDays([this.numberDate(startD)])
} else {
enableArea([this.numberDate(startD), this.numberDate(endD)])
}
this.getBetweenDateStr(startD,endD)
// if (this.numberDate(startD) == this.numberDate(endD)) {
// enableDays([this.numberDate(startD)])
// } else {
// enableArea([this.numberDate(startD), this.numberDate(endD)])
// }
this.setData({
params: {
type: data.type,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment