6 lines
304 B
Plaintext
6 lines
304 B
Plaintext
|
<!--index.wxml-->
|
||
|
<view style="width:100rpx;height:100rpx;background:pink;position: fixed;top:0;left:0;z-index:999999;" catchtap="qiehuan">切换数据</view>
|
||
|
<view class="container">
|
||
|
<ec-canvas style="width: 100%; height: 100%;" id="mychart" canvas-id="mychart" ec="{{ ec }}"></ec-canvas>
|
||
|
</view>
|