From 98d49c05116416081b2aefb89e163d17f6887271 Mon Sep 17 00:00:00 2001 From: long <18782126717@163.com> Date: Fri, 22 Jul 2022 18:07:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=89=8B=E5=8A=A8=E7=A1=AE?= =?UTF-8?q?=E8=AE=A4=E9=93=BE=E4=B8=8A=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/collection.js | 11 ++++++ src/views/push/index.vue | 75 ++++++++++++++++++++++++------------ 2 files changed, 62 insertions(+), 24 deletions(-) diff --git a/src/api/system/collection.js b/src/api/system/collection.js index f6b8cd3..2b479fb 100644 --- a/src/api/system/collection.js +++ b/src/api/system/collection.js @@ -26,6 +26,9 @@ export function addCollection(data) { }) } + + + // 修改nft上链 export function updateCollection(data) { return request({ @@ -42,3 +45,11 @@ export function delCollection(id) { method: 'delete' }) } +//确认上链 +export function confirmUplink(data) { + return request({ + url: '/system/collection/confirmUplink', + method: 'post', + data: data + }) +} diff --git a/src/views/push/index.vue b/src/views/push/index.vue index 9ee4cad..0a700ce 100644 --- a/src/views/push/index.vue +++ b/src/views/push/index.vue @@ -84,16 +84,16 @@ - - - - - - - - - - + + 手动确认上链状态 + @@ -190,14 +190,24 @@ - - - - + + + + + + + +