From 953ee74ba5de853d8f6d390c2a8919cbadff4d28 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 05 Jan 2022 09:21:12 +0800
Subject: [PATCH] 部分修改

---
 src/components/mobilePopupOurAfter/index.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/components/mobilePopupOurAfter/index.vue b/src/components/mobilePopupOurAfter/index.vue
index 2aee1af..9476a1a 100644
--- a/src/components/mobilePopupOurAfter/index.vue
+++ b/src/components/mobilePopupOurAfter/index.vue
@@ -33,7 +33,7 @@
 
 <script>
 import { getList } from "@/api/mobile/orgnav/index"; //机构单位
-import { getChildNavList } from "@/api/mobile/public/arc"; //校园建筑
+import { getChildNavList } from "@/api/mobile/public/arc"; //社区建筑
 import {
   // getListlivingFacilitiesr,
   // getListsupermarket,
@@ -61,7 +61,7 @@
           opendata: "openData1",
         },
         {
-          name: "校园建筑",
+          name: "社区建筑",
           opendata: "openData2",
           icon: "el-icon-s-management",
         },
@@ -98,7 +98,7 @@
       openData2: [
         { name: "行政办公", type: 1, method: getChildNavList },
         { name: "教学科研", type: 2, method: getChildNavList },
-        { name: "校内场馆", type: 3, method: getChildNavList },
+        { name: "社区场馆", type: 3, method: getChildNavList },
         { name: "宿舍公寓", type: 4, method: getChildNavList },
         { name: "文化风景", type: 5, method: getChildNavList },
         { name: "家属住宅", type: 6, method: getChildNavList },
@@ -107,7 +107,7 @@
       // 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: 6, method: getListtransference },
@@ -121,7 +121,7 @@
       openData3: [
         { name: "食堂餐厅", type: 1, method: getListLifeOnce },
         { name: "购物超市", type: 2, method: getListLifeOnce },
-        { name: "校内医疗", type: 3, method: getListLifeOnce },
+        { name: "社区内医疗", type: 3, method: getListLifeOnce },
         { name: "邮寄快递", type: 4, method: getListLifeOnce },
         { name: "学生浴室", type: 5, method: getListLifeOnce },
         { name: "圈存机", type: 6, method: getListLifeOnce },

--
Gitblit v1.9.3