Commit feb754da by Denglingling

暂时调整 “门禁管理” 仅保留 “临时开门”,因为其他几个跟物理遥控器的功能会冲突

(cherry picked from commit 80f261e1)
parent edd6347a
Showing with 24 additions and 24 deletions
......@@ -60,36 +60,36 @@ class DeviceInfoPage extends Component {
lodingTitle: '加载中',
listCurrentOption: [], // 当前选择器数据
deviceBtnInfo: [
{
operation: 'normal_open',
btnName: '门常开',
icon: require('../../images/al_open.png'),
message: '自动门常开设置成功'
},
{
operation: 'cancel_normal_open',
btnName: '取消门常开',
icon: require('../../images/can_al_open.png'),
message: '取消自动门常开设置成功'
},
// {
// operation: 'normal_open',
// btnName: '门常开',
// icon: require('../../images/al_open.png'),
// message: '自动门常开设置成功'
// },
// {
// operation: 'cancel_normal_open',
// btnName: '取消门常开',
// icon: require('../../images/can_al_open.png'),
// message: '取消自动门常开设置成功'
// },
{
operation: 'open',
btnName: '临时开门',
icon: require('../../images/tem_open.png'),
message: '临时开门成功,5s后将自动关闭'
},
{
operation: 'normal_close',
btnName: '门常闭',
icon: require('../../images/nor_open.png'),
message: '自动门常闭设置成功'
},
{
operation: 'cancel_normal_close',
btnName: '取消门常闭',
icon: require('../../images/can_nor_open.png'),
message: '取消自动门常闭设置成功'
},
// {
// operation: 'normal_close',
// btnName: '门常闭',
// icon: require('../../images/nor_open.png'),
// message: '自动门常闭设置成功'
// },
// {
// operation: 'cancel_normal_close',
// btnName: '取消门常闭',
// icon: require('../../images/can_nor_open.png'),
// message: '取消自动门常闭设置成功'
// },
{
operation: '',
btnName: '',
......
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 sign in to comment