| | |
| | | <!--图书服务分类--> |
| | | <page-meta style="width: 100vw; overflow: hidden"> |
| | | <view class="page-header"> |
| | | <!-- 搜索框 --> |
| | | <view class="search"> |
| | |
| | | <view class="side-bar-content" wx:if="{{!listLoding}}"> |
| | | <!-- 一级分类 --> |
| | | <view class="tab-top"> |
| | | <view |
| | | class="myScroll" |
| | | > |
| | | <view class="myScroll"> |
| | | <view |
| | | wx:for="{{startList}}" |
| | | wx:key="id" |
| | |
| | | <view class="assort-img"> |
| | | <image |
| | | src="{{citem.icon ? citem.icon : '/static/images/default-book-img.png'}}" |
| | | mode="widthFix" |
| | | mode="aspectFit" |
| | | /> |
| | | </view> |
| | | <view class="classify">{{citem.name}}</view> |
| | |
| | | <view class="assort-img"> |
| | | <image |
| | | src="{{item.icon ? item.icon : '/static/images/default-book-img.png'}}" |
| | | mode="widthFix" |
| | | ></image> |
| | | mode="aspectFit" |
| | | /> |
| | | </view> |
| | | <text class="classify">全部</text> |
| | | </view> |
| | |
| | | /> |
| | | </view> |
| | | </view> |
| | | </page-meta> |