mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-04 03:06:39 +08:00
Payment bug fixed
This commit is contained in:
parent
14bba229ea
commit
9fda9e4478
@ -292,7 +292,7 @@
|
|||||||
width: 96px;
|
width: 96px;
|
||||||
height: 96px;
|
height: 96px;
|
||||||
display: block;
|
display: block;
|
||||||
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -293,7 +293,7 @@ margin-right: 20px;
|
|||||||
|
|
||||||
|
|
||||||
//pc端
|
//pc端
|
||||||
@media screen and (min-width: 768px) and (max-width: 1920px) {
|
@media screen and (min-width: 768px) {
|
||||||
.rc-margin-y--md{
|
.rc-margin-y--md{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@ -444,7 +444,7 @@ margin-right: 20px;
|
|||||||
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-left: 16px;
|
margin-left: 16px;
|
||||||
|
justify-content: end;
|
||||||
|
|
||||||
}
|
}
|
||||||
.rc-userright {
|
.rc-userright {
|
||||||
|
@ -313,7 +313,7 @@ export default {
|
|||||||
basePoint:basePoint,
|
basePoint:basePoint,
|
||||||
productName: item.productName,
|
productName: item.productName,
|
||||||
buyCount: item.buyCount,
|
buyCount: item.buyCount,
|
||||||
productId: item.productCode,
|
productCode: item.productCode,
|
||||||
payAmount: item.productPrice,
|
payAmount: item.productPrice,
|
||||||
memberId: userInfo.data.id,
|
memberId: userInfo.data.id,
|
||||||
phoneNumber: userInfo.data.mobile,
|
phoneNumber: userInfo.data.mobile,
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<Myheader></Myheader>
|
<Myheader></Myheader>
|
||||||
<div class="rc-top"></div>
|
<div class="rc-top"></div>
|
||||||
<tabs :crumbs="crumbs"></tabs>
|
<tabs :crumbs="crumbs"></tabs>
|
||||||
<div class="online" id="fixed-catbar-seperator"></div>
|
<div class="online" id="fixed-catbar-seperator rc-margin--none"></div>
|
||||||
<div class="rc-top"></div>
|
<div class="rc-top"></div>
|
||||||
<div
|
<div
|
||||||
class="
|
class="
|
||||||
|
Loading…
Reference in New Issue
Block a user