|
|
@@ -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() {
|