ok
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user