SVN r1169

SVN-Revision: r1169
This commit is contained in:
cyf
2026-05-11 02:21:35 +00:00
parent ac0d4925ed
commit 406763d5a9
4 changed files with 42 additions and 7 deletions
+7 -1
View File
@@ -1487,7 +1487,7 @@ namespace Lskj.Model
public double PerWidth;//百分比宽
public double PerHeight;//百分比高
public bool isCalSize = false;//是否自定义控件高宽
//public string Delimiter;//批量下载时,多个url的分割符
public DynamicPubBrowerModel(string[] args)
: base(args)
@@ -1523,6 +1523,12 @@ namespace Lskj.Model
this.postData = args[11];
}
//if (args.Length > 12 && !string.IsNullOrEmpty(args[12]))
//{
// this.Delimiter = args[12];
//}
if (args.Length > 14 && !string.IsNullOrEmpty(args[13]) && !string.IsNullOrEmpty(args[14]))
{
PerWidth = (int.Parse(args[13].Replace("%", "")) * 0.01);