修复已知bug

main
王文龙 2024-02-28 14:08:12 +08:00
parent 40e2a6a3dc
commit 1cc8f465a0
2 changed files with 5 additions and 4 deletions

View File

@ -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}`}

View File

@ -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;
}
}