修复已知bug
parent
40e2a6a3dc
commit
1cc8f465a0
|
|
@ -259,7 +259,7 @@ export default class TradeItem extends Component {
|
|||
查看物流
|
||||
</Button>
|
||||
)} */}
|
||||
{info.receipt_type !== 'dada' && (
|
||||
{!info.aftersales_bn && info.receipt_type !== 'dada' && (
|
||||
<Button
|
||||
className='btn-action'
|
||||
style={`box-shadow: 0 0 0 1PX ${colors.data[0].primary}; color: ${colors.data[0].primary}`}
|
||||
|
|
|
|||
|
|
@ -444,9 +444,10 @@ $paddingBottom: 100px;
|
|||
.right {
|
||||
font-size: 32px;
|
||||
}
|
||||
.left,
|
||||
.sp-price__symbol,
|
||||
.sp-price__int {
|
||||
.left
|
||||
// ,.sp-price__symbol,
|
||||
// .sp-price__int
|
||||
{
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue