wx.onShow(function callback)

监听小游戏回到前台的事件

参数

function callback

小游戏回到前台的事件的回调函数

参数

Object res

属性 类型 说明 支持版本
scene string 场景值
query Object 查询参数
shareTicket string shareTicket
referrerInfo object 当场景为由从另一个小程序或公众号或App打开时,返回此字段

referrerInfo 的结构

属性 类型 说明 支持版本
appId string 来源小程序或公众号或App的 appId
extraData object 来源小程序传过来的数据,scene=1037或1038时支持

原文: https://developers.weixin.qq.com/minigame/dev/api/system/life-cycle/wx.onShow.html