Commit 04f7c062 authored by XieZhiXiong's avatar XieZhiXiong

fix: 修复优惠券名称展示错误的问题

parent 44112079
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-06-22 15:34:47
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-06-22 16:44:56
* @LastEditTime: 2021-09-30 17:11:02
* @Description: 基本信息
*/
import React from 'react';
......@@ -91,7 +91,7 @@ const CouponBacisInfo: React.FC<PropsType> = (props: PropsType) => {
},
{
title: '活动名称',
value: '全品类通用优惠券',
value: dataSource.name,
},
{
title: '券面额',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment