parent
3b10eb5881
commit
a62ca5cdd4
|
|
@ -25,8 +25,8 @@
|
|||
</div>
|
||||
<div class="left">{{this.fun.initWithdrawal()}}{{poundage_name}}</div>
|
||||
<div class="right">{{actual_poundage}}元</div>
|
||||
<div class="left">{{this.fun.initWithdrawal()}}劳务税</div>
|
||||
<div class="right">{{actual_servicetax}}元</div>
|
||||
<!--<div class="left">{{this.fun.initWithdrawal()}}劳务税</div>-->
|
||||
<!--<div class="right">{{actual_servicetax}}元</div>-->
|
||||
<div class="left">打款金额</div>
|
||||
<div class="right" @click="show_detail">{{actual_amounts}}元 ></div>
|
||||
<div class="left" style="flex: 20%;">备注</div>
|
||||
|
|
|
|||
|
|
@ -966,8 +966,10 @@ export default {
|
|||
this.withTypeTipsTitle=`${manual.name}-支付宝`;
|
||||
this.withTypeTips = `通过审核后将由工作人员打款到您的支付宝!`;
|
||||
} else if (manual.manual_type == 4) {
|
||||
this.withTypeTipsTitle=`${manual.name}-第三方代发`;
|
||||
this.withTypeTips=`通过审核后将第三方代发到您的银行卡!`;
|
||||
// this.withTypeTipsTitle=`${manual.name}-第三方代发`;
|
||||
let manualName = manual.name.replace("手动打款", "");
|
||||
this.withTypeTipsTitle=`${manualName}- 银行卡`;
|
||||
this.withTypeTips=`通过审核后将由第三方代发到您的银行卡!`;
|
||||
}
|
||||
break;
|
||||
case "alipay":
|
||||
|
|
|
|||
|
|
@ -124,7 +124,7 @@ export default {
|
|||
],
|
||||
broker_tool_list:[
|
||||
{ title: '我的权重值', sub_title: '查看权重值', icon: '001.png', path_name: 'weight_value' },
|
||||
{ title: '我的典藏', sub_title: '我的画作', icon: '002.png', path_name: 'collection_room' },
|
||||
// { title: '我的典藏', sub_title: '我的画作', icon: '002.png', path_name: 'collection_room' },
|
||||
{ title: '我的客户', sub_title: '团队客户明细', icon: '003.png', path_name: 'myRelationship' },
|
||||
{ title: '分享二维码', sub_title: '生成分享码', icon: '004.png', path_name: 'qrcode' },
|
||||
{ title: '团队业绩', sub_title: '团队累计业绩', icon: '005.png', path_name: 'incomedetails' },
|
||||
|
|
|
|||
|
|
@ -46,20 +46,20 @@
|
|||
</div>
|
||||
<div class="top-info-content" v-else-if="page_params.type_name == 'shareholding'">
|
||||
<div class="hold-info">
|
||||
<div class="hold-num">1123.01</div>
|
||||
<div class="hold-num">{{ info.weight_income }}</div>
|
||||
<div class="hold-desc">股权收益明细<i class="fa fa-angle-right"></i></div>
|
||||
</div>
|
||||
<div class="statistics-list">
|
||||
<div class="statistics-block">
|
||||
<div class="b-num">901</div>
|
||||
<div class="b-num">{{ info.weight_income_undrawn }}</div>
|
||||
<div class="b-title">可易出收益</div>
|
||||
</div>
|
||||
<div class="statistics-block">
|
||||
<div class="b-num">218</div>
|
||||
<div class="b-num">{{ info.weight_income_withdrawn }}</div>
|
||||
<div class="b-title">已易出收益</div>
|
||||
</div>
|
||||
<div class="statistics-block">
|
||||
<div class="b-num">84</div>
|
||||
<div class="b-num">{{ info.poundage }}</div>
|
||||
<div class="b-title">总服务费</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -20,10 +20,10 @@
|
|||
<template #title>
|
||||
<div>
|
||||
<div>头像</div>
|
||||
<div @click="updateInfo" style="display: flex;" v-if="fun.getWebEnv() != '5'" :style="'color:'+'var(--themeBaseColor)'">
|
||||
<!--<div @click="updateInfo" style="display: flex;" v-if="fun.getWebEnv() != '5'" :style="'color:'+'var(--themeBaseColor)'">
|
||||
<div class="iconfont icon-fontclass-gengxin" style="font-size: 12px;"></div>
|
||||
<span class="span">更新资料</span>
|
||||
</div>
|
||||
</div>-->
|
||||
</div>
|
||||
</template>
|
||||
<template #default>
|
||||
|
|
|
|||
Loading…
Reference in New Issue