From 8caefd93831d06fe6085bf529b9519d9cff15a1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Tue, 28 Sep 2021 15:34:33 +0800 Subject: [PATCH] jiemian --- Host/Views.Mobile/Product/Soft.cshtml | 1 + Host/Views/Product/Soft.cshtml | 4 +++- Host/Views/User/MyAccounts.cshtml | 3 ++- 3 files changed, 6 insertions(+), 2 deletions(-) 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) } }