Ver código fonte

热门知识bug

彭宇 1 ano atrás
pai
commit
cdade9f8cc
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      pages/index/index.vue

+ 1 - 1
pages/index/index.vue

@@ -576,12 +576,12 @@
 								title: '您的积分不足'
 							})
 						} else {
-              this.getList()
 							this.reduceScore(item)
 							this.addScore(item)
 							uni.navigateTo({
 								url: '/pages/highServer/knowledgeDetails/knowledgeDetails?id=' + item.id,
 							});
+              this.getList()
 						}
 					});
 				}else{