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)