diff --git a/Host/Views.Mobile/Product/Soft.cshtml b/Host/Views.Mobile/Product/Soft.cshtml index e029b80..8ad8786 100644 --- a/Host/Views.Mobile/Product/Soft.cshtml +++ b/Host/Views.Mobile/Product/Soft.cshtml @@ -52,5 +52,6 @@


+


\ No newline at end of file diff --git a/Host/Views/Product/Soft.cshtml b/Host/Views/Product/Soft.cshtml index 18d3e88..8112a78 100644 --- a/Host/Views/Product/Soft.cshtml +++ b/Host/Views/Product/Soft.cshtml @@ -107,7 +107,9 @@
- +
+ +

免安装,下载后直接打开

diff --git a/Host/Views/User/MyAccounts.cshtml b/Host/Views/User/MyAccounts.cshtml index 968749f..a08b517 100644 --- a/Host/Views/User/MyAccounts.cshtml +++ b/Host/Views/User/MyAccounts.cshtml @@ -916,8 +916,9 @@ type: 'GET', url: '/api/course/v1/productaccount/KillOut?productId=' + item.ProductId + '&id=' + item.Id, success: function (res) { + alert("操作成功"); + this.onLineData = []; if (res.Code == 10000) { - alert("操作成功"); that.online(item.ProductId, item.Account) } }