1.1.1 • Published 5 years ago

jsbroker v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

jsbroker 为 h5 提供原生方法

相关方法参考链接:http://confluence.tech.apitops.com/pages/viewpage.action?pageId=2785528

usage:

tb.showNavigationBar(); // 隐藏导航栏
tb.openProductSpecificView({
    className: 'com.kakao.second.match.ActivityMatch',
    module: 'all',
    extras: [
        { key: 'houseId', value: data.houseId, type: 'long' },
        { key: 'fromType', value: 1, type: 'int' },
        { key: 'demandType', value: data.houseType === 0 ? 3 : 1, type: 'int' },
    ],
});
1.1.1

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago