- 从客服小卡片上进入怎样能获取到正确的场景值和参数
问题:从客服小卡片上进入怎样能获取到正确的场景值和参数? 第一种情况:从客服卡片启动能获取到参数和场景值。 第二种情况:从其他情景启动游戏后,再点击客服卡片回到游戏,参数和场景值都丢失。 怎么解决第二种 情景。 代码: wx.openCustomerServiceConversation({ showMessageCard: true, sendMessageImg: "http://pic2.cxtuku.com/00/07/43/b077da336c80.jpg", sendMessagePath: "https://************/index.php?query=99", sendMessageTitle: "签到", // success: res => { }, // fail: res => { }, // complete: res => { } }); onShow( (res: { scene: string, query: {} }) ) => { console.log("wx.onShow() " + JSON.stringify(res)); } 问题:从客服小卡片上进入怎样能获取到正确的场景值和参数? 第一种情况:从客服卡片启动能获取到参数和场景值。 第二种情况:从其他情景启动游戏后,再点击客服卡片回到游戏,参数和场景值都丢失。 怎么解决第二种 情景。 代码: wx.openCustomerServiceConversation({ showMessageCard: true, sendMessageImg: "http://pic2.cxtuku.com/00/07/43/b077da336c80.jpg", sendMessagePath: "https://************/index.php?query=99", sendMessageTitle: "签到", // success: res => { }, // fail: res => { }, // complete: res => { } }); onShow( (res: { scene: string, query: {} }) ) => { console.log("wx.onShow() " + JSON.stringify(res)); }
2019-04-26 - 从客服消息小程序卡片唤醒小游戏,场景值不刷新?
- 当前 Bug 的表现 在关闭小游戏时,从客服消息的小程序卡片进入游戏,可以获得对应的场景值key:1073,如截图: [图片] 问题: 当从微信下拉打开小游戏时,场景值为1089,在已经打开小游戏时,再从客服消息的小程序卡片进入游戏(唤醒),场景值没有刷新,还是旧的1089,请问这是什么原因? (从分享图唤醒游戏,场景值会刷新) 文档来源:https://developers.weixin.qq.com/miniprogram/dev/api/open-api/data-analysis/getAnalysisVisitDistribution.html?search-key=1073
2018-11-09