From bf58722dfd03ea1513f3acc7331d4d4403fca76e Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 18 Mar 2022 11:48:37 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web

---
 src/components/mobilePopupOurAfter/index.vue |   56 ++++++++++++++++++++++++++++++--------------------------
 1 files changed, 30 insertions(+), 26 deletions(-)

diff --git a/src/components/mobilePopupOurAfter/index.vue b/src/components/mobilePopupOurAfter/index.vue
index 4b1d5f4..6cb7644 100644
--- a/src/components/mobilePopupOurAfter/index.vue
+++ b/src/components/mobilePopupOurAfter/index.vue
@@ -6,7 +6,7 @@
     <!-- v-if="mBigPopupAfter" -->
     <div class="m_p_a_heard">
       <div><i class="el-icon-menu icon"></i></div>
-      社区列表
+      校区列表
       <div @click="closeBigPopupAfter"><i class="el-icon-close icon"></i></div>
     </div>
     <div class="m_p_a_center">
@@ -71,7 +71,7 @@
 <script>
 import { mapGetters } from "vuex";
 import { getList } from "@/api/mobile/orgnav/index"; // 机构单位
-import { getChildNavList } from "@/api/mobile/public/arc"; // 社区建筑
+import { getChildNavList } from "@/api/mobile/public/arc"; // 校区建筑
 import {
   // getListlivingFacilitiesr,
   // getListsupermarket,
@@ -98,13 +98,13 @@
       choiceValue: "",
       choiceDataUp: [
         {
-          // seeName: "社区内机构导览",
+          // seeName: "校区内机构导览",
           name: "机构单位",
           icon: "el-icon-s-cooperation",
           opendata: "openData1",
         },
         {
-          name: "社区建筑",
+          name: "校区建筑",
           opendata: "openData2",
           icon: "el-icon-s-management",
         },
@@ -145,27 +145,27 @@
         // ],
       ],
       openData1: [
-        // { name: "党群机构", type: 1, method: getList },
-        // { name: "职能部处", type: 2, method: getList },
+        { name: "党群机构", type: 1, method: getList },
+        { name: "职能部处", type: 2, method: getList },
         { name: "直属及附属单位", type: 3, method: getList },
-        // { name: "教学与科研机构", type: 4, method: getList },
+        { name: "教学与科研机构", type: 4, method: getList },
         { name: "其他机构", type: 5, method: getList },
       ],
       openData2: [
         { name: "行政办公", type: 1, method: getChildNavList },
-        // { name: "教学科研", type: 2, method: getChildNavList },
-        { name: "社区场馆", type: 3, method: getChildNavList },
-        // { name: '宿舍公寓', type: 4, method: getChildNavList },
-        // { name: '文化风景', type: 5, method: getChildNavList },
-        // { name: '家属住宅', type: 6, method: getChildNavList },
+        { name: "教学科研", type: 2, method: getChildNavList },
+        { name: "校区场馆", type: 3, method: getChildNavList },
+        { name: "宿舍公寓", type: 4, method: getChildNavList },
+        { name: "文化风景", type: 5, method: getChildNavList },
+        { name: "家属住宅", type: 6, method: getChildNavList },
         { name: "其他楼宇", type: 7, method: getChildNavList },
       ],
       // openData3: [
       //   { name: "食堂餐厅", type: 1, method: getListlivingFacilitiesr },
       //   { name: "购物超市", type: 2, method: getListsupermarket },
-      //   { name: "社区内医疗", type: 3, method: getListmedical },
+      //   { name: "校区内医疗", type: 3, method: getListmedical },
       //   { name: "邮寄快递", type: 4, method: getListmail },
-      //   { name: "社区浴室", type: 5, method: getListbathroom },
+      //   { name: "校区浴室", type: 5, method: getListbathroom },
       //   { name: "圈存机", type: 6, method: getListtransference },
       //   { name: "打字复印", type: 7, method: getListduplicate },
       //   { name: "AED", type: 8, method: getListaed },
@@ -175,21 +175,21 @@
       // openData6: [{ name: "停车场", type: 1, method: getListparking }],
       // openData5: [{ name: "出入口", type: 1, method: getListdoor }],
       openData3: [
-        // { name: "食堂餐厅", type: 1, method: getListLifeOnce },
-        // { name: "购物超市", type: 2, method: getListLifeOnce },
-        { name: "社区医疗", type: 3, method: getListLifeOnce },
-        // { name: "邮寄快递", type: 4, method: getListLifeOnce },
-        // { name: "社区浴室", type: 5, method: getListLifeOnce },
-        // // { name: "圈存机", type: 6, method: getListLifeOnce },
-        // { name: "打字复印", type: 7, method: getListLifeOnce },
-        // { name: "银行网点", type: 8, method: getListLifeOnce },
-        // { name: "AED", type: 9, method: getListLifeOnce },
-        // { name: "通信营业厅", type: 10, method: getListLifeOnce },
+        { name: "食堂餐厅", type: 1, method: getListLifeOnce },
+        { name: "购物超市", type: 2, method: getListLifeOnce },
+        { name: "校区医疗", type: 3, method: getListLifeOnce },
+        { name: "邮寄快递", type: 4, method: getListLifeOnce },
+        { name: "校区浴室", type: 5, method: getListLifeOnce },
+        // { name: "圈存机", type: 6, method: getListLifeOnce },
+        { name: "打字复印", type: 7, method: getListLifeOnce },
+        { name: "银行网点", type: 8, method: getListLifeOnce },
+        { name: "AED", type: 9, method: getListLifeOnce },
+        { name: "通信营业厅", type: 10, method: getListLifeOnce },
         { name: "停车场", type: 11, method: getListLifeOnce },
         { name: "出入口", type: 12, method: getListLifeOnce },
       ],
       openData4: [
-        // { name: "文化风景", type: 5, method: getChildNavList }
+        { name: "文化风景", type: 5, method: getChildNavList },
         { name: "活动", type: 1, method: getActivity },
       ],
       openData6: [{ name: "停车场", type: 11, method: getListLifeOnce }],
@@ -286,6 +286,7 @@
   justify-content: center;
 }
 .mobilePopupOurAfter {
+  font-size: 18px;
   position: fixed;
   top: 37.5%;
   // left: 13.5%;
@@ -343,7 +344,7 @@
     height: auto;
     @extend .flexCenter;
     flex-direction: column;
-    padding: 5px 0;
+    padding: 10px 0;
     .m_p_a_center_group {
       width: 100%;
       height: auto;
@@ -372,4 +373,7 @@
 .ismBigPopupAfter {
   left: 13.5%;
 }
+.m_p_a_c_o_down {
+  font-size: 14px;
+}
 </style>

--
Gitblit v1.9.3