💊 fix: 修复云闪付模板标题未动态展示
This commit is contained in:
parent
d90bb154e3
commit
9def625eef
|
@ -73,7 +73,7 @@ export default ({ data }) => {
|
|||
alt=""
|
||||
/>
|
||||
<div className="content">
|
||||
<p className="title">云闪付</p>
|
||||
<p className="title">{data.batch_goods_name || "云闪付"}</p>
|
||||
<div className="information">
|
||||
<p className="money" style={{ fontSize: "32px" }}>
|
||||
<span className="tag" style={{ fontSize: "20px" }}>
|
||||
|
|
Loading…
Reference in New Issue