<page-container show="{{show=='业绩申请'}}"
duration="300"
position="bottom"
custom-style="height: 100%;"
bindafterleave="exit"
>
<view class="w95x center ma10 pa10 b_s br5 c_green fb ">{{show}}</view>
<scroll-view scroll-y="true" style="width: 100% ;height:100%;" >
</scroll-view>
</page-container>
左上角的返回按钮,正常操作应为返回原页面。但是目前确是返回了上一层页面。求原因。
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。