Authored by 郭成尧

current

... ... @@ -21,7 +21,7 @@ class GradeDetailPage extends Page {
dataZoom: [{
type: 'inside',
startValue: '2月',
endValue: '6月',
endValue: '6 月',
zoomLock: true,
zoomOnMouseWheel: false,
filterMode: 'none'
... ... @@ -66,11 +66,14 @@ class GradeDetailPage extends Page {
fontSize: 14
}
}, {
value: '6月',
value: '6 月',
textStyle: {
color: '#000',
fontSize: 18,
backgroundColor: '#fff'
padding: 2,
backgroundColor: {
image: 'http://cdn.yoho.cn/grade/yuefen@2x.png'
}
}
}],
... ...