Commit 81ba1c67 authored by Sky's avatar Sky

add 注释

parent 254fb48a
Pipeline #149 failed with stages
import sensor from '@system.sensor'; //传感器
import vibrator from '@system.vibrator'
import vibrator from '@system.vibrator';//震动
export default {
data: {
page : "", //显示页面
......@@ -50,12 +50,14 @@ export default {
let _this = this;
let model = msg.acModel;
//接到手机端消息时,启动页显示完后,不显示提示登录页面page 12
if(msg.eventFlg != ""){
_this.isReceiveStartMessage=true;
}
if(_this.sendFlg){
return false;
}
if(_this.isStop && msg.eventFlg != "7"){
return false;
}
......
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 to comment