253ed433 by unknown

提示运行环境

1 parent b1c7a56e
...@@ -306,7 +306,7 @@ angular.module('myApp') ...@@ -306,7 +306,7 @@ angular.module('myApp')
306 306
307 var obj = toJson(data) 307 var obj = toJson(data)
308 layer.open({ 308 layer.open({
309 content: JSON.stringify(obj), 309 content: data,
310 time: 5 310 time: 5
311 }) 311 })
312 // layer.open({ 312 // layer.open({
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!