@@ -92,12 +92,10 @@ export default class ScheduleFlatItem extends Component<Props> {
/**
使用方法
- <CourseTitle
- width={150}
- height={50}
- title="学前"
- backPress={() => this.goBack()}
- sharedpress={() => alert("点击分享")}
- />
+ <ScheduleFlatItem
+ width={this.getWindowWidth() * 0.95}
+ height={60}
+ data={data}
+ />
*/
@@ -46,8 +46,8 @@ export default class SchedulePage extends BasePage {
<CourseTitle
width={this.getWindowWidth()}
title="第12周 爱上幼儿园"
- // backPress={() => this.goBack()}
- backPress={() => alert("点击返回")}
+ backPress={() => this.goBack()}
+ // backPress={() => alert("点击返回")}
sharedpress={() => alert("点击分享")}
/>
</View>