showChoose(){
this.setData({
showchoose:true
});
},
goCamara(){
this.setData({
showchoose:false
});
wx.navigateTo({
url: '/pages/temppage/temppage',
});
},
<page-container show="{{showchoose}}">
<view bind:tap="goCamara">拍照上传</view>
</page-container>
从其他页面进入到问题页面,调用showChoose将page-container显示,然后点击其中的拍照上传按钮触发goCamara方法,跳转到新的页面后点击返回回到问题页面,此时问题页面无法正常返回到上一页

请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
打印失败回调,看看具体报错