소스 검색

修改公告代码逻辑

adminthw 4 년 전
부모
커밋
e5fb2f5ee2
1개의 변경된 파일1개의 추가작업 그리고 10개의 파일을 삭제
  1. 1 10
      pages/notice/index.vue

+ 1 - 10
pages/notice/index.vue

@@ -23,9 +23,7 @@
           style="width: 34px; height: 34px"
         ></image>
         <view class="notice-content display-around-column">
-          <view class="notice-content-font">{{
-          item.title
-          }}</view>
+          <view class="notice-content-font">{{ item.title }}</view>
           <view class="notice-content-time">{{
             item.publish_time | globalTime
           }}</view>
@@ -58,13 +56,6 @@ export default {
         // },
       ],
       input: "",
-      imgUrl: [
-        "/static/navList/activity-icon.png", //活动 1
-        "/static/navList/policy-icon.png", //政策 type2
-
-        "/static/navList/notice-icon.png", //通知 3
-      ],
-      titleList: ["活动预告 | ", "政策速览 | ", "通知公告 | "],
     };
   },
   onLoad() {