From 9b7eee173f93aee6144b2dd15635aed7005c1af3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com>
Date: Wed, 7 Jul 2021 15:38:53 +0800
Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/notice/index.js | 13 +++++-
src/main.js | 8 ++--
src/views/index.vue | 2 +-
src/views/notice/index.vue | 85 ++++++++++++++++++++++++--------------
4 files changed, 69 insertions(+), 39 deletions(-)
diff --git a/src/api/notice/index.js b/src/api/notice/index.js
index cbe9ff12..3ca92686 100644
--- a/src/api/notice/index.js
+++ b/src/api/notice/index.js
@@ -1,10 +1,19 @@
import request from '@/utils/request'
-//通讯录查询
-export function newList(query) {
+//成交公告
+export function noticeList(query) {
return request({
url: '/transaction/website/outproject/publicity',
method: 'get',
params: query
})
}
+
+//鉴证公告
+export function Attestation(query) {
+ return request({
+ url: '/transaction/website/jzlist',
+ method: 'get',
+ params: query
+ })
+}
diff --git a/src/main.js b/src/main.js
index 7c02cf65..9a08a250 100644
--- a/src/main.js
+++ b/src/main.js
@@ -11,10 +11,10 @@ import './config/flexible'
import store from './store/'
import './permission' // permission control
-// import { getDicts } from "utils/data";
-//
-// //全局方法挂载
-// Vue.prototype.getDicts = () => new getDicts();
+import { getDicts } from "@/utils/data";
+
+//全局方法挂载
+Vue.prototype.getDicts = getDicts;
// Vant 引用
import Vant from 'vant';
diff --git a/src/views/index.vue b/src/views/index.vue
index 39944aaa..1ba51da5 100644
--- a/src/views/index.vue
+++ b/src/views/index.vue
@@ -7,7 +7,7 @@
农村产权交易平台
-
+
{{item.title}}
diff --git a/src/views/notice/index.vue b/src/views/notice/index.vue
index c6162c46..5c3f0c61 100644
--- a/src/views/notice/index.vue
+++ b/src/views/notice/index.vue
@@ -14,20 +14,11 @@
:finished="finished"
finished-text="没有更多了"
style="margin-top: 10px;"
+ @load="getList"
>
-
+
- 项目编号:TD-ZC-21213685 2021-06-30
-
-
-
-
- 项目编号:TD-ZC-21213685 2021-06-30
-
-
-
-
- 项目编号:TD-ZC-21213685 2021-06-30
+ 项目编号:{{item.projectCode}} {{item.contractDate}}
@@ -35,22 +26,13 @@
鉴证公告
-
-
- 鉴证书编号:[202113184] 2021-06-30
-
-
-
-
- 鉴证书编号:[202113184] 2021-06-30
-
-
-
+
鉴证书编号:[202113184] 2021-06-30
@@ -62,7 +44,7 @@