瀏覽代碼

修改

tags/录制修改前
zhangxueyang 4 年之前
父節點
當前提交
c2515872f2
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. 2
    1
      XHWK.WKTool/XHMicroLessonSystemWindow.xaml.cs

+ 2
- 1
XHWK.WKTool/XHMicroLessonSystemWindow.xaml.cs 查看文件

@@ -1587,7 +1587,8 @@ namespace XHWK.WKTool
1587 1587
             {
1588 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 1592
                     if (!isName)
1592 1593
                     {
1593 1594
                         MessageWindow.Show(Errmessage);

Loading…
取消
儲存