Browse Source

下拉刷新

zs 2 years ago
parent
commit
dcb8e8a849
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pagesMessage/message/info.vue

+ 2 - 1
pagesMessage/message/info.vue

@@ -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(() => {