完成008A功能开发
This commit is contained in:
@ -331,8 +331,8 @@
|
||||
key: 'led_flash',
|
||||
name: '红色爆闪',
|
||||
show: true,
|
||||
img: '/static/images/100/light.png',
|
||||
activeImg: '/static/images/100/lightActive.png',
|
||||
img: '/static/images/lightImg/light.png',
|
||||
activeImg: '/static/images/lightImg/lightActive.png',
|
||||
group: 'sta_LedType',
|
||||
permission: '1'
|
||||
},
|
||||
@ -349,8 +349,8 @@
|
||||
key: 'led_steady',
|
||||
name: '红色常亮',
|
||||
show: true,
|
||||
img: '/static/images/102/liting.png',
|
||||
activeImg: '/static/images/102/litingActive.png',
|
||||
img: '/static/images/lightImg/liting.png',
|
||||
activeImg: '/static/images/lightImg/litingActive.png',
|
||||
group: 'sta_LedType',
|
||||
permission: '1'
|
||||
},
|
||||
@ -1043,13 +1043,7 @@ created() {
|
||||
}
|
||||
if (res.deviceId == these.formData.deviceId) {
|
||||
this.formData.bleStatu = true;
|
||||
setTimeout(() => {
|
||||
hideLoading(these, 1000);
|
||||
});
|
||||
uni.showToast({
|
||||
icon: 'success',
|
||||
title: '蓝牙连接成功'
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user