Showing
2 changed files
with
1 additions
and
2 deletions
@@ -37,7 +37,6 @@ if ($maybeLike.length === 0) { | @@ -37,7 +37,6 @@ if ($maybeLike.length === 0) { | ||
37 | 37 | ||
38 | //read good-info template | 38 | //read good-info template |
39 | $.get('/common/goodinfo', function (data) { | 39 | $.get('/common/goodinfo', function (data) { |
40 | - console.log(data); | ||
41 | tpl = '{{# goods}}' + data + '{{/ goods}}'; | 40 | tpl = '{{# goods}}' + data + '{{/ goods}}'; |
42 | Mustache.parse(tpl); | 41 | Mustache.parse(tpl); |
43 | }); | 42 | }); |
-
Please register or login to post a comment