图一为开发工具中预览效果(Android真机同)
图二为iOS真机预览效果
iOS真机预览时,page-container中的按钮不显示(真机调试模式下可以找到对应的标签),并且会显示拉起page-container的页面中的标签(提交按钮)
代码结构:
<!--位置签到页 -->
<view>
<scroll-view>
<my-component></my-component>
</scroll-view>
<view>
<button>提交</button>
</view>
</view>
<!-- my-component: -->
<page-container>
<view>
others
</view>
<view class="footer">
<button>取消</button>
<button>确定</button>
</view>
</page-container>
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。