This commit is contained in:
2024-08-26 22:56:29 +08:00
parent 3a160fabfe
commit 2cdbd5c22d
18 changed files with 4968 additions and 484 deletions

View File

@@ -2,7 +2,7 @@
<!-- <navigation-bar title="Weixin" back="{{false}}" color="black" background="#3c8bf6"></navigation-bar> -->
<list-nav-bar title="{{categoryName}}" background="#3c8bf6" showNavBtn="{{true}}"></list-nav-bar>
<scroll-view style="height: 100%; overflow:hidden;" scroll-y type="list">
<scroll-view bindscrolltolower="bindDownLoad" style="height: {{scrollHeight}}px; overflow:hidden;" scroll-y type="list">
<view class="container">
<block wx:for="{{list}}" wx:for-index="index" wx:for-item="itemArt">
<view class="card" bind:tap="jumpPage" data-aid="{{itemArt.id}}" data-jumpType="2">
@@ -11,7 +11,6 @@
<text class="title">{{itemArt.title}}</text>
</view>
<view class="details">
<!-- 查看详情 -->
<text class="group-item-header-tip-txt">查看详情</text>
<image class="details-icon" src="../../images/jt.png"></image>
</view>