zhaojs
2023-06-10 69ea24e8fdfb41fc48c3fdb8c444645c13b1bbc4
uniapp/pages/index/officialNotice.vue
@@ -1,7 +1,7 @@
<template>
   <view class="officialNotice wrapperLayer">
      <titleBar :titleText='"官方通知"' :pageForm='"officialNotice"'></titleBar>
      <view class="pageContent-container colCen">
      <view class="pageContent-container colCen" v-if='noticeList.length>0'>
         <block v-for="(items,index) in noticeList" :key="index">
            <view class="notice-items-container rowSta">
               <view class="leftsettingbox defIcon">
@@ -26,6 +26,9 @@
         
         <aLoadMore :status="loadstatus" mode="loading3" :showTitle='true' color="#999999" ></aLoadMore>
      </view>
      <view v-else>
         暂无通知
      </view>
   </view>
</template>