|
|
|
@ -104,7 +104,7 @@
|
|
|
|
|
</van-tab>
|
|
|
|
|
</van-tabs>
|
|
|
|
|
|
|
|
|
|
<van-popup show="{{ show }}" position="bottom" custom-style="height: 40%;" bind:close="onClose" lock-scroll="{{false}}">
|
|
|
|
|
<page-container show="{{ show }}" position="bottom" custom-style="height: 40%;" bind:close="onClose" lock-scroll="{{false}}">
|
|
|
|
|
<view class="detail-page">
|
|
|
|
|
<view style="display: flex;">
|
|
|
|
|
<view class="qushi">销量趋势</view>
|
|
|
|
@ -114,7 +114,7 @@
|
|
|
|
|
</view>
|
|
|
|
|
<view class="pinlai">{{models}}销量趋势</view>
|
|
|
|
|
<view class="brand_tu">
|
|
|
|
|
<c-echars flocShow="{{false}} " showChart="{{showChart}}" canvasId="tonalitybar-canvas" chartId="tonalitybar" chartOption="{{positiveOption}}" width="100%" height='100%'></c-echars>
|
|
|
|
|
<c-echars wx:if="{{show}}" flocShow="{{false}} " showChart="{{showChart}}" canvasId="tonalitybar-canvas" chartId="tonalitybar" chartOption="{{positiveOption}}" width="100%" height='100%'></c-echars>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</van-popup>
|
|
|
|
|
</page-container>
|