mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 16:35:53 +08:00
展示问题
This commit is contained in:
@@ -484,9 +484,8 @@ export default {
|
||||
records.length
|
||||
? (this.loadRecord.status = 1)
|
||||
: (this.loadRecord.status = 2);
|
||||
|
||||
this.$nextTick(() => {
|
||||
if (data.record_id == 0) {
|
||||
if (data.record_id == 0 || !data.record_id) {
|
||||
el.scrollTop = el.scrollHeight
|
||||
} else {
|
||||
el.scrollTop = el.scrollHeight - scrollHeight
|
||||
|
||||
Reference in New Issue
Block a user