|
@@ -14,7 +14,7 @@
|
|
|
<u-search placeholder="搜索关键字" bgColor="#fff" v-model="keyword" @search="onSearch" @clear="onSearch"
|
|
|
:showAction="false" />
|
|
|
</view>
|
|
|
- <My_listbox ref="List" @getlist="getList(true)">
|
|
|
+ <My_listbox ref="List" @getlist="getList">
|
|
|
<view style="height: 5px;" />
|
|
|
<navigator :url="'/packageA/affiche/detail?id=' + item.sat_noticeid" class="item" v-for="item in list"
|
|
|
:key="item.sat_noticeid" hover-class="navigator-hover">
|