WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2021-05-13 6338006e0f85af8d4915abfbe67696b2b17dd6ce
Merge branch 'master' of ssh://dev.zhiheiot.com:29418/mob-components
2 files modified
18 ■■■■■ changed files
common/Bridge.js 2 ●●● patch | view | raw | blame | history
common/common.scss 16 ●●●●● patch | view | raw | blame | history
common/Bridge.js
@@ -144,7 +144,7 @@
            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);
common/common.scss
@@ -14,4 +14,20 @@
.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);
}