<van-cell-group> <van-cell title="{{item.manualName}}" wx:for="{{list}}" wx:key="index" is-link bind:click="click" data-index="{{index}}"/> </van-cell-group> <van-empty description="暂无信息" wx:if="{{list.length == 0}}"> </van-empty>