Files
CNCEC_APP/unpackage/dist/dev/mp-weixin/components/chartCard.wxml
T
zhangkai 925e9f1876 2026.3.26
使用ucharts图表,兼容app
每个图表组件添加:canvas2d="false"
加载方法改成onMounted
2026-03-26 14:49:26 +08:00

1 line
404 B
Plaintext

<view class="coust-chart box-shadow" style="{{'height:' + g + ';' + ('background:' + h) + ';' + ('margin:' + i) + ';' + ('padding:' + j)}}"><view wx:if="{{a}}" class="coust-chart-tit" style="{{'color:' + c + ';' + ('border-bottom:' + d)}}">{{b}}</view><view hidden="{{!f}}" class="coust-loading"><u-loading wx:if="{{e}}" u-i="f19ebd56-0" bind:__l="__l" u-p="{{e}}"></u-loading></view><slot></slot></view>