diff --git a/src/components/Dialogs/loadingDialog.vue b/src/components/Dialogs/loadingDialog.vue index 7690991..b68df43 100644 --- a/src/components/Dialogs/loadingDialog.vue +++ b/src/components/Dialogs/loadingDialog.vue @@ -21,10 +21,6 @@ const props = defineProps({ type: Boolean, required: true, }, -buyDataArr: { - type: Array, - required: true, -}, }); const emit = defineEmits(['handleClose']) diff --git a/src/components/Dialogs/sellDialog.vue b/src/components/Dialogs/sellDialog.vue index a21c7d7..9e0b7a4 100644 --- a/src/components/Dialogs/sellDialog.vue +++ b/src/components/Dialogs/sellDialog.vue @@ -195,7 +195,8 @@ const sellConfirm = async () => { message.error('Your product failed to be listed') } } else { - alert("价格不能为空"); + // alert("Price cannot be empty"); + message.error('Price cannot be empty') } }; diff --git a/src/components/assets/hanging.vue b/src/components/assets/hanging.vue index 294a038..6b8dc47 100644 --- a/src/components/assets/hanging.vue +++ b/src/components/assets/hanging.vue @@ -55,6 +55,8 @@ const getHistoryList = async () => { } if(myAddress) { let res = await apiHangingState(data) + console.log(res) + return for (let sub of res.rows) { if (sub.event?.data) { const _data = formatPrice(sub.event.data) diff --git a/src/components/assets/myCard.vue b/src/components/assets/myCard.vue index e9c8dd1..11cffb0 100644 --- a/src/components/assets/myCard.vue +++ b/src/components/assets/myCard.vue @@ -25,14 +25,14 @@ Enabled