|
@@ -78,7 +78,7 @@
|
|
</div>
|
|
</div>
|
|
<div class="profit-amount">¥{{ userInfo.dayred }}</div>
|
|
<div class="profit-amount">¥{{ userInfo.dayred }}</div>
|
|
</div>
|
|
</div>
|
|
- <div class="profit-left">
|
|
|
|
|
|
+ <!-- <div class="profit-left">
|
|
<div class="profit-header">
|
|
<div class="profit-header">
|
|
<span class="item_label">医疗补贴</span>
|
|
<span class="item_label">医疗补贴</span>
|
|
<button class="profit-btn button-click-effect" @click="handleMedicalWithdraw">提现</button>
|
|
<button class="profit-btn button-click-effect" @click="handleMedicalWithdraw">提现</button>
|
|
@@ -91,7 +91,7 @@
|
|
<button class="profit-btn button-click-effect" @click="handleOriginalSharesWithdraw">提现</button>
|
|
<button class="profit-btn button-click-effect" @click="handleOriginalSharesWithdraw">提现</button>
|
|
</div>
|
|
</div>
|
|
<div class="profit-amount">¥{{ userInfo.guquan }}</div>
|
|
<div class="profit-amount">¥{{ userInfo.guquan }}</div>
|
|
- </div>
|
|
|
|
|
|
+ </div> -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
@@ -121,18 +121,18 @@
|
|
<img src="@/assets/225.png" alt="资金明细" />
|
|
<img src="@/assets/225.png" alt="资金明细" />
|
|
<span>资金明细</span>
|
|
<span>资金明细</span>
|
|
</div>
|
|
</div>
|
|
- <div class="function-item button-click-effect" @click="$router.push('/asset-center')">
|
|
|
|
|
|
+ <!-- <div class="function-item button-click-effect" @click="$router.push('/asset-center')">
|
|
<img src="@/assets/226.png" alt="股权管理" />
|
|
<img src="@/assets/226.png" alt="股权管理" />
|
|
<span>股权管理</span>
|
|
<span>股权管理</span>
|
|
- </div>
|
|
|
|
|
|
+ </div> -->
|
|
<div class="function-item button-click-effect" @click="$router.push('/retirement-subsidy')">
|
|
<div class="function-item button-click-effect" @click="$router.push('/retirement-subsidy')">
|
|
<img src="@/assets/227.png" alt="退休补贴" />
|
|
<img src="@/assets/227.png" alt="退休补贴" />
|
|
<span>退休补贴</span>
|
|
<span>退休补贴</span>
|
|
</div>
|
|
</div>
|
|
- <div class="function-item button-click-effect" @click="$router.push('/order-management')">
|
|
|
|
|
|
+ <!-- <div class="function-item button-click-effect" @click="$router.push('/order-management')">
|
|
<img src="@/assets/228.png" alt="订单管理" />
|
|
<img src="@/assets/228.png" alt="订单管理" />
|
|
<span>订单管理</span>
|
|
<span>订单管理</span>
|
|
- </div>
|
|
|
|
|
|
+ </div> -->
|
|
<!-- <div class="function-item button-click-effect" @click="$router.push('/lever-list')">
|
|
<!-- <div class="function-item button-click-effect" @click="$router.push('/lever-list')">
|
|
<span>礼品<br/>福利</span>
|
|
<span>礼品<br/>福利</span>
|
|
</div>
|
|
</div>
|
|
@@ -245,15 +245,18 @@ export default {
|
|
},
|
|
},
|
|
// 红旗资产提现
|
|
// 红旗资产提现
|
|
handleRedFlagWithdraw() {
|
|
handleRedFlagWithdraw() {
|
|
- this.$router.push('/mention?type=1');
|
|
|
|
|
|
+ // this.$router.push('/mention?type=1');
|
|
|
|
+ this.$refs.toast.show('暂未开启', 'info');
|
|
},
|
|
},
|
|
// 退休补贴提现
|
|
// 退休补贴提现
|
|
handleRetirementWithdraw() {
|
|
handleRetirementWithdraw() {
|
|
- this.$router.push('/mention?type=2');
|
|
|
|
|
|
+ // this.$router.push('/mention?type=2');
|
|
|
|
+ this.$refs.toast.show('中央资金筹备中', 'info');
|
|
},
|
|
},
|
|
// 党员薪资提现
|
|
// 党员薪资提现
|
|
handlePartySalaryWithdraw() {
|
|
handlePartySalaryWithdraw() {
|
|
- this.$router.push('/mention?type=3');
|
|
|
|
|
|
+ // this.$router.push('/mention?type=3');
|
|
|
|
+ this.$refs.toast.show('统一打款', 'info');
|
|
},
|
|
},
|
|
// 每日现金提现
|
|
// 每日现金提现
|
|
handleDailyCashWithdraw() {
|
|
handleDailyCashWithdraw() {
|