纸通宝小程序
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.
 

22 lines
1.1 KiB

<cu-custom bgColor="bg-white" isBack="{{true}}">
<view slot="content">价格指数</view>
</cu-custom>
<wux-skeleton active wx:if="{{!chartList}}">
<view class="bg-white flex flex-justify" style="padding:24rpx 0rpx 24rpx 30rpx">
<wux-skeleton-paragraph rounded rows="1" wux-class="case-class" />
<wux-skeleton-paragraph rounded rows="1" wux-class="case2-class" />
</view>
<view class="bg-white flex flex-justify" style="padding:4rpx 0rpx 24rpx 30rpx">
<wux-skeleton-paragraph rounded rows="7" wux-class="case3-class" />
</view>
</wux-skeleton>
<view class="container" style="padding:20rpx 30rpx;" wx:else>
<view class="flex flex-justify" style="margin-bottom:20rpx">
<view class="text-bold text-df" style="color:#333333">千鸟纸价</view>
<view class="text-gray text-df" bindtap="toPaperList">选择品类<text class="cuIcon-right" style="font-size:14px"></text>
</view>
</view>
<canvas canvas-id="lineChart" disable-scroll="true" class="canvas" bindtouchstart="touchHandler"
bindtouchmove="moveHandler" bindtouchend="touchEndHandler" />
</view>