Skip to content

Page 页面

页面组件,用于定义页面的布局和结构,支持配置导航栏、标签栏、加载状态、加载时间、页面模式等。

支持平台

安卓iosweb微信小程序支付宝小程序QQ小程序
xxx
html
<t-page :showBack="false" class='h.100%' :navbar="false" :scrollDisabled='true'></t-page>

Props

名称描述类型默认值
navbar是否显示导航栏Booleantrue
tabbar是否显示标签栏Booleantrue
isLoading是否显示加载状态(懒加载)Booleantrue
loadingTime加载状态的显示时间,单位为毫秒Number100
mode页面模式String'scroll-view'
scrollDisabled是否禁用页面滚动Booleanfalse

Events

名称描述参数
initFinished页面初始化完成时触发-