当前提交
082a1b9357
共有 1 个文件被更改,包括 4 次插入 和 1 次删除
|
|
@ -1256,8 +1256,11 @@ $(document).on('keypress',function(e) {
|
||||||
} else {
|
} else {
|
||||||
$(".radio_timeout_error" ).remove();
|
$(".radio_timeout_error" ).remove();
|
||||||
text = '<i class="fas fa-broadcast-tower"></i><span style="margin-left:10px;"></span><b>TX:</b> '+(Math.round(parseInt(data.frequency)/1000)/1000).toFixed(3)+' MHz';
|
text = '<i class="fas fa-broadcast-tower"></i><span style="margin-left:10px;"></span><b>TX:</b> '+(Math.round(parseInt(data.frequency)/1000)/1000).toFixed(3)+' MHz';
|
||||||
|
if(data.mode != null) {
|
||||||
|
text = text+'<span style="margin-left:10px"></span>'+data.mode;
|
||||||
|
}
|
||||||
if(data.power != null && data.power != 0) {
|
if(data.power != null && data.power != 0) {
|
||||||
text = text+'<span style="margin-left:10px"></span>'+data.power+'W';
|
text = text+'<span style="margin-left:10px"></span>'+data.power+' W';
|
||||||
}
|
}
|
||||||
if(data.prop_mode != null && data.prop_mode != '') {
|
if(data.prop_mode != null && data.prop_mode != '') {
|
||||||
text = text+'<span style="margin-left:10px"></span>('+data.prop_mode;
|
text = text+'<span style="margin-left:10px"></span>('+data.prop_mode;
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用