Merge branch 'master' of ssh://dev.zhiheiot.com:29418/mob-components
| | |
| | | if (this._receives[method]) { |
| | | if (marker) { |
| | | this._receives[method](param, (param2) => { |
| | | this._sendTelling(method, param2, marker); |
| | | this._sendTelling(method, param2 || {}, marker); |
| | | }); |
| | | } else { |
| | | this._receives[method](param); |
| | |
| | | |
| | | .m-mark { |
| | | color: #fb4242; |
| | | } |
| | | |
| | | .m-text-success { |
| | | color: #22c322; |
| | | } |
| | | .m-text-info { |
| | | color: #05b7c7; |
| | | } |
| | | .m-text-warning { |
| | | color: #FFB800; |
| | | } |
| | | .m-text-danger { |
| | | color: #FF5722; |
| | | } |
| | | .m-text-ignore { |
| | | color: rgba(0, 0, 0, 0.55); |
| | | } |