diff --git a/pages.json b/pages.json index 5bf1427..5a9f51d 100644 --- a/pages.json +++ b/pages.json @@ -170,6 +170,15 @@ "enablePullDownRefresh": false, "navigationStyle": "custom" } + }, + { + "path" : "pages/abbot/abbot", + "style" : + { + "navigationBarTitleText" : "", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } } ], diff --git a/pages/abbot/abbot.vue b/pages/abbot/abbot.vue new file mode 100644 index 0000000..9b871f1 --- /dev/null +++ b/pages/abbot/abbot.vue @@ -0,0 +1,325 @@ + + + + + diff --git a/pages/index/index.vue b/pages/index/index.vue index c35eab4..0b38ea3 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -14,12 +14,9 @@ bgc: { backgroundColor: "#8883f0", }, - - } }, methods: { - } } diff --git a/pages/institutionalStructure/mixins/data-manager.js b/pages/institutionalStructure/mixins/data-manager.js index 4951be0..adc72cd 100644 --- a/pages/institutionalStructure/mixins/data-manager.js +++ b/pages/institutionalStructure/mixins/data-manager.js @@ -7,7 +7,7 @@ export const dataManagerMixin = { data() { return { // 数据数组 - dataList: [], + dataList: [], // 加载状态 loading: false, // 分页参数