OSDN Git Service

update on window close
[bytom/Byone.git] / src / views / sendTransaction / transfer.vue
index 09f04fe..7bc6d66 100644 (file)
@@ -196,7 +196,6 @@ export default {
             this.transaction.to = "";
             this.transaction.amount = "";
             if(this.$route.query.type == 'popup'){
-               LocalStream.send({method:'transfer',action:'reject'});
                window.close();
             }
         },