🎨 style: 有组合商品移动端组件
This commit is contained in:
parent
1b2705fa2c
commit
2f614e9edf
|
@ -72,9 +72,7 @@ export default ({ data }) => {
|
||||||
<input type="text" readOnly placeholder="请输入账号" />
|
<input type="text" readOnly placeholder="请输入账号" />
|
||||||
<input type="text" readOnly placeholder="请再次输入账号" />
|
<input type="text" readOnly placeholder="请再次输入账号" />
|
||||||
<p className="tips">
|
<p className="tips">
|
||||||
{data.channel == 3
|
{data.channel == 1 ? "* 您可在支付宝的个人信息中查看【支付宝账号】" : ""}
|
||||||
? "* 温馨提示:单笔交易大于100.1元可立减99.99元"
|
|
||||||
: "* 您可在支付宝的个人信息中查看【支付宝账号】"}
|
|
||||||
</p>
|
</p>
|
||||||
<button className="but">立即领取</button>
|
<button className="but">立即领取</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue