diff --git a/manifest.json b/manifest.json
index 7fe2abf..05ba156 100644
--- a/manifest.json
+++ b/manifest.json
@@ -60,7 +60,8 @@
},
"usingComponents": true,
"optimization": {
- "subPackages": true //是否启用分包优化
+ "subPackages": true
+ //是否启用分包优化
},
"debug": false,
"permission": {
diff --git a/pages/memorial/memorial.vue b/pages/memorial/memorial.vue
index 056d84a..8235d19 100644
--- a/pages/memorial/memorial.vue
+++ b/pages/memorial/memorial.vue
@@ -44,7 +44,7 @@
-
+
@@ -96,7 +96,11 @@ export default {
},
onShow() {
// 返回该页面时,刷新状态栏数据,避免与供奉页操作不一致
- if (this.selectedUnitId && this.$refs.statusBar && typeof this.$refs.statusBar.loadUnitData === 'function') {
+ if (
+ this.selectedUnitId &&
+ this.$refs.statusBar &&
+ typeof this.$refs.statusBar.loadUnitData === "function"
+ ) {
this.$refs.statusBar.loadUnitData(this.selectedUnitId);
}
},
diff --git a/pages/memorial/memorialHall.vue b/pages/memorial/memorialHall.vue
index e7a161b..5192c88 100644
--- a/pages/memorial/memorialHall.vue
+++ b/pages/memorial/memorialHall.vue
@@ -119,7 +119,7 @@
/>
-
+