liuyongli 3 years ago
parent caf0edd5d8
commit 0df98c7b96

@ -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>

@ -198,7 +198,7 @@
/* 弹出框 */
.brand_tu {
position: relative;
/* position: relative; */
width: 100%;
height: 390rpx;
text-align: center;

Loading…
Cancel
Save