forked from gxwebsoft/mp-10550
feat(gift): 将礼品卡功能重命名为水票并添加新增页面路由
- 将所有"礼品卡"文本替换为"水票",包括页面标题、组件文案、注释等 - 修改首页导航,将充值水票按钮指向我的水票页面 - 调整订水按钮链接直接跳转到商品详情页 - 移除帮助按钮相关代码 - 更新数据转换函数中的面值规格文案 - 修改核销成功提示中的商品类型文案 - 调整空状态提示文案为水票相关内容 - 在应用配置中添加新的水票添加页面路由 - 更新类型定义中的注释说明
This commit is contained in:
@@ -237,7 +237,7 @@ function UserCard() {
|
||||
</div>
|
||||
<div className={'item flex justify-center flex-col items-center'}
|
||||
onClick={() => navTo('/user/gift/index', true)}>
|
||||
<span className={'text-sm text-gray-500'}>礼品卡</span>
|
||||
<span className={'text-sm text-gray-500'}>水票</span>
|
||||
<span className={'text-xl'}>{giftCount}</span>
|
||||
</div>
|
||||
{/*<div className={'item flex justify-center flex-col items-center'}>*/}
|
||||
|
||||
Reference in New Issue
Block a user