添加102联机记录
This commit is contained in:
@ -312,20 +312,20 @@
|
||||
dic: {
|
||||
menuItems: [{
|
||||
text: '强光',
|
||||
icon: '/static/images/6155/DeviceDetail/qiang.png',
|
||||
icon: '/static/images/lightImg/qiang.png',
|
||||
math: 100,
|
||||
type: 'main'
|
||||
},
|
||||
|
||||
{
|
||||
text: '弱光',
|
||||
icon: '/static/images/6155/DeviceDetail/ruo.png',
|
||||
icon: '/static/images/lightImg/ruo.png',
|
||||
math: 50,
|
||||
type: 'main'
|
||||
},
|
||||
{
|
||||
text: '爆闪',
|
||||
icon: '/static/images/6155/DeviceDetail/shan.png',
|
||||
icon: '/static/images/lightImg/shan.png',
|
||||
math: 30,
|
||||
type: 'main'
|
||||
},
|
||||
@ -337,13 +337,13 @@
|
||||
},
|
||||
{
|
||||
text: '泛光',
|
||||
icon: '/static/images/6155/DeviceDetail/fan.png',
|
||||
icon: '/static/images/lightImg/fan.png',
|
||||
math: 100,
|
||||
type: 'fu'
|
||||
},
|
||||
{
|
||||
text: '强+泛光',
|
||||
icon: '/static/images/6155/DeviceDetail/fan.png',
|
||||
icon: '/static/images/lightImg/fan.png',
|
||||
math: 70,
|
||||
type: 'fu'
|
||||
}
|
||||
@ -785,9 +785,12 @@
|
||||
message: "上传成功",
|
||||
iconUrl: "/static/images/common/success.png",
|
||||
});
|
||||
|
||||
ble.sendString(f.deviceId, "transmit complete", f.writeServiceId, f
|
||||
|
||||
setTimeout(()=>{
|
||||
ble.sendString(f.deviceId, "transmit complete", f.writeServiceId, f
|
||||
.wirteCharactId);
|
||||
},1000);
|
||||
|
||||
these.rgb565Data = null;
|
||||
resolve();
|
||||
return;
|
||||
@ -915,7 +918,7 @@
|
||||
});
|
||||
console.log("data=", data);
|
||||
these.Status.BottomMenu.show = false;
|
||||
these.rgb565Data = ble.convertToRGB565(data.piexls);
|
||||
these.rgb565Data = Common.convertToRGB565(data.piexls);
|
||||
|
||||
setTimeout(function() {
|
||||
sendImagePackets().catch(() => {
|
||||
|
||||
@ -250,15 +250,15 @@
|
||||
showHeader: true,
|
||||
menuItems: [{
|
||||
text: '强光',
|
||||
icon: '/static/images/6155/DeviceDetail/qiang.png'
|
||||
icon: '/static/images/lightImg/qiang.png'
|
||||
},
|
||||
{
|
||||
text: '弱光',
|
||||
icon: '/static/images/6155/DeviceDetail/ruo.png'
|
||||
icon: '/static/images/lightImg/ruo.png'
|
||||
},
|
||||
{
|
||||
text: '爆闪',
|
||||
icon: '/static/images/6155/DeviceDetail/shan.png'
|
||||
icon: '/static/images/lightImg/shan.png'
|
||||
}
|
||||
],
|
||||
activeIndex: -1,
|
||||
@ -1378,19 +1378,19 @@
|
||||
title = '主灯模式';
|
||||
items = [{
|
||||
text: '强光',
|
||||
icon: '/static/images/6155/DeviceDetail/qiang.png'
|
||||
icon: '/static/images/lightImg/qiang.png'
|
||||
},
|
||||
// {
|
||||
// text: '工作光',
|
||||
// icon: '/static/images/6155/DeviceDetail/fan.png'
|
||||
// icon: '/static/images/lightImg/fan.png'
|
||||
// },
|
||||
{
|
||||
text: '弱光',
|
||||
icon: '/static/images/6155/DeviceDetail/ruo.png'
|
||||
icon: '/static/images/lightImg/ruo.png'
|
||||
},
|
||||
{
|
||||
text: '爆闪',
|
||||
icon: '/static/images/6155/DeviceDetail/shan.png'
|
||||
icon: '/static/images/lightImg/shan.png'
|
||||
},
|
||||
{
|
||||
text: '关闭',
|
||||
@ -1402,11 +1402,11 @@
|
||||
title = '辅灯模式';
|
||||
items = [{
|
||||
text: '泛光',
|
||||
icon: '/static/images/6155/DeviceDetail/fan.png'
|
||||
icon: '/static/images/lightImg/fan.png'
|
||||
},
|
||||
{
|
||||
text: '强+泛光',
|
||||
icon: '/static/images/6155/DeviceDetail/fan.png'
|
||||
icon: '/static/images/lightImg/fan.png'
|
||||
},
|
||||
];
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user