Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
fix[trade]show when property available
Browse files Browse the repository at this point in the history
  • Loading branch information
汉广 committed Jun 24, 2023
1 parent 31a2c60 commit 209c8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/jx3/trade/price_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@
})
const wucai_desc = computed(() => {
const properties = params_data.item.wucai_properties
if (!properties) return null
if (!properties || !properties.length) return null
const brief = properties.map(x => x.values.map(x1 => x1[0]).join('|'))
const r = {
brief,
Expand Down

0 comments on commit 209c8d6

Please sign in to comment.