|
|
@@ -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);
|
|
|
}
|