监听小程序打开或进入前台事件
APP最低版本: 4.0.2 设备限制: Android
无
import { onAppShow } from '@suplink/jssdk'; onAppShow({ listener: () => console.log('show') })