浏览代码

Merge branch 'dev/v4.9.93_tsz' of qmx/jy into feature/v4.9.93

汤世哲 6 月之前
父节点
当前提交
bbcbece74b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/jfw/modules/app/src/web/templates/followent/set.html

+ 1 - 1
src/jfw/modules/app/src/web/templates/followent/set.html

@@ -132,7 +132,7 @@ if(sessionStorage){
       const eid = window.location.href.split("/")[6]
       const eid = window.location.href.split("/")[6]
 			$.post(
 			$.post(
 				"/bigmember/follow/ent/delFollow",
 				"/bigmember/follow/ent/delFollow",
-				{"fid":eid},
+				{"entId":eid},
 				function(r){
 				function(r){
 					if(r.data == "success"){
 					if(r.data == "success"){
 						if(sessionStorage){
 						if(sessionStorage){