Skip to content

Commit

Permalink
fix size img
Browse files Browse the repository at this point in the history
  • Loading branch information
dagongren committed Jul 12, 2024
1 parent 7b7bccc commit 7eb579e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2779,7 +2779,7 @@ function gtag() {
appleShow = true
}
}
if (data.ads.size.img = '') {
if (data.ads.size.img == '') {
$('#size-chart').hide()
} else {
$('#size-chart').show()
Expand Down

0 comments on commit 7eb579e

Please sign in to comment.