From efd28fb27e32313578855c5a3229f9a019117be4 Mon Sep 17 00:00:00 2001 From: yashen Date: Wed, 12 Oct 2016 14:59:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E6=97=B6=E6=B7=BB=E5=8A=A0=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- B3WeChat.Web/Pages/B3WeChat/Tools/CustomMenuMan.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/B3WeChat.Web/Pages/B3WeChat/Tools/CustomMenuMan.cs b/B3WeChat.Web/Pages/B3WeChat/Tools/CustomMenuMan.cs index 0b5cd6f..40cf884 100644 --- a/B3WeChat.Web/Pages/B3WeChat/Tools/CustomMenuMan.cs +++ b/B3WeChat.Web/Pages/B3WeChat/Tools/CustomMenuMan.cs @@ -47,13 +47,13 @@ namespace BWP.Web.Pages.B3WeChat.Tools { InOutMessageUtil.SetCustomMenu(text.Text); AspUtil.Alert(this, "设置自定义菜单成功"); - })); + }) { PromptString="确定要提交设置吗"}); toobar.Add(new TSButton("删除", delegate { InOutMessageUtil.DelteCustomMenu(); AspUtil.Alert(this, "删除自定义菜单成功"); - })); + }) { PromptString = "确定要提交删除吗" }); }