From 48ba45c6c549645e4f77bdaa682b0616fd123854 Mon Sep 17 00:00:00 2001 From: Ning Date: Tue, 29 Jan 2019 16:28:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9B=A0=E4=B8=BA=3D=3D=3D?= =?UTF-8?q?=E9=80=A0=E6=88=90=E9=A1=B5=E9=9D=A2=E4=B8=8A=E5=A7=8B=E7=BB=88?= =?UTF-8?q?=E5=AD=98=E5=9C=A8translate3d,=E5=AF=BC=E8=87=B4=E5=AE=9A?= =?UTF-8?q?=E4=BD=8D=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/loadmore/src/loadmore.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/loadmore/src/loadmore.vue b/packages/loadmore/src/loadmore.vue index 431b7318..e2b3acaa 100644 --- a/packages/loadmore/src/loadmore.vue +++ b/packages/loadmore/src/loadmore.vue @@ -337,7 +337,7 @@ this.topStatus = 'loading'; this.topMethod(); } else { - this.translate = '0'; + this.translate = 0; this.topStatus = 'pull'; } } @@ -349,7 +349,7 @@ this.bottomStatus = 'loading'; this.bottomMethod(); } else { - this.translate = '0'; + this.translate = 0; this.bottomStatus = 'pull'; } } @@ -362,4 +362,4 @@ this.init(); } }; - \ No newline at end of file +