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