绿满眶商城微信小程序-uniapp
zxl
2025-08-05 5fdb1bbeaf94343144f173745e5a470ab440ccf9
components/TopBar.vue
@@ -1,5 +1,5 @@
<template>
   <view class="top-bar" :style="{paddingTop: statusBarHeight + 'rpx'}">
   <view class="top-bar" :style="{paddingTop: statusBarHeight + 'px'}">
      <view class="top-bar-content">
         <!-- 标题列表 -->
         <scroll-view class="title-scroll" scroll-x="true" scroll-with-animation :scroll-left="scrollLeft">
@@ -39,7 +39,7 @@
            scrollLeft: 0,
            titleList: [
               {
                  index: 'home',
                  index: 'home1',
                  pagePath: '/pages/tabbar/index/home',
                  title: '推荐'
               },
@@ -108,7 +108,7 @@
      
      .top-bar .title-scroll {
         width: 100%;
         height: 80rpx;
         height: 40px;
         white-space: nowrap;
      }