[Fixture] 详情页添加system user 推送

This commit is contained in:
ibuler
2017-04-05 19:09:51 +08:00
parent 25b8108af0
commit 92ebe85a3f
17 changed files with 129 additions and 57 deletions

View File

@@ -149,7 +149,7 @@ function getCookie(name) {
// Does this cookie string begin with the name we want?
if (cookie.substring(0, name.length + 1) === (name + '=')) {
cookieValue = decodeURIComponent(cookie.substring(name.length + 1));
break;
// break;
}
}
}