mirror of https://github.com/tp4a/teleport
...试验了url-protocol,但是无法从url-protocol处获取返回数据,暂时无解。
parent
ff45dd438d
commit
0171e54acb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -12,7 +12,7 @@ $app.on_init = function (cb_stack, cb_args) {
|
|||
$app.fix_time_display = function(selector) {
|
||||
var obj = $('[data-field="'+selector+'"]');
|
||||
var val = parseInt(obj.attr('data-value'));
|
||||
if(val === 0)
|
||||
if (val === 0)
|
||||
obj.text('-');
|
||||
else
|
||||
obj.text(tp_format_datetime(tp_utc2local(val)));
|
||||
|
|
Loading…
Reference in New Issue