Przeglądaj źródła

#IQRV #comment [JS] BugFix 安装后不显示搜狗输入法版本信息

gifur 4 lat temu
rodzic
commit
1fe8597a66
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      addin/res/ManagerDesktop/js/guide.js

+ 1 - 1
addin/res/ManagerDesktop/js/guide.js

@@ -826,7 +826,7 @@ $(function () {
                         tip += '<br><br>版本:<strong>' + result.array2[0] + '</strong>';
                         tip += '<br>安装时间:<strong>' + result.array2[2] + '</strong>';
                     }
-                    $('#guide_sogou_installed_content').html(tip);
+                    $('#guide_sogou_install_finished_content').html(tip);
                 } else {
                     utilStartAlertDialog("安装失败:[" + result.result + "] " + result.additionalMsg);
                 }