|
@@ -4,6 +4,7 @@
|
|
|
<script setup lang="ts">
|
|
|
import Card from '@/components/card.vue'
|
|
|
import { phone, right } from '../../../core/libs/svgs'
|
|
|
+import { referrerOne } from '../../../core/libs/pngs'
|
|
|
import { referrerCount, distributePointsSum } from '../../../core/libs/requests'
|
|
|
import { handleCall } from '../../../core/utils/common'
|
|
|
|
|
@@ -12,9 +13,9 @@ const { data: pointsSum, run: setPointsSum} = useRequest(() => distributePointsS
|
|
|
const handleClick = (path) => {
|
|
|
uni.navigateTo({ url: path })
|
|
|
}
|
|
|
-const tips = () =>{
|
|
|
+const tips = (msg) =>{
|
|
|
uni.showToast({
|
|
|
- title:"推荐的设计师,有未完成的订单,订单完成后即可获得",
|
|
|
+ title:msg,
|
|
|
icon:"none",
|
|
|
duration:3000
|
|
|
})
|
|
@@ -36,24 +37,24 @@ onMounted(async () => {
|
|
|
</view>
|
|
|
<view class="flex items-start justify-between mb-[40rpx]">
|
|
|
<view class="">
|
|
|
- <view class="text-[56rpx] font-bold mb-[12rpx]">{{ count.onePassCount }}</view>
|
|
|
+ <view class="text-[56rpx] font-bold mb-[12rpx]" @click="handleClick('/pages-sub/mine/refferrer/details?type=recommend')">{{ count.onePassCount }}</view>
|
|
|
<view class="text-[28rpx] text-black/40 ">认证设计师 (人)</view>
|
|
|
</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 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">
|
|
|
<view class="rounded-[8rpx] shadow-[0_4rpx_10rpx_4rpx_rgba(0,0,0,0.1)] relative min-w-[260rpx] h-[60rpx] line-height-[60rpx] overflow-hidden">
|
|
|
<view class="w-[10rpx] h-full absolute bg-[#0CBE7D] left-0 top-0"></view>
|
|
|
- <view class="w-full text-center text-[24rpx] text-black/60">
|
|
|
+ <view class="w-full text-center text-[24rpx] text-black/60" @click="handleClick('/pages-sub/mine/refferrer/details?type=recommend&tab=1')">
|
|
|
<text>审核中</text>
|
|
|
<text class="text-[32rpx] text-black">{{ count.oneWaitCount }}</text>
|
|
|
<text>人</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="rounded-[8rpx] shadow-[0_4rpx_10rpx_4rpx_rgba(0,0,0,0.1)] relative min-w-[260rpx] h-[60rpx] line-height-[60rpx] overflow-hidden">
|
|
|
+ <view class="rounded-[8rpx] shadow-[0_4rpx_10rpx_4rpx_rgba(0,0,0,0.1)] relative min-w-[260rpx] h-[60rpx] line-height-[60rpx] overflow-hidden" @click="handleClick('/pages-sub/mine/refferrer/details?type=recommend&tab=2')">
|
|
|
<view class="w-[10rpx] h-full absolute bg-[#FFCF82] left-0 top-0"></view>
|
|
|
<view class="w-full text-center text-[24rpx] text-black/60 ">
|
|
|
<text>未通过</text>
|
|
@@ -73,27 +74,28 @@ onMounted(async () => {
|
|
|
</view>
|
|
|
<view class="flex items-start justify-between mb-[40rpx]">
|
|
|
<view class="">
|
|
|
- <view class="text-[56rpx] font-bold mb-[12rpx]">{{ pointsSum.passPoints }}</view>
|
|
|
+ <view class="text-[56rpx] font-bold mb-[12rpx]" @click="handleClick('/pages-sub/mine/refferrer/details?type=reward')">{{ pointsSum.passPoints }}</view>
|
|
|
<view class="text-[28rpx] text-black/40 ">已获得总积分</view>
|
|
|
</view>
|
|
|
<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>
|
|
|
+ <icon @click="tips('推荐的设计师,有未完成的订单,订单完成后即可获得')" type="info_circle" size="16" color="#999"></icon>
|
|
|
</view>
|
|
|
</view>
|
|
|
<div class="flex">
|
|
|
- <div class="w-[50%]">
|
|
|
+ <div class="w-[50%]" @click="handleClick('/pages-sub/mine/refferrer/details?type=reward')">
|
|
|
<div class="text-[32rpx] font-bold">{{ pointsSum.onePassPoints }}</div>
|
|
|
<div class="text-[24rpx] text-black/60">一级引荐奖励积分</div>
|
|
|
</div>
|
|
|
- <div class="w-[50%]">
|
|
|
+ <div class="w-[50%]" @click="handleClick('/pages-sub/mine/refferrer/details?type=reward')">
|
|
|
<div class="text-[32rpx] font-bold">{{ pointsSum.twoPassPoints }}</div>
|
|
|
<div class="text-[24rpx] text-black/60">二级引荐奖励积分</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</view>
|
|
|
- <view class="flex bg-white rounded-[32rpx] px-[24rpx] py-[34rpx]" @click="handleClick('/pages-sub/mine/refferrer/rule')">
|
|
|
- <view class="text-[32rpx] flex-grow">引荐奖励规则</view>
|
|
|
+ <view class="flex items-center bg-white rounded-[32rpx] px-[24rpx] py-[34rpx]" @click="handleClick('/pages-sub/mine/refferrer/rule')">
|
|
|
+ <wd-img width="20" height="20" :src="referrerOne"></wd-img>
|
|
|
+ <view class="text-[32rpx] flex-grow ml-[10rpx]">引荐奖励规则</view>
|
|
|
<icon type="info_circle" size="22" color="#999"></icon>
|
|
|
</view>
|
|
|
</div>
|