问题:从客服小卡片上进入怎样能获取到正确的场景值和参数?
第一种情况:从客服卡片启动能获取到参数和场景值。
第二种情况:从其他情景启动游戏后,再点击客服卡片回到游戏,参数和场景值都丢失。
怎么解决第二种 情景。
代码:
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));
}