|
@@ -112,18 +112,18 @@ onLoad(async (options:object)=>{
|
|
|
</wd-tabs>
|
|
|
</template>
|
|
|
<template #default="{ source }">
|
|
|
- <view class="bg-white rounded-[20rpx] mx-[24rpx] mt-[30rpx] px-[20rpx] py-[30rpx]" v-if="type === 'recommend'">
|
|
|
- <view class="py-[30rpx]" v-for="(it, i) in source.list" :key="i">
|
|
|
- <view class="flex items-center pb-[20rpx]" style="border-bottom: 2rpx solid #FAFAFA;">
|
|
|
- <view class="rounded-full w-[88rpx] h-[88rpx] overflow-hidden mr-[20rpx]">
|
|
|
- <image :src="it.avatar" mode="widthFix"></image>
|
|
|
- </view>
|
|
|
- <view class="flex-grow text-[32rpx]">{{ it.name }}</view>
|
|
|
- <view class="text-[#586A8F] text-[28rpx]" v-if="it.auditStatus === 0 && !referrerId" @click="toSecond(it)">推荐人数:{{ it.referrerCount }}</view>
|
|
|
- </view>
|
|
|
- <view class="text-[24rpx] text-[#EF4343] pl-[108rpx] pt-[20rpx] pr-[20rpx]" v-if="it.auditStatus == 2">原因:{{ it.remark }}</view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
+ <view class="bg-white rounded-[20rpx] mx-[24rpx] mt-[30rpx] px-[20rpx] py-[30rpx]" v-if="type === 'recommend'">
|
|
|
+ <view class="py-[30rpx]" v-for="(it, i) in source.list" :key="i">
|
|
|
+ <view class="flex items-center pb-[20rpx]" style="border-bottom: 2rpx solid #FAFAFA;">
|
|
|
+ <view class="rounded-full w-[88rpx] h-[88rpx] overflow-hidden mr-[20rpx]">
|
|
|
+ <image :src="it.avatar" mode="widthFix"></image>
|
|
|
+ </view>
|
|
|
+ <view class="flex-grow text-[32rpx]">{{ it.name }}</view>
|
|
|
+ <view class="text-[#586A8F] text-[28rpx]" v-if="it.auditStatus === 0 && !referrerId" @click="toSecond(it)">推荐人数:{{ it.referrerCount }}</view>
|
|
|
+ </view>
|
|
|
+ <view class="text-[24rpx] text-[#EF4343] pl-[108rpx] pt-[20rpx] pr-[20rpx]" v-if="it.auditStatus == 2">原因:{{ it.reason }}</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
<view class="bg-white rounded-[20rpx] mx-[24rpx] mt-[30rpx] px-[20rpx] py-[30rpx]" v-else>
|
|
|
<view class="flex flex-col mb-[30rpx]" v-for="(it, i) in source.list" :key="i" style="border-bottom: 2rpx solid #FAFAFA;">
|
|
|
<view class="flex items-center">
|