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 @@ - - - - + + + + + + + +