🎨 style: 有组合商品移动端组件

This commit is contained in:
wangsongsole 2024-03-01 10:40:02 +08:00
parent 1b2705fa2c
commit 2f614e9edf
1 changed files with 1 additions and 3 deletions

View File

@ -72,9 +72,7 @@ export default ({ data }) => {
<input type="text" readOnly placeholder="请输入账号" />
<input type="text" readOnly placeholder="请再次输入账号" />
<p className="tips">
{data.channel == 3
? "* 温馨提示单笔交易大于100.1元可立减99.99元"
: "* 您可在支付宝的个人信息中查看【支付宝账号】"}
{data.channel == 1 ? "* 您可在支付宝的个人信息中查看【支付宝账号】" : ""}
</p>
<button className="but">立即领取</button>
</div>