Commit dcb5ea4b by liang ce

修改scroll定位

parent 79443252
......@@ -65,17 +65,18 @@ create.Component({
that.setData(
{
scheduleList: scheduleList,
todayStr: finalDate.toLocaleDateString(),
thisYear: year,
maxYear: year,
startPageOnShow: true,
isFirstLoad: false
},
() => {
that.setData({
todayStr: finalDate.toLocaleDateString()
});
}
// ,
// () => {
// that.setData({
// });
// }
);
}
);
......
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