|
@@ -30,7 +30,6 @@
|
|
|
|
|
|
|
|
<!-- 管理员操作按钮(仅管理员可见) -->
|
|
<!-- 管理员操作按钮(仅管理员可见) -->
|
|
|
<view class="fe-actions" v-if="isAdmin">
|
|
<view class="fe-actions" v-if="isAdmin">
|
|
|
- <button class="fe-btn fe-btn-withdraw" @click="showWithdrawSheet = true">提现</button>
|
|
|
|
|
<button class="fe-btn fe-btn-distribute" @click="showDistributeSheet = true">分配收益</button>
|
|
<button class="fe-btn fe-btn-distribute" @click="showDistributeSheet = true">分配收益</button>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -68,8 +67,8 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
- <!-- 提现弹窗 -->
|
|
|
|
|
- <view class="sheet-mask" v-if="showWithdrawSheet" @click="showWithdrawSheet = false">
|
|
|
|
|
|
|
+ <!-- 提现弹窗(暂屏蔽) -->
|
|
|
|
|
+ <!-- <view class="sheet-mask" v-if="showWithdrawSheet" @click="showWithdrawSheet = false">
|
|
|
<view class="sheet-content" @click.stop>
|
|
<view class="sheet-content" @click.stop>
|
|
|
<text class="sheet-title">家庭收益提现</text>
|
|
<text class="sheet-title">家庭收益提现</text>
|
|
|
<text class="sheet-hint">可提现余额: {{ fenToYuan(familySummary ? familySummary.availableAmount : 0) }}</text>
|
|
<text class="sheet-hint">可提现余额: {{ fenToYuan(familySummary ? familySummary.availableAmount : 0) }}</text>
|
|
@@ -79,7 +78,7 @@
|
|
|
<button class="sheet-confirm" @click="doWithdraw" :disabled="!withdrawAmount || withdrawAmount <= 0">确认提现</button>
|
|
<button class="sheet-confirm" @click="doWithdraw" :disabled="!withdrawAmount || withdrawAmount <= 0">确认提现</button>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- </view>
|
|
|
|
|
|
|
+ </view> -->
|
|
|
|
|
|
|
|
<!-- 分配弹窗 -->
|
|
<!-- 分配弹窗 -->
|
|
|
<view class="sheet-mask" v-if="showDistributeSheet" @click="showDistributeSheet = false">
|
|
<view class="sheet-mask" v-if="showDistributeSheet" @click="showDistributeSheet = false">
|
|
@@ -158,12 +157,13 @@
|
|
|
</view>
|
|
</view>
|
|
|
<text class="menu-text">佣金明细</text>
|
|
<text class="menu-text">佣金明细</text>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="menu-item" @click="goWithdraw" v-if="!isChild">
|
|
|
|
|
|
|
+ <!-- 立即提现(暂屏蔽) -->
|
|
|
|
|
+ <!-- <view class="menu-item" @click="goWithdraw" v-if="!isChild">
|
|
|
<view class="menu-icon-wrap icon-withdraw">
|
|
<view class="menu-icon-wrap icon-withdraw">
|
|
|
<text class="menu-icon-text">💰</text>
|
|
<text class="menu-icon-text">💰</text>
|
|
|
</view>
|
|
</view>
|
|
|
<text class="menu-text">立即提现</text>
|
|
<text class="menu-text">立即提现</text>
|
|
|
- </view>
|
|
|
|
|
|
|
+ </view> -->
|
|
|
<view class="menu-item" @click="goInvite">
|
|
<view class="menu-item" @click="goInvite">
|
|
|
<view class="menu-icon-wrap icon-invite">
|
|
<view class="menu-icon-wrap icon-invite">
|
|
|
<text class="menu-icon-text">👥</text>
|
|
<text class="menu-icon-text">👥</text>
|