Showing
1 changed file
with
1 additions
and
1 deletions
@@ -21,7 +21,7 @@ module.exports = function (app){ | @@ -21,7 +21,7 @@ module.exports = function (app){ | ||
21 | action: '/promotion/update', | 21 | action: '/promotion/update', |
22 | data:rs.data | 22 | data:rs.data |
23 | }; | 23 | }; |
24 | - console.log("促销编辑页"+rs.data); | 24 | + console.log("促销编辑页 rs:"+rs+" rs.data is "+rs.data); |
25 | return rs.data; | 25 | return rs.data; |
26 | }); | 26 | }); |
27 | 27 |
-
Please register or login to post a comment