parent
6a95c74d17
commit
e93300a0d5
@ -1,18 +1,27 @@
|
|||||||
<view>
|
<view>
|
||||||
<!-- 时间组件 -->
|
<!-- 时间组件 -->
|
||||||
<time-component></time-component>
|
<time-component></time-component>
|
||||||
<view class="brand">
|
<view class="brand">
|
||||||
<view class="text">性别</view>
|
|
||||||
<c-echars showChart="{{showChart}}" canvasId="modelbar-canvas" chartId="modelbar" chartOption="{{sexOption}}" height="100%"></c-echars>
|
<c-echars showChart="{{showChart}}" canvasId="modelbar-canvas" chartId="modelbar" chartOption="{{sexOption}}" height="100%"></c-echars>
|
||||||
|
<view class="text">性别</view>
|
||||||
|
|
||||||
|
<view class="statistical">
|
||||||
|
|
||||||
|
<view class="annotation">
|
||||||
|
|
||||||
|
</view>
|
||||||
|
<view>123</view>
|
||||||
|
</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
<view class="brand">
|
<view class="brand">
|
||||||
<view class="text">认证</view>
|
<view class="text">认证</view>
|
||||||
|
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
<view class="brand">
|
<view class="brand">
|
||||||
<view class="text">地区</view>
|
<view class="text">地区</view>
|
||||||
|
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
Loading…
Reference in new issue