From 797314c6a9f3b875ca15d77f10598f129092329c Mon Sep 17 00:00:00 2001 From: Shawn <45581750+KOP-XIAO@users.noreply.github.com> Date: Tue, 25 Jun 2019 17:18:38 +0800 Subject: [PATCH] Update test.js --- test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.js b/test.js index 4ffe339..29e79c4 100644 --- a/test.js +++ b/test.js @@ -5,7 +5,7 @@ var body = $response.body; var obj = JSON.parse(body); -$notify("HAHA", "Sucess"); +//$notify("HAHA", "Sucess"); $notification.post("HAHA", "Sucess"); obj['result'] = 0; body = JSON.stringify(obj);