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