From 3a900f686c74a307191b76c1e5e861a95d1bdb05 Mon Sep 17 00:00:00 2001
From: xuxy <1059738716@qq.com>
Date: 星期四, 27 六月 2024 15:48:42 +0800
Subject: [PATCH] 1
---
pages/notice/list.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pages/notice/list.vue b/pages/notice/list.vue
index 0c511f0..5b48e4a 100644
--- a/pages/notice/list.vue
+++ b/pages/notice/list.vue
@@ -1,7 +1,7 @@
<template>
<!-- 列表页面 -->
<view>
- <view class="p15" style="min-height: calc(100vh - 160rpx);">
+ <view class="p15" style="min-height: calc(100vh - 260rpx);">
<no-data v-if="!list||list.length==0" style="width: 100%;"></no-data>
<view v-for="(item,index) in list" :key="index" class="m-b-24">
<view @click.stop="toDetail(item)" class="notice-item">
@@ -25,7 +25,7 @@
},
onLoad() {
// this.list = [{},{}]
- this.listApi = '/api/ua/announcement/list'
+ this.listApi = '/api/announcement/page'
this.getList()
},
--
Gitblit v1.9.3