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;
|
||||
height: 96px;
|
||||
display: block;
|
||||
|
||||
object-fit: contain;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -293,7 +293,7 @@ margin-right: 20px;
|
||||
|
||||
|
||||
//pc端
|
||||
@media screen and (min-width: 768px) and (max-width: 1920px) {
|
||||
@media screen and (min-width: 768px) {
|
||||
.rc-margin-y--md{
|
||||
display: none;
|
||||
}
|
||||
@ -444,7 +444,7 @@ margin-right: 20px;
|
||||
|
||||
width: 100%;
|
||||
margin-left: 16px;
|
||||
|
||||
justify-content: end;
|
||||
|
||||
}
|
||||
.rc-userright {
|
||||
|
@ -313,7 +313,7 @@ export default {
|
||||
basePoint:basePoint,
|
||||
productName: item.productName,
|
||||
buyCount: item.buyCount,
|
||||
productId: item.productCode,
|
||||
productCode: item.productCode,
|
||||
payAmount: item.productPrice,
|
||||
memberId: userInfo.data.id,
|
||||
phoneNumber: userInfo.data.mobile,
|
||||
|
@ -4,7 +4,7 @@
|
||||
<Myheader></Myheader>
|
||||
<div class="rc-top"></div>
|
||||
<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="
|
||||
|
Loading…
Reference in New Issue
Block a user