diff --git a/components/card.vue b/components/card.vue index 350785b..c13f91e 100644 --- a/components/card.vue +++ b/components/card.vue @@ -168,8 +168,8 @@ async vote(flag) { // 已经投票 if(this.isVoteFlag) { - uni.$u.toast('您已投过票,自动跳转下一个') - this.next() + uni.$u.toast('您已投过票') + // this.next() return } // 未投票 @@ -188,7 +188,7 @@ uni.$u.toast('投票成功') // 投票成功修改 投票状态 this.isVoteFlag = true - this.next() + // this.next() }) }, // 触摸开始 diff --git a/components/card.vue b/components/card.vue index 350785b..c13f91e 100644 --- a/components/card.vue +++ b/components/card.vue @@ -168,8 +168,8 @@ async vote(flag) { // 已经投票 if(this.isVoteFlag) { - uni.$u.toast('您已投过票,自动跳转下一个') - this.next() + uni.$u.toast('您已投过票') + // this.next() return } // 未投票 @@ -188,7 +188,7 @@ uni.$u.toast('投票成功') // 投票成功修改 投票状态 this.isVoteFlag = true - this.next() + // this.next() }) }, // 触摸开始 diff --git a/packageIndex/center/center.vue b/packageIndex/center/center.vue index c6ebc20..624713e 100644 --- a/packageIndex/center/center.vue +++ b/packageIndex/center/center.vue @@ -44,8 +44,8 @@ 专项举报入口 - - + + {{item.title}} @@ -65,6 +65,7 @@