Browse Source

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

汤世哲 6 tháng trước cách đây
mục cha
commit
bbcbece74b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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]
 			$.post(
 				"/bigmember/follow/ent/delFollow",
-				{"fid":eid},
+				{"entId":eid},
 				function(r){
 					if(r.data == "success"){
 						if(sessionStorage){