Commit 81ba1c67 authored by Sky's avatar Sky

add 注释

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