监听页面显示事件
无
import { onPageShow } from '@suplink/jssdk'; onPageShow({ listener: () => console.log('show') })