Commit e361acf8 authored by 前端-钟卫鹏's avatar 前端-钟卫鹏

fix: 对接分享拼团链接web和app方式

parent 32cd5011
......@@ -417,6 +417,7 @@ export default {
'saleOrder.apperweima': 'APP QR code',
'saleOrder.xiaochengxuerweima': 'Small program QR code',
'saleOrder.APPsaoma': 'APP scan code',
'saleOrder.webLink': 'Spell group link',
'saleOrder.dingdanzhaiyao:': 'Order Summary:',
'saleOrder.caigouhuiyuan:': 'Purchasing Member:',
'saleOrder.dingdanzonge:': 'Order total:',
......
......@@ -414,6 +414,7 @@ export default {
'saleOrder.apperweima': 'app qr 코드 ',
'saleOrder.xiaochengxuerweima': '애플릿 qr 코드',
'saleOrder.APPsaoma': 'APP 스캔',
'saleOrder.webLink': '블록 링크',
'saleOrder.dingdanzhaiyao:': '주문 요약:',
'saleOrder.caigouhuiyuan:': '구매 회원:',
'saleOrder.dingdanzonge:': '총 주문 금액:',
......
......@@ -413,6 +413,7 @@ export default {
'saleOrder.apperweima': 'APP二维码',
'saleOrder.xiaochengxuerweima': '小程序二维码',
'saleOrder.APPsaoma': 'APP扫码',
'saleOrder.webLink': '拼团链接',
'saleOrder.dingdanzhaiyao:': '订单摘要:',
'saleOrder.caigouhuiyuan:': '采购会员:',
'saleOrder.dingdanzonge:': '订单总额:',
......
......@@ -7,7 +7,7 @@
background-color: #FFFFFF;
.appPayTitle {
display: flex;
margin-bottom: 30px;
// margin-bottom: 30px;
h2 {
margin-left: 12px;
}
......@@ -15,6 +15,7 @@
.appPayMain {
.appPayCommodity {
display: flex;
margin-top: 30px;
.commodityImage {
margin-right: 8px;
}
......@@ -33,22 +34,22 @@
}
.appPayQrCode {
text-align: center;
p {
width: 100%;
text-align: center;
}
}
}
}
.appPayContentLink {
display: block;
.appPayMain {
margin-top: 20px;
}
}
.bottomBtn {
margin-bottom: 20px;
}
.appPayBottom {
display: flex;
justify-content: start;
& > p {
margin-right: 24px;
}
}
p {
.listLabel {
color: #91959B;
......
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