|
@@ -4,7 +4,9 @@
|
|
|
<div class="text1">{{ getLabelName(info.status, statusOptions) }}</div>
|
|
<div class="text1">{{ getLabelName(info.status, statusOptions) }}</div>
|
|
|
<div class="text2">
|
|
<div class="text2">
|
|
|
{{
|
|
{{
|
|
|
- info.status === 'FINISH' ? '交易成功啦!交易后的藏品将在您的柜子中展' : '支付成功,等待平台确认交易'
|
|
|
|
|
|
|
+ info.status === 'FINISH'
|
|
|
|
|
+ ? '交易成功啦!交易后的藏品将在您的柜子中展示'
|
|
|
|
|
+ : '支付成功,等待平台确认交易'
|
|
|
}}
|
|
}}
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -174,7 +176,9 @@ export default {
|
|
|
border-bottom: 1px solid #202122;
|
|
border-bottom: 1px solid #202122;
|
|
|
.text1 {
|
|
.text1 {
|
|
|
flex-shrink: 0;
|
|
flex-shrink: 0;
|
|
|
- margin-right: 10px;
|
|
|
|
|
|
|
+ &:first-child {
|
|
|
|
|
+ margin-right: 10px;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
.tips-item {
|
|
.tips-item {
|
|
@@ -188,7 +192,6 @@ export default {
|
|
|
color: #939599;
|
|
color: #939599;
|
|
|
line-height: 24px;
|
|
line-height: 24px;
|
|
|
flex-shrink: 0;
|
|
flex-shrink: 0;
|
|
|
- margin-right: 10px;
|
|
|
|
|
}
|
|
}
|
|
|
.text2 {
|
|
.text2 {
|
|
|
font-size: 13px;
|
|
font-size: 13px;
|