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 @@
免安装,下载后直接打开
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) } }