|
|
@ -1,8 +1,9 @@ |
|
|
|
<template> |
|
|
|
<view class="bind-user"> |
|
|
|
<view class="bind-user-header"> |
|
|
|
<view class="flex mb28"> |
|
|
|
<up-image width="120rpx" height="120rpx" :src="state.baseInfo.info.userImage" shape="circle"></up-image> |
|
|
|
<view class="flex mb28" v-if="state.baseInfo && state.baseInfo.info"> |
|
|
|
<up-image width="120rpx" height="120rpx" |
|
|
|
:src="state.baseInfo.info.userImage" shape="circle"></up-image> |
|
|
|
<view class="header-name"> |
|
|
|
<view class="font32 mb20 color-040">{{ state.baseInfo.info.userName }}</view> |
|
|
|
<view class="label1" v-if="state.baseInfo.partner_level"> |
|
|
@ -18,11 +19,13 @@ |
|
|
|
高级伴宠师 |
|
|
|
</view> --> |
|
|
|
<view class="flex font24"> |
|
|
|
<view :style="{color:'#A55822'}" v-if="state.baseInfo.partner_new_num">当前分成比例: |
|
|
|
<text :style="{color:'#C12525'}">{{state.baseInfo.partner_new_num}}</text> |
|
|
|
<view |
|
|
|
style="margin-right: 20rpx;" |
|
|
|
:style="{color:'#A55822'}" v-if="state.baseInfo.partner_new_num"> |
|
|
|
当前分成比例<text :style="{color:'#C12525'}">{{state.baseInfo.partner_new_num}}</text> |
|
|
|
</view> |
|
|
|
<view :style="{color:'#A55822'}" v-if="state.baseInfo.partner_upgrade_num">晋级后分成比例: |
|
|
|
<text :style="{color:'#C12525'}">{{state.baseInfo.partner_upgrade_num}}</text> |
|
|
|
<view :style="{color:'#A55822'}" v-if="state.baseInfo.partner_upgrade_num"> |
|
|
|
晋级后分成比例<text :style="{color:'#C12525'}">{{state.baseInfo.partner_upgrade_num}}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- <view class="color-a55 size-24 mt16" v-html="state.baseInfo.level_details"> |
|
|
@ -59,8 +62,14 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view style="margin-top: 17rpx; padding: 15rpx 29rpx; background-color: #FFF4E6; border-radius: 16rpx;" > |
|
|
|
<up-parse :content="configList.cumulative_reward_statement.paramValueArea" containerStyle="{ |
|
|
|
<view |
|
|
|
v-if="state.state == 1" |
|
|
|
style="margin-top: 17rpx; |
|
|
|
padding: 15rpx 29rpx; |
|
|
|
background-color: #FFF4E6; |
|
|
|
border-radius: 16rpx;" > |
|
|
|
<up-parse :content="configList.cumulative_reward_statement.paramValueArea" |
|
|
|
containerStyle="{ |
|
|
|
color: '#A55822', |
|
|
|
fontSize: '22rpx', |
|
|
|
lineHeight: '29rpx', |
|
|
@ -139,7 +148,6 @@ const getBaseInfo = () => { |
|
|
|
}) |
|
|
|
bindCode(state.info.userId).then(res => { |
|
|
|
state.code = { |
|
|
|
...cardData, |
|
|
|
code: res.data.code |
|
|
|
} |
|
|
|
state.posterUrl = res.data.url |
|
|
|