|
|
@@ -9,6 +9,8 @@ definePage({
|
|
|
style: {
|
|
|
navigationBarTitleText: '商品列表',
|
|
|
navigationStyle: 'custom',
|
|
|
+ backgroundColor: '#F4FFD1',
|
|
|
+ backgroundColorTop: '#F4FFD1',
|
|
|
},
|
|
|
})
|
|
|
const { name } = storeToRefs(useAddressStore())
|
|
|
@@ -62,7 +64,7 @@ function handleSortList(id: number) {
|
|
|
</template>
|
|
|
</wd-navbar>
|
|
|
<view class="sticky left-0 top-0 z-9 box-border h400rpx bg-#F4FFD1 py20rpx" :style="{ paddingTop: `${(Number(statusBarHeight) || 44) + MenuButtonHeight + 12}px` }">
|
|
|
- <scroll-view scroll-x class="scrollx w-full flex-shrink-0 whitespace-nowrap pl24rpx">
|
|
|
+ <scroll-view scroll-x class="scrollx box-border w-full flex-shrink-0 whitespace-nowrap pl24rpx">
|
|
|
<view class="flex items-end pb10rpx">
|
|
|
<view v-for="item, idx in classfiylist" :key="idx" class="mr24rpx flex flex-col items-center justify-center" @click="handleTopNavChange(idx)">
|
|
|
<image
|
|
|
@@ -81,7 +83,7 @@ function handleSortList(id: number) {
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view v-for="item in 10" :key="item" class="mb20rpx box-border w-full flex justify-between bg-white p24rpx">
|
|
|
+ <view v-for="item in 10" :key="item" class="mb20rpx box-border w-full flex justify-between overflow-hidden bg-white p24rpx">
|
|
|
<image
|
|
|
:src="`${StaticUrl}/shu.png`"
|
|
|
class="h160rpx w160rpx flex-shrink-0 rounded-32rpx"
|