|
@@ -17,18 +17,8 @@ import {
|
|
|
} from "react-native";
|
|
|
|
|
|
import VideoExplain from './components/VideoExplain'
|
|
|
-
|
|
|
-class CourseList extends Component {
|
|
|
- render() {
|
|
|
- return (
|
|
|
- <View style={styles.courseList}>
|
|
|
- <View style={[styles.padding, styles.title]}>
|
|
|
-
|
|
|
- </View>
|
|
|
- </View>
|
|
|
- );
|
|
|
- }
|
|
|
-}
|
|
|
+import CourseListRow from './components/CourseListRow'
|
|
|
+import CourseListLine from './components/CourseListLine'
|
|
|
|
|
|
export default class CourseDetails extends Component {
|
|
|
render() {
|
|
@@ -40,6 +30,7 @@ export default class CourseDetails extends Component {
|
|
|
uri={'http://chimee.org/vod/1.mp4'}
|
|
|
/>
|
|
|
<CourseListRow title={'课件'}></CourseListRow>
|
|
|
+ <CourseListLine title={'课件'}></CourseListLine>
|
|
|
</ScrollView>
|
|
|
);
|
|
|
}
|