更新
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
</topBar>
|
||||
<view style="flex: 1;overflow: hidden;">
|
||||
<scroll-view :refresher-triggered='isShow.refresherTriggered' @refresherrefresh='refresherrefresh' :refresher-enabled='true' v-if="listData.length!=0" style="height: 100%;" scroll-y="true" @scrolltolower='scrolltolower'>
|
||||
<listItem @tap='isfn(item)' :item="item" v-for="(item,index) in listData" ></listItem>
|
||||
<listItem @tap='isfn(item)' :item="item" v-for="(item,index) in listData" :key="index"></listItem>
|
||||
<!-- <view v-for="(item,index) in listData" class="form_body">
|
||||
<view @tap="jump(1,item)" class="form_body_item">
|
||||
<view v-if="item.auditMark==0" class="leftTip"></view>
|
||||
|
||||
Reference in New Issue
Block a user