Merge pull request '隐藏下载、平台规则显示' (#630) from hotfix/center into master

Reviewed-on: http://8.136.139.249:3000/wmtx/platform/pulls/630
master
张谷城 3 years ago
commit 0125ba2409

@ -283,7 +283,7 @@
type: 2,
title: '平台规则',
area:['60%', '80%'],
btn:['下载文档'],
// btn:['下载文档'],
closeBtn: 0,
shadeClose: false,
skin: 'yourclass',
@ -298,7 +298,7 @@
closeBtn: 0,
shadeClose: false,
skin: 'yourclass',
btn:['下载文档'],
// btn:['下载文档'],
content: "{:U('Promote/popRuleDetail')}&id="+id+"&force="+force+"&pop="+pop,
end:function(){
return false;
@ -319,7 +319,7 @@
area:['60%', '80%'],
shadeClose: false,
skin: 'yourclass',
btn:['下载文档'],
// btn:['下载文档'],
content: "{:U('Promote/popNewRuleDetail')}&id="+id+"&force="+force,
yes:function(){window.location.href= match_newrules_route},
});
@ -331,7 +331,7 @@
closeBtn: 0,
shadeClose: false,
skin: 'yourclass',
btn:['下载文档'],
// btn:['下载文档'],
content: "{:U('Promote/popNewRuleDetail')}&id="+id+"&force="+force,
end:function(){
return false;

@ -21,7 +21,7 @@
min-width:100%;
}
body {
padding: 0px;
padding: 10px;
}
.select2-container--default .select2-selection--single {
color: #000;

Loading…
Cancel
Save