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