添加页面

This commit is contained in:
zhengw
2026-02-02 16:58:37 +08:00
parent bdee04ad67
commit 1c0e0b265d
38 changed files with 1575 additions and 10 deletions

View File

@@ -13,6 +13,8 @@ Component({
headerStyle: null,
contentStyle: null,
footerStyle: null,
showMoreBar: { type: Boolean, value: true },
showAll: { type: Boolean, value: false },
},
lifetimes: {
attached() {
@@ -27,7 +29,7 @@ Component({
*/
data: {
showMore: false,
showMoreBar: true,
// showMoreBar: true,
},
/**
* 组件的方法列表