1.修复购物车数量NAN问题
2.添加订单详情支付也需要二维码
This commit is contained in:
lin
2022-03-24 18:38:33 +08:00
parent eb9d820c1b
commit 6f776b4327
4 changed files with 58 additions and 23 deletions

View File

@@ -7,6 +7,12 @@ ul li ol li em strong i {
padding: 0;
}
.qrcode{
display: flex;
justify-content: center;
align-items: center;
}
.ts-button-container {
cursor: pointer;
display: flex;