|
@@ -82,7 +82,7 @@ export default class analysis extends Taro.Component {
|
82
|
82
|
<AtTabs className="tab-bar" current={this.state.current} tabList={tabList} onClick={this.handleClick.bind(this)}>
|
83
|
83
|
<AtTabsPane current={this.state.current} index={0} >
|
84
|
84
|
<View>
|
85
|
|
- <LineChart />
|
|
85
|
+ <LineChart source={} />
|
86
|
86
|
<View style="height:20rpx;background:#f5f5f5;"> </View>
|
87
|
87
|
<View style="padding: 40rpx;">
|
88
|
88
|
<View style="font-size: 36rpx;color: #666;margin-bottom:20rpx;">性别</View>
|