引入Wot UI组件库
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="page">
|
||||
<fy-header title="公告" back />
|
||||
<view v-if="!rows.length" class="empty">暂无公告</view>
|
||||
<wd-status-tip v-if="!rows.length" image="content" tip="暂无公告" />
|
||||
<view v-for="r in rows" :key="r.id" class="card item">
|
||||
<text class="t">{{ r.title }}</text>
|
||||
<text class="s">{{ r.createdAt || r.publishAt || '' }}</text>
|
||||
|
||||
Reference in New Issue
Block a user