1
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
<template>
|
||||
<view class="flex-column-start shop-container">
|
||||
<view class="shop-header">
|
||||
<view class="status-bar" :style="{ height: statusBarHeight + 'px' }"></view>
|
||||
<view class="status-bar" style="height:54px;"></view>
|
||||
<view class="header-content">
|
||||
<view class="search-bar" :style="{ width: searchBarWidth + 'rpx' }" @click="jumpToSearch">
|
||||
<view class="search-bar" @click="jumpToSearch">
|
||||
<text class="search-icon">🔍</text>
|
||||
<text class="search-placeholder">猫猫主粮</text>
|
||||
</view>
|
||||
@ -29,7 +29,7 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<scroll-view class="shop-content" :style="{ paddingTop: headerHeight + 'rpx' }" scroll-y
|
||||
<scroll-view class="shop-content" style="padding-top:141px;" scroll-y
|
||||
:refresher-enabled="true" :refresher-triggered="refreshTriggered" @refresherrefresh="onRefresh"
|
||||
@scrolltolower="onLoadMore">
|
||||
<view>
|
||||
|
||||
Reference in New Issue
Block a user