Browse Source

修改提币记录撤销逻辑

master
liaoxinyu 1 month ago
parent
commit
cb16d207a5
  1. 2
      pages/assets/draw1.vue
  2. 6
      pages/assets/records.vue

2
pages/assets/draw1.vue

@ -393,7 +393,7 @@
left: 0;
right: 0;
bottom: 0;
background-color: rgba(255, 255, 255, 0.8);
background-color: rgba(122, 122, 122, 0.8);
display: flex;
justify-content: center;
align-items: center;

6
pages/assets/records.vue

@ -114,6 +114,12 @@ import formData from "@/utils/class/date";
this.depositHistory();
}
},
cancelWithdraw(item) {
Wallet.cancelWithdraw({ withdraw_id: item.id }).then(res => {
this.$toast(this.$t('otc.d4'));
this.getWithdrawRecords()
})
},
},
onLoad(e) {
// console.log('---------',e);

Loading…
Cancel
Save