commit
0cad05edf6
@ -49,7 +49,7 @@ const messages = computed(() => {
|
|||||||
}`">
|
}`">
|
||||||
<span class="inset-x-0 inset-y-0 opacity-10 absolute" :class="`bg-${tx.tx_response.code === 0 ? 'success' : 'error'
|
<span class="inset-x-0 inset-y-0 opacity-10 absolute" :class="`bg-${tx.tx_response.code === 0 ? 'success' : 'error'
|
||||||
}`"></span>
|
}`"></span>
|
||||||
{{ tx.tx_response.code === 0 ? 'Success' : 'Failded' }}
|
{{ tx.tx_response.code === 0 ? 'Success' : 'Failed' }}
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user