@@ -844,7 +844,8 @@
// 下拉刷新分页
getFresh(e) {
const that = this;
- that.triggered = true;
+ that.$set(that, `triggered`, true)
+ that.$set(that, `is_img`, false)
let msgList = that.msgList;
let limit = that.limit;
setTimeout(() => {