From c1532fc48eb877ea1363f3574c7dd2c0315c2c20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E7=9A=87?= <236220500@qq.com> Date: Wed, 27 May 2020 21:02:38 +0800 Subject: [PATCH] 1 --- src/pages/activity/useActivityStepThree.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/activity/useActivityStepThree.vue b/src/pages/activity/useActivityStepThree.vue index 9a67a67..6a304ef 100644 --- a/src/pages/activity/useActivityStepThree.vue +++ b/src/pages/activity/useActivityStepThree.vue @@ -97,7 +97,7 @@ export default { doSearch(e) { const keyword = e.target.value; let that = this; - taht.block = 50; + that.block = 50; that.shopList = that.orginShopList; if (keyword.length > 0) { that.shopList = that._.filter(that.shopList, item => {