From f5e5024b4683f6e5da288b9dc16545c6fc1b274b Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期四, 28 三月 2024 11:50:41 +0800
Subject: [PATCH] 图书分类bug

---
 pages/bookServices/assort/index.wxml |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/pages/bookServices/assort/index.wxml b/pages/bookServices/assort/index.wxml
index 86fdbe9..ea4975a 100644
--- a/pages/bookServices/assort/index.wxml
+++ b/pages/bookServices/assort/index.wxml
@@ -39,10 +39,8 @@
       <view class="side-bar-content" wx:if="{{!listLoding}}">
         <!-- 涓�绾у垎绫� -->
         <view class="tab-top">
-          <scroll-view
-            scroll-x="{{true}}"
+          <view
             class="myScroll"
-            show-scrollbar="{{false}}"
           >
             <view
               wx:for="{{startList}}"
@@ -52,7 +50,7 @@
               data-tabData="{{item}}"
               >{{item.name}}</view
             >
-          </scroll-view>
+          </view>
         </view>
         <!-- 鍐呭 -->
         <scroll-view
@@ -89,7 +87,7 @@
               >
                 <view class="assort-img">
                   <image
-                    src="{{citem.icon ? citem.icon : '/static/images/bookService/assort/book-img.png'}}"
+                    src="{{citem.icon ? citem.icon : '/static/images/default-book-img.png'}}"
                     mode="widthFix"
                   />
                 </view>
@@ -103,7 +101,7 @@
               >
                 <view class="assort-img">
                   <image
-                    src="{{item.icon ? item.icon : '/static/images/bookService/assort/book-img.png'}}"
+                    src="{{item.icon ? item.icon : '/static/images/default-book-img.png'}}"
                     mode="widthFix"
                   ></image>
                 </view>

--
Gitblit v1.9.1