Commit 738c427e authored by xhx's avatar xhx

fix:委托成功绑定

parent 10767c60
......@@ -117,10 +117,10 @@ export default Vue.extend({
Toast(res.data.result.receipt.tyName)
} else {
const isBind = this.isBind ? true : false
if (isBind) {
Toast.success('委托成功')
return
}
// if (isBind) {
// Toast.success('委托成功')
// return
// }
bindPool(this.info.id, value, isBind).then(async (r: any) => {
if (r.data.data.isSucc) {
this.$store.commit('global/SET_BALANCE', this.ticket)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment