1.操控配置去除Block Method 2.修改Block配置下发userRegion
This commit is contained in:
@@ -247,7 +247,7 @@ function profileChange(val){
|
||||
$("input[name='regionDictIds']:first").prop("checked",true);
|
||||
}
|
||||
|
||||
if(val == 48 || val == 80 || val == 16){ // 重定向和替换动作无Profile属性
|
||||
if(val == 48 || val == 80){ // 重定向和替换动作无Profile属性
|
||||
$(".profileInfo").addClass("hidden");
|
||||
}else{
|
||||
$(".profileInfo").removeClass("hidden");
|
||||
|
||||
Reference in New Issue
Block a user