WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2022-05-30 dfc319b1ca9bdde32e0a40256b17f6d59aa7e894
common/Tools.js
@@ -12,12 +12,13 @@
     * 显示消息
     * @param msg
     * @param [duration=2000]
     * @param [mask=false]
     */
    static toast(msg, duration = 2000) {
    static toast(msg, duration = 2000, mask = false) {
        Taro.showToast({
            title: msg,
            icon: 'none',
            mask: true,
            mask,
            duration,
        });
    }
@@ -86,7 +87,7 @@
                    img.onerror = null;
                    callback && callback(false);
                };
                img.src = 'http://test.zhiheiot.com/download/buildArchive/online.png?t=' + Date.now();
                img.src = 'http://tt.zhiheiot.com/static/online.png?t=' + Date.now();
            }
            // 网络未开启
            else {