change
This commit is contained in:
@@ -64,9 +64,6 @@
|
||||
dataList: []
|
||||
};
|
||||
},
|
||||
onPageScroll(e) {
|
||||
this.$refs.UT.topData(e.scrollTop)
|
||||
},
|
||||
onLoad (options) {
|
||||
this.title = options.title
|
||||
},
|
||||
@@ -84,7 +81,7 @@
|
||||
async _woodenBoxPoint (e) {
|
||||
let res = await woodenBoxPoint(this.val1)
|
||||
if (res.content.length) {
|
||||
this.dataList = [...this.dataList, ...res.content]
|
||||
this.dataList = [...res.content]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user