@@ -225,9 +225,11 @@
share:false,
}
this.dialogList = [...this.dialogList,...[qa]];
- uni.pageScrollTo({ scrollTop: 99999, duration: 300});
- this.sendRequestWithRetry();
- this.question = '';
+ this.$nextTick(()=>{
+ uni.pageScrollTo({ scrollTop: 99999, duration: 300});
+ this.sendRequestWithRetry();
+ this.question = '';
+ })
},
toCopy(item,index){
this.$set(this.dialogList[index],'copy',!this.dialogList[index].copy);