Commit b61df7da authored by 郑磊's avatar 郑磊

1.0.1更新

增加 openLiveGiftPanel 方法
parent c933efcf
{
"name": "@bmiss/web-lib",
"version": "1.0.0",
"version": "1.0.1",
"description": "Bmiss JSSDK",
"type": "module",
"private": true,
"scripts": {
......
......@@ -193,3 +193,11 @@ export function navigateToMiniProgram(appid: string, address_params: string = ''
() => {},
)
}
/**
* 打开直播间礼物面板
*/
export function openLiveGiftPanel() {
console.log('调用框架方法', 'openLiveGiftPanel')
callNativeApi('openLiveGiftPanel')
}
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