|
|
|
@ -15,7 +15,7 @@
|
|
|
|
|
<van-dropdown-menu active-color="#027AFF">
|
|
|
|
|
<van-dropdown-item id="priceOpt" value="{{ value }}" title="2022年05月">
|
|
|
|
|
<view class="condition">
|
|
|
|
|
<text wx:for="{{priceOpt}}" class="{{index === priceSelected?'active':''}}" data-index="{{index}}" bindtap="priceSel">{{item}}</text>
|
|
|
|
|
<view wx:for="{{priceOpt}}" wx:key="index" class="{{index === priceSelected?'active':''}}" data-index="{{index}}" bindtap="priceSel">{{item}}</view>
|
|
|
|
|
</view>
|
|
|
|
|
</van-dropdown-item>
|
|
|
|
|
<van-dropdown-item value="{{ value1 }}" options="{{ sortOpt }}" title="列表展示" bind:change="dropdownSel" />
|
|
|
|
@ -31,7 +31,7 @@
|
|
|
|
|
</view>
|
|
|
|
|
<view class="list_event" wx:if="{{item.value1===1}}">
|
|
|
|
|
<view class="text">销量排行榜</view>
|
|
|
|
|
<chart-display></chart-display>
|
|
|
|
|
<chart-display></chart-display>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="list_event" wx:else>
|
|
|
|
|
<view class="text">销量排行榜</view>
|
|
|
|
@ -63,14 +63,23 @@
|
|
|
|
|
</view>
|
|
|
|
|
<view style="width: 30%;">
|
|
|
|
|
<view class="volume">{{item.volume}}</view>
|
|
|
|
|
<<<<<<< HEAD
|
|
|
|
|
<view class="trend" >
|
|
|
|
|
=======
|
|
|
|
|
<view class="trend" bindtap="onclick">
|
|
|
|
|
>>>>>>> 29a010892133f077fb8f534c4b4fccd20f4355e3
|
|
|
|
|
<van-icon size="16px" name="arrow" />
|
|
|
|
|
<view>销量趋势</view>
|
|
|
|
|
</view>
|
|
|
|
|
<van-popup show="{{ show }}" position="bottom" custom-style="height: 638rpx;" bind:close="onClose" close-icon="close" close-icon-position="top-left"
|
|
|
|
|
>
|
|
|
|
|
<view>
|
|
|
|
|
<view> 销量趋势</view>
|
|
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
</van-popup>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<!-- </view> -->
|