This commit is contained in:
DESKTOP-GMUNQ1B\k 2024-02-29 15:57:17 +08:00
parent 94bedadb9d
commit aee5d1b21d
2 changed files with 10 additions and 26 deletions

View File

@ -391,13 +391,15 @@
"path": "big_classification/index",
"style": {
"navigationBarTitleText": "云仓分类",
"enablePullDownRefresh": true
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
}, {
"path": "small_classification/index",
"style": {
"navigationBarTitleText": "云仓分类",
"enablePullDownRefresh": true
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
}]
},

View File

@ -1,6 +1,6 @@
<template>
<view style="background-color: #f5f5f5;">
<!-- <view style="height: var(--status-bar-height);background-color: red;height: 10vh;">dsfdsfsdfds</view> -->
<view style="height: var(--status-bar-height);"></view>
<view class='productList' :style="viewColor">
<!-- 顶部 -->
<view class="top">
@ -53,22 +53,6 @@
</view>
</block>
</view>
<!-- <view class="right-panel-head">
<view :class="{'active': storeParam.order==''}" @click="set_where('')">综合</view>
<view>
<view :class="{'active': storeParam.order=='sales'}" @click="set_where('sales')">销量</view>
<view :class="{'active': storeParam.order.includes('price')}"
@click="set_where(price_order)">
<text style="margin-right: 5rpx;">价格</text>
<image class="icon" v-if="price_order=='price_asc'&&storeParam.order.includes('price')"
:src="domain+'/static/diy/up'+keyColor+'.png'"></image>
<image class="icon"
v-else-if="price_order=='price_desc'&&storeParam.order.includes('price')"
:src="domain+'/static/diy/down'+keyColor+'.png'"></image>
<image class="icon" v-else src='/static/images/horn.png'></image>
</view>
</view>
</view> -->
<scroll-view scroll-y class="right-panel-view" @scrolltolower="loadMoreRight"
:style="{height:goodsListHeight,overflow:'auto'}">
@ -1051,9 +1035,12 @@
margin-bottom: 30rpx;
text {
display: inline-block;
margin-top: 20rpx;
font-size: 26rpx;
color: #262626;
padding: 0 16rpx;
text-align: center;
}
.left-panel_item_active {
@ -1068,7 +1055,7 @@
bottom: -6rpx;
left: 50%;
transform: translateX(-50%);
width: 120%;
width: 80%;
height: 18rpx;
background: linear-gradient(90deg, #FF8158 0%, rgba(255, 255, 255, 0) 90%);
border-radius: 10rpx;
@ -1867,11 +1854,6 @@
}
.tot_price {
// display: flex;
// margin-left: 42rpx;
// flex-direction: column;
// justify-content: space-between;
.footer-left {
display: flex;
flex-direction: column;
@ -1908,7 +1890,7 @@
font-family: PingFang SC;
font-weight: 500;
color: #FFFFFF;
margin-top: 10rpx;
margin: 20rpx 20rpx 0 0;
}
}