|
|
@@ -369,9 +369,13 @@
|
|
|
<!--<view class="projects-title">————————— <text style="color: #98a4b0">精选推荐</text> —————————</view>-->
|
|
|
<view class="newprojects-title">
|
|
|
<view class="sortlist">
|
|
|
- <view class="sortlist-item" bindtap="sortchangenormal">热门精选</view>
|
|
|
+ <!-- <view class="sortlist-item" bindtap="sortchangenormal">热门精选</view>
|
|
|
<view class="sortlist-item" bindtap="salesort">销量排行 <image src="../../images/footer/up.png" wx:if="{{sale_sort == 2}}"/><image src="../../images/footer/down.png" wx:if="{{sale_sort == 1}}"/></view>
|
|
|
- <view class="sortlist-item" bindtap="pricesort">价格排序 <image src="../../images/footer/up.png" wx:if="{{price_sort == 2}}"/><image src="../../images/footer/down.png" wx:if="{{price_sort == 1}}"/></view>
|
|
|
+ <view class="sortlist-item" bindtap="pricesort">价格排序 <image src="../../images/footer/up.png" wx:if="{{price_sort == 2}}"/><image src="../../images/footer/down.png" wx:if="{{price_sort == 1}}"/></view> -->
|
|
|
+
|
|
|
+ <!-- 新调整 -->
|
|
|
+ <view class="sortlist-item" bindtap="selectzones" wx:for='{{zones}}' wx:for-item="zonesItem" data-id='{{zonesItem.id}}'>{{zonesItem.name}}</view>
|
|
|
+
|
|
|
</view>
|
|
|
</view>
|
|
|
<view><image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/neverse/goods.png" class="newprojects-titleimg" /></view>
|
|
|
@@ -384,7 +388,7 @@
|
|
|
<view class="project-pack" wx:if="{{item.package}}">
|
|
|
<view class="project-left-pack">
|
|
|
<view class="project-title ellipsisLn" style="min-height: 48rpx;max-height:102">
|
|
|
- <i wx:if="{{!item.use_quan}}" style="display: inline-block;background: #F44336;color: #fff;padding: 0px 5px;font-size: 11px;line-height: 35rpx;margin-right: 10rpx;vertical-align: middle;">特惠</i>
|
|
|
+ <i style="display: inline-block;background: #F44336;color: #fff;padding: 0px 5px;font-size: 11px;line-height: 35rpx;margin-right: 10rpx;vertical-align: middle;">{{item.sale_zone_name}}</i>
|
|
|
{{item.name}}
|
|
|
</view>
|
|
|
|
|
|
@@ -412,7 +416,7 @@
|
|
|
<view class="project" wx:else>
|
|
|
<view class="project-left">
|
|
|
<view class="project-title ellipsisLn">
|
|
|
- <i wx:if="{{!item.use_quan}}" style="display: inline-block;background: #F44336;color: #fff;padding: 0px 5px;font-size: 11px;line-height: 35rpx;margin-right: 10rpx;vertical-align: middle;">特惠</i>
|
|
|
+ <i style="display: inline-block;background: #F44336;color: #fff;padding: 0px 5px;font-size: 11px;line-height: 35rpx;margin-right: 10rpx;vertical-align: middle;">{{item.sale_zone_name}}</i>
|
|
|
{{item.name}}
|
|
|
</view>
|
|
|
|
|
|
@@ -444,7 +448,7 @@
|
|
|
<video class="project-video" custom-cache="{{false}}" bindtap='videoTap' data-index="{{index}}" id='video{{index}}' show-fullscreen-btn="{{false}}" enable-progress-gesture="{{false}}" src="{{item.video_url}}" controls="{{false}}" show-center-play-btn='{{false}}'>
|
|
|
<cover-image class="playImg" src="../../images/footer/play.png" wx:if="{{!item.video_play}}"></cover-image>
|
|
|
</video>
|
|
|
- <view class="project-title ellipsisLn"><i wx:if="{{!item.use_quan}}" style="display: inline-block;background: #F44336;color: #fff;padding: 0px 5px;font-size: 11px;line-height: 35rpx;margin-right: 10rpx;vertical-align: middle;">特惠</i>{{item.name}}</view>
|
|
|
+ <view class="project-title ellipsisLn"><i style="display: inline-block;background: #F44336;color: #fff;padding: 0px 5px;font-size: 11px;line-height: 35rpx;margin-right: 10rpx;vertical-align: middle;">{{item.sale_zone_name}}</i>{{item.name}}</view>
|
|
|
<view class="project-price" style="color: #999;text-decoration: line-through;font-size: 23rpx;">零售价:<currency symbol="¥" value="{{item.user_sale_price}}" /><!-- <currency symbol="¥" value="{{item.price}}" wx:if="{{balance === 0 || balance < item.price}}"></currency><text wx:if="{{balance !== 0 && balance >= item.price}}" class="project-point">{{item.price}}提货券</text> --></view>
|
|
|
<view class="project-price" style="float: left;font-size:35rpx;"><currency symbol="¥" value="{{item.price}}" /><!-- <currency symbol="¥" value="{{item.price}}" wx:if="{{balance === 0 || balance < item.price}}"></currency><text wx:if="{{balance !== 0 && balance >= item.price}}" class="project-point">{{item.price}}提货券</text> --></view>
|
|
|
<view class="project-count">已售{{item.sold_count}}件</view>
|