Update test.js

This commit is contained in:
Shawn
2019-06-25 17:18:38 +08:00
committed by GitHub
parent 393c1d6ac3
commit 797314c6a9

View File

@@ -5,7 +5,7 @@
var body = $response.body; var body = $response.body;
var obj = JSON.parse(body); var obj = JSON.parse(body);
$notify("HAHA", "Sucess"); //$notify("HAHA", "Sucess");
$notification.post("HAHA", "Sucess"); $notification.post("HAHA", "Sucess");
obj['result'] = 0; obj['result'] = 0;
body = JSON.stringify(obj); body = JSON.stringify(obj);