You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.2 KiB
31 lines
1.2 KiB
<view class="m-chart">
|
|
<view class="tooplit"
|
|
wx:if="{{srcData.length>0}}">
|
|
<view class="tooplit-item">
|
|
<text class="ico"
|
|
style="border-bottom-color: #2F93EE; border-bottom-style: solid;"
|
|
><text class="ico-dot" style="background-color: #2F93EE;"></text></text>
|
|
<text class="name">组织活动次数</text>
|
|
</view>
|
|
<view class="tooplit-item">
|
|
<text class="ico"
|
|
style="border-bottom-color: #F56923; border-bottom-style: solid;"
|
|
><text class="ico-dot" style="background-color: #F56923;"></text></text>
|
|
<text class="name">应参加活动次数</text>
|
|
</view>
|
|
<view class="tooplit-item">
|
|
<text class="ico"
|
|
style="border-bottom-color: #FAAA05; border-bottom-style: solid;"
|
|
><text class="ico-dot" style="background-color: #FAAA05;"></text></text>
|
|
<text class="name">活动签到次数</text>
|
|
</view>
|
|
</view>
|
|
|
|
<view id="chart" class="chart-wrap" wx:if="{{srcData.length>0}}">
|
|
<f2 id="f2Chart" wx:if="{{ iniLoaded }}" class="chart"
|
|
opts="{{ opts }}"
|
|
onInit="{{ onInitChart }}" />
|
|
</view>
|
|
|
|
<view wx:else class="hint">{{noneHint}}</view>
|
|
</view>
|