From 0e4b49f4bee160790b1830e6a8606e739b32fc3b Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期三, 11 三月 2026 09:09:45 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 mini-program/pages/share/share.vue |   25 +++++++++++++++++++++++--
 1 files changed, 23 insertions(+), 2 deletions(-)

diff --git a/mini-program/pages/share/share.vue b/mini-program/pages/share/share.vue
index 5b398dd..0fa4518 100644
--- a/mini-program/pages/share/share.vue
+++ b/mini-program/pages/share/share.vue
@@ -51,8 +51,9 @@
 					</view>
 				</view>
 			</view>
-			<view class="list-item" style="padding-top: 50rpx; box-sizing: border-box;" v-if="info.inviteRecordList && info.inviteRecordList.length">
+			<view class="list-item" style="padding-top: 50rpx; box-sizing: border-box;">
 				<view class="list-item-top">
+					<text>閭�璇疯褰�</text>
 					<image src="/static/images/yaoqing_title@2x.png" mode="widthFix"></image>
 				</view>
 				<template v-if="info.inviteRecordList && info.inviteRecordList.length">
@@ -70,6 +71,7 @@
 						<view class="statis"  v-if="item.firstOrderStatus !==1" >宸叉敞鍐�</view>
 					</view>
 				</template>
+				<view class="list-item-wu" v-else>绌虹┖濡備篃锛屽揩鍘婚個璇峰惂</view>
 			</view>
 		</view>
 	</view>
@@ -151,6 +153,7 @@
 
 <style lang="scss" scoped>
 	.share {
+		min-height: 100vh;
 		.info-rule{
 			width: 30rpx;
 			background: rgba(0,0,0,0.4);
@@ -216,7 +219,7 @@
 			padding: 0 30rpx;
 			box-sizing: border-box;
 			position: relative;
-			top: -210rpx;
+			top: -248rpx;
 			left: 0;
 			.list-item {
 				width: 100%;
@@ -229,6 +232,14 @@
 				&:last-child {
 					margin: 0 !important;
 				}
+				.list-item-wu {
+					width: 100%;
+					text-align: center;
+					font-weight: 400;
+					font-size: 30rpx;
+					color: #999999;
+					margin: 50rpx 0;
+				}
 				.list-item-top {
 					width: 354rpx;
 					height: 72rpx;
@@ -241,6 +252,16 @@
 						width: 100%;
 						height: 100%;
 					}
+					text {
+						font-weight: 600;
+						font-size: 30rpx;
+						color: #FFFFFF;
+						position: absolute;
+						top: 20rpx;
+						left: 50%;
+						z-index: 999;
+						transform: translate(-50%, 0);
+					}
 				}
 				.list-item-row {
 					width: 100%;

--
Gitblit v1.9.3