Commit f4b762e0 authored by duxinyuan's avatar duxinyuan

1

parent 53c9f3fd
...@@ -16,6 +16,7 @@ define(['doT', 'text!temp/costParamsmeters_template_tpl.html', 'css!style/home.c ...@@ -16,6 +16,7 @@ define(['doT', 'text!temp/costParamsmeters_template_tpl.html', 'css!style/home.c
init: function() { init: function() {
//初始化dot //初始化dot
$(document.body).append(template); $(document.body).append(template);
$('#dataStr').text( getUrlParam('time') );
cost.getList(1); cost.getList(1);
cost.event(); cost.event();
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment