From 06be1c7ccc7533612e4cc7b0e730080d0dd3d2a1 Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Fri, 16 Jan 2026 11:43:36 +0800
Subject: [PATCH] 商品可以赠送优惠券 商品属性增加团购 入驻商家增加实物和团购选项 团购和实物商户分类分开 增加团购商家页面 后台添加页面增加团购组件

---
 mobile/pages/tabBar/user/index.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/mobile/pages/tabBar/user/index.vue b/mobile/pages/tabBar/user/index.vue
index 7fdb29e..1cedd6d 100644
--- a/mobile/pages/tabBar/user/index.vue
+++ b/mobile/pages/tabBar/user/index.vue
@@ -25,7 +25,7 @@
 							<image :src="detail.avatarUrl" mode="aspectFill"></image>
 						</view>
 						<view class="info">
-							<view class="d-c-c mb23">
+							<view class="d-s-c mb23">
 								<view class="name">{{ detail.nickName }}</view>
 								<text class="ml20 grade" v-if="detail.grade_id > 0">
 									{{ detail.grade.name }}
@@ -421,6 +421,7 @@
 	.user-header .info .name {
 		font-weight: bold;
 		font-size: 32rpx;
+		max-width: 68%;
 	}
 
 	.user-header .info .tel {

--
Gitblit v1.9.2