소스 검색

分页BUG

qinhouyu 1 년 전
부모
커밋
b2ed0d8b69
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/toGovernmentList/toGovernmentList.vue

+ 1 - 1
pages/toGovernmentList/toGovernmentList.vue

@@ -126,7 +126,7 @@ export default {
 			if(this.favoriteList.includes(e.id)) return
 			likeServer({
 				id:e.id,
-				type:12
+				type:10
 			}).then(e => {
 			})
 			this.favoriteList.push(e.id)