|
@@ -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>
|