|
@@ -275,6 +275,9 @@ export default {
|
|
|
.catch(e => {
|
|
.catch(e => {
|
|
|
this.$toast(e.error || '申请提现失败');
|
|
this.$toast(e.error || '申请提现失败');
|
|
|
});
|
|
});
|
|
|
|
|
+ },
|
|
|
|
|
+ all() {
|
|
|
|
|
+ console.log('111');
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
};
|
|
};
|
|
@@ -693,6 +696,7 @@ export default {
|
|
|
bottom: 0;
|
|
bottom: 0;
|
|
|
margin: auto;
|
|
margin: auto;
|
|
|
right: 16px;
|
|
right: 16px;
|
|
|
|
|
+ z-index: 1;
|
|
|
&:active {
|
|
&:active {
|
|
|
background: fade(@prim, 20%);
|
|
background: fade(@prim, 20%);
|
|
|
}
|
|
}
|