<page-container
show="{{show=='新建记录'}}"
round="true"
duration="300"
position="right"
>
<scroll-view scroll-y="true" style="width: 100%" >
<view style=" margin-top: 100px;">
<button type="primary" bindtap="exit">退出</button>
</view>
</scroll-view>
</page-container>
<!-- 查询记录 -->
<page-container
show="{{show=='查询记录'}}"
round="true"
duration="300"
position="right"
>
<scroll-view scroll-y="true" style="width: 100%" >
<view style=" margin-top: 100px;">
<button type="primary" bindtap="exit">退出</button>
</view>
</scroll-view>
</page-container>
求解答。
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
是遇到数据重复了?