zs 2 년 전
부모
커밋
e546a4ee64
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      pages/week/index.vue

+ 2 - 0
pages/week/index.vue

@@ -238,6 +238,8 @@
 			onPullDownRefresh: async function() {
 				const that = this;
 				that.$set(that, `list`, [])
+				that.$set(that, `marketList`, [])
+				that.$set(that, `typeList`, [])
 				that.$set(that, `skip`, 0)
 				that.$set(that, `limit`, 6)
 				that.$set(that, `page`, 0)