SVN r1169
SVN-Revision: r1169
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user