feat(dealer): 更新分销中心为桂乐淘分享中心
- 将导航栏标题从"分销中心"和"推广二维码"统一改为"桂乐淘分享中心" - 修改分享页面文案从"我的邀请小程序码"为"我的分享码" - 更新分享描述文案为"与好友共享福利 一起省、一起赚" - 将团队邀请文案改为"桂乐淘伙伴计划" - 自购省 | 分享赚 | 好友惠 - 在用户票据页面添加日期格式化函数 - 调整票据详情显示顺序和字段内容 - 移除门店名称显示并注释相关代码 - 统一用户组件中的中心名称为"桂乐淘分享中心" - 更新水票列表标题显示格式
This commit is contained in:
@@ -509,7 +509,7 @@ const OrderConfirm = () => {
|
||||
return (
|
||||
<Cell
|
||||
key={t.id}
|
||||
title={<Text className={active ? 'text-green-600' : ''}>{t.templateName || '水票'}</Text>}
|
||||
title={<Text className={active ? 'text-green-600' : ''}>票号 {t.id}</Text>}
|
||||
description={t.orderNo ? `来源订单:${t.orderNo}` : ''}
|
||||
extra={<Text className="text-gray-700">可用 {t.availableQty ?? 0}</Text>}
|
||||
onClick={() => {
|
||||
|
||||
Reference in New Issue
Block a user