|
@@ -34,6 +34,7 @@
|
|
|
</view>
|
|
|
<view class="chart-list-wrap" v-else>
|
|
|
<drag
|
|
|
+ v-if="list.length>0"
|
|
|
ref="chartDragIns"
|
|
|
generic:item="chart-item"
|
|
|
:columns="2"
|
|
@@ -154,7 +155,7 @@ export default {
|
|
|
},
|
|
|
onShareAppMessage(res) {
|
|
|
return {
|
|
|
- title: '弘则研报',
|
|
|
+ title: 'ETA图库',
|
|
|
path: ''
|
|
|
}
|
|
|
},
|
|
@@ -164,6 +165,8 @@ export default {
|
|
|
methods: {
|
|
|
// 获取列表
|
|
|
async getList(){
|
|
|
+ this.scrollTop=0
|
|
|
+ this.pageMetaScrollTop=0
|
|
|
const res=await apiChartList({
|
|
|
Page:this.page,
|
|
|
Limit:20,
|