|
@ -189,7 +189,7 @@ namespace SCP.Views.富维本特勒 |
|
|
string _fileName = FileUp.FileName; |
|
|
string _fileName = FileUp.FileName; |
|
|
if (string.IsNullOrEmpty(_fileName)) |
|
|
if (string.IsNullOrEmpty(_fileName)) |
|
|
{ |
|
|
{ |
|
|
Alert.Show("选择文件为空!"); |
|
|
Alert.Show("选择文件为空!!"); |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
string _lx = _fileName.Split('.')[1]; |
|
|
string _lx = _fileName.Split('.')[1]; |
|
|