Browse Source

bug修改

赵添更 6 days ago
parent
commit
cb4e8ff914

+ 12 - 18
packages/app/src/pages-sub/mine/refferrer/details.vue

@@ -112,24 +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>
-<<<<<<< HEAD
-						<view class="text-[24rpx] text-[#EF4343] pl-[108rpx] pt-[20rpx] pr-[20rpx]" v-if="it.auditStatus == 2">原因:{{ it.remark }}</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 class="absolute bottom-0 left-[20%] text-[24rpx] text-[#EF4343]" v-if="it.auditStatus == 2">原因:{{ it.reason }}</view>
->>>>>>> a994fef56bccff9e58ebbc5e098f7358120534c1
-					</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">

+ 1 - 1
packages/app/src/pages-sub/mine/refferrer/twoDetails.vue

@@ -95,7 +95,7 @@ onLoad(async (options:object)=>{
 							</view>
 							<view class="flex-grow text-[32rpx]">{{ it.name }}</view>
 						</view>
-						<view class="text-[24rpx] text-[#EF4343] pl-[108rpx] pt-[20rpx] pr-[20rpx]" v-if="it.auditStatus == 2">原因:{{ it.remark }}</view>					
+						<view class="text-[24rpx] text-[#EF4343] pl-[108rpx] pt-[20rpx] pr-[20rpx]" v-if="it.auditStatus == 2">原因:{{ it.reason }}</view>
 					</view>
 				</view>
 			</template>

+ 1 - 1
packages/merchant/src/pages/mine/refferrer/details.vue

@@ -116,7 +116,7 @@ onLoad(async(options)=>{
 							<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 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>

+ 1 - 1
packages/merchant/src/pages/mine/refferrer/twoDetails.vue

@@ -96,7 +96,7 @@ onLoad(async (options)=>{
 							</view>
 							<view class="flex-grow text-[32rpx]">{{ it.name }}</view>
 						</view>
-						<view class="text-[24rpx] text-[#EF4343] pl-[108rpx] pt-[20rpx] pr-[20rpx]" v-if="it.auditStatus == 2">原因:{{ it.remark }}</view>					
+						<view class="text-[24rpx] text-[#EF4343] pl-[108rpx] pt-[20rpx] pr-[20rpx]" v-if="it.auditStatus == 2">原因:{{ it.reason }}</view>
 					</view>
 				</view>
 			</template>