From a1a0cb6867890ba357178b67c2ae47ae027ebd7f Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 6 Jan 2023 10:26:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=94=E5=9B=9E=E5=88=97=E8=A1=A8=E9=A1=B5?= =?UTF-8?q?=E6=97=B6=E5=A2=9E=E5=8A=A0=E5=A4=8D=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/fengdu/AppVote/AppVote.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/project/fengdu/AppVote/AppVote.vue b/src/project/fengdu/AppVote/AppVote.vue index 9b39320f..09204d2d 100644 --- a/src/project/fengdu/AppVote/AppVote.vue +++ b/src/project/fengdu/AppVote/AppVote.vue @@ -72,6 +72,7 @@ export default { } }, onShow() { + this.current = 1 this.getDetail() this.getList() },