|
@@ -245,18 +245,18 @@ export default {
|
|
|
},
|
|
|
// 红旗资产提现
|
|
|
handleRedFlagWithdraw() {
|
|
|
- // this.$router.push('/mention?type=1');
|
|
|
- this.$refs.toast.show('暂未开启', 'info');
|
|
|
+ this.$router.push('/mention?type=1');
|
|
|
+ // this.$refs.toast.show('暂未开启', 'info');
|
|
|
},
|
|
|
// 退休补贴提现
|
|
|
handleRetirementWithdraw() {
|
|
|
- // this.$router.push('/mention?type=2');
|
|
|
- this.$refs.toast.show('中央资金筹备中', 'info');
|
|
|
+ this.$router.push('/mention?type=2');
|
|
|
+ // this.$refs.toast.show('中央资金筹备中', 'info');
|
|
|
},
|
|
|
// 党员薪资提现
|
|
|
handlePartySalaryWithdraw() {
|
|
|
- // this.$router.push('/mention?type=3');
|
|
|
- this.$refs.toast.show('统一打款', 'info');
|
|
|
+ this.$router.push('/mention?type=3');
|
|
|
+ // this.$refs.toast.show('统一打款', 'info');
|
|
|
},
|
|
|
// 每日现金提现
|
|
|
handleDailyCashWithdraw() {
|