浏览代码

分页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)