Browse Source

修改

tags/录制修改前
zhangxueyang 4 years ago
parent
commit
c2515872f2
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      XHWK.WKTool/XHMicroLessonSystemWindow.xaml.cs

+ 2
- 1
XHWK.WKTool/XHMicroLessonSystemWindow.xaml.cs View File

1587
             {
1587
             {
1588
                 try
1588
                 try
1589
                 {
1589
                 {
1590
-                    bool isName = ModifyPathName(pageData.menuList[Subscript].FileGuid, pageData.menuList[Subscript].VideoName, out string Errmessage);
1590
+                    string newName = pageData.menuList[Subscript].VideoName + pageData.menuList[Subscript].VideoType;
1591
+                    bool isName = ModifyPathName(pageData.menuList[Subscript].FileGuid, newName, out string Errmessage);
1591
                     if (!isName)
1592
                     if (!isName)
1592
                     {
1593
                     {
1593
                         MessageWindow.Show(Errmessage);
1594
                         MessageWindow.Show(Errmessage);

Loading…
Cancel
Save