居民助手

This commit is contained in:
liuye
2024-01-04 15:40:27 +08:00
parent ae0952da7d
commit fe8384f1d7
2 changed files with 164 additions and 50 deletions

View File

@@ -21,6 +21,9 @@ class PageBase {
if (/navigationBarBackgroundColor/.test(vue)) {
this.style.navigationBarBackgroundColor = vue.replace(/[\s\S]*navigationBarBackgroundColor:([^,]+),[\s\S]*/gm, '$1').replace(/["']/g, '')?.trim()
}
if (/enablePullDownRefresh/.test(vue)) {
this.style.enablePullDownRefresh = true
}
} else {
this.style = {navigationBarTitleText: this.label}
//是否开启下拉刷新