智能照明系统APP-本地串口
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
LightingSystemApp-serial/.svn/pristine/7f/7f4a382eed05c57db8b8701cbc5...

4 lines
168 B

export function publishHandler (event, args, pageId) {
// h5 平台直接调用UniServiceJSBridge
global.UniServiceJSBridge.subscribeHandler(event, args, pageId)
}