feat
This commit is contained in:
@ -131,7 +131,7 @@ const AnchorFooter = (props: { data: JobDetails }) => {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!productInfo.isPaidVip && !productInfo.freeBalance) {
|
||||
if (!productRecord && !productInfo.isPaidVip && !productInfo.freeBalance) {
|
||||
setShowBuyDialog(true);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user