Appearance
通过小程序页面栈,获取传参
onShow() { const pages = getCurrentPages() const curr = pages[pages.length - 1] console.log('c---',curr.options); }