|
@@ -42,7 +42,7 @@ onMounted(async () => {
|
|
|
</view>
|
|
|
<view class="bg-[#F2F2F2] flex px-[32rpx] py-[10rpx] text-[24rpx] text-black/40 rounded-full items-center">
|
|
|
<text class="mr-[10rpx]">二级推荐:{{ count.twoPassCount }}人</text>
|
|
|
- <icon @click="tips('我的推荐设计师,推荐的新设计师加入筑巢荟,并且已经完成认证的设计师数量')" type="info_circle" size="16" color="#999"></icon>
|
|
|
+ <icon @click="tips('我推荐的设计师,推荐了其他设计师加入筑巢荟,并且已经完成认证的设计师数量')" type="info_circle" size="16" color="#999"></icon>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="flex justify-between">
|
|
@@ -80,7 +80,7 @@ onMounted(async () => {
|
|
|
<view class="bg-[#F2F2F2] flex px-[32rpx] py-[10rpx] text-[24rpx] text-black/40 rounded-full items-center">
|
|
|
<text class="mr-[10rpx]">待入账:{{ pointsSum.waitPoints }}积分</text>
|
|
|
<icon @click="tips('推荐的设计师,有未完成的订单,订单完成后即可获得')" type="info_circle" size="16" color="#999"></icon>
|
|
|
- </view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<div class="flex">
|
|
|
<div class="w-[50%]" @click="handleClick('/pages-sub/mine/refferrer/details?type=reward')">
|