|
@@ -14,6 +14,8 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</scroll-view>
|
|
</scroll-view>
|
|
|
|
+ </view>
|
|
|
|
+ <view style="height: 180rpx;"></view>
|
|
<view class="paixuBox">
|
|
<view class="paixuBox">
|
|
<view class="paixuLine" @click="defaultpx" :class="{pxActive:defaultpxActive}">
|
|
<view class="paixuLine" @click="defaultpx" :class="{pxActive:defaultpxActive}">
|
|
默认排序
|
|
默认排序
|
|
@@ -55,7 +57,7 @@
|
|
<view class="hotGoodsLineRIght">
|
|
<view class="hotGoodsLineRIght">
|
|
<view class="goodsName">{{item.name}}</view>
|
|
<view class="goodsName">{{item.name}}</view>
|
|
<view class="Sold" >
|
|
<view class="Sold" >
|
|
- <view v-if="item.showLabel&&item.showLabel.indexOf('2')!=-1">
|
|
|
|
|
|
+ <view v-if="item.showLabel&&item.showLabel.indexOf('3')!=-1">
|
|
已售 {{item.saleQty}}
|
|
已售 {{item.saleQty}}
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -63,14 +65,16 @@
|
|
<view class="goodsPrice1">{{item.saleLabel}}</view>
|
|
<view class="goodsPrice1">{{item.saleLabel}}</view>
|
|
<view class="goodsPrice2">¥</view>
|
|
<view class="goodsPrice2">¥</view>
|
|
<view class="goodsPrice3">{{item.salePrice?item.salePrice:item.scribingPrice}}</view>
|
|
<view class="goodsPrice3">{{item.salePrice?item.salePrice:item.scribingPrice}}</view>
|
|
- <view class="goodsPrice4" v-if="item.salePrice&&item.scribingPrice">¥{{item.scribingPrice}}</view>
|
|
|
|
|
|
+ <view class="goodsPrice4" v-if="item.showLabel&&item.scribingPrice">
|
|
|
|
+ <span v-if="item.showLabel.indexOf('1')!=-1">¥{{item.scribingPrice}}</span>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<nodata v-if="list.length==0"></nodata>
|
|
<nodata v-if="list.length==0"></nodata>
|
|
</view>
|
|
</view>
|
|
</scroll-view>
|
|
</scroll-view>
|
|
- </view>
|
|
|
|
|
|
+
|
|
|
|
|
|
<!-- 手机号授权 -->
|
|
<!-- 手机号授权 -->
|
|
<view class="authorizBox" v-if="authorizShow" @click="authorizShow=false">
|
|
<view class="authorizBox" v-if="authorizShow" @click="authorizShow=false">
|
|
@@ -114,7 +118,7 @@
|
|
orderBy:'',
|
|
orderBy:'',
|
|
list:[],
|
|
list:[],
|
|
defaultImg: require("../../static/timg/noimg.png"),
|
|
defaultImg: require("../../static/timg/noimg.png"),
|
|
- defaultpxActive:true,
|
|
|
|
|
|
+ defaultpxActive:false,
|
|
authorizShow:false,
|
|
authorizShow:false,
|
|
code:'',
|
|
code:'',
|
|
wxOpenData:'',
|
|
wxOpenData:'',
|
|
@@ -256,6 +260,7 @@
|
|
this.getlistOpenGoodsPage()
|
|
this.getlistOpenGoodsPage()
|
|
},
|
|
},
|
|
defaultpx(){
|
|
defaultpx(){
|
|
|
|
+ this.defaultpxActive=true;
|
|
this.order='';
|
|
this.order='';
|
|
this.orderBy='';
|
|
this.orderBy='';
|
|
this.salessort=false;
|
|
this.salessort=false;
|
|
@@ -356,6 +361,13 @@
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style scoped lang="less">
|
|
<style scoped lang="less">
|
|
|
|
+.topbox{
|
|
|
|
+ position: fixed;
|
|
|
|
+ width: 750rpx;
|
|
|
|
+ top: -1rpx;
|
|
|
|
+ left: 0;
|
|
|
|
+ z-index: 11;
|
|
|
|
+}
|
|
.inputCh{
|
|
.inputCh{
|
|
width:40rpx;
|
|
width:40rpx;
|
|
height: 40rpx;
|
|
height: 40rpx;
|
|
@@ -413,6 +425,10 @@ z-index: 11;
|
|
.scroll-Y{
|
|
.scroll-Y{
|
|
background: #ffffff;
|
|
background: #ffffff;
|
|
width: 750rpx;
|
|
width: 750rpx;
|
|
|
|
+
|
|
|
|
+}
|
|
|
|
+.goodsBox{
|
|
|
|
+ min-height: calc(100vh - 280rpx);
|
|
}
|
|
}
|
|
.classificationBox{
|
|
.classificationBox{
|
|
display: flex;
|
|
display: flex;
|
|
@@ -438,6 +454,7 @@ z-index: 11;
|
|
margin-top: 20rpx;
|
|
margin-top: 20rpx;
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
justify-content: space-around;
|
|
|
|
+ border-bottom: 1px solid #EEEEEE;
|
|
}
|
|
}
|
|
.paixuLine{
|
|
.paixuLine{
|
|
line-height: 37rpx;font-size: 26rpx;color: #666666;padding-top: 18rpx;
|
|
line-height: 37rpx;font-size: 26rpx;color: #666666;padding-top: 18rpx;
|