|
@@ -1,8 +1,9 @@
|
1
|
1
|
import React, { Component } from 'react'
|
2
|
|
-import { View, Text } from '@tarojs/components'
|
|
2
|
+import '../../assets/css/reset.less'
|
|
3
|
+import '../../assets/css/iconfont.less'
|
3
|
4
|
import './index.less'
|
4
|
5
|
|
5
|
|
-export default class Index extends Component {
|
|
6
|
+export default class WoDe extends Component {
|
6
|
7
|
|
7
|
8
|
componentWillMount () { }
|
8
|
9
|
|
|
@@ -16,9 +17,9 @@ export default class Index extends Component {
|
16
|
17
|
|
17
|
18
|
render () {
|
18
|
19
|
return (
|
19
|
|
- <View className='index'>
|
20
|
|
- <Text>Hello world!</Text>
|
21
|
|
- </View>
|
|
20
|
+ <view className='WoDe'>
|
|
21
|
+
|
|
22
|
+ </view>
|
22
|
23
|
)
|
23
|
24
|
}
|
24
|
25
|
}
|