Browse Source

分页BUG

qinhouyu 1 year ago
parent
commit
b2ed0d8b69
1 changed files with 1 additions and 1 deletions
  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)