|
|
@@ -122,8 +122,8 @@ const marketPrice = computed(() => {
|
|
|
|
|
|
// Banner图
|
|
|
const topBanners = computed(() => {
|
|
|
- const { thumurls } = futuresStore.getGoods(goodsCode) ?? {}
|
|
|
- return thumurls?.split(',') ?? []
|
|
|
+ const { bannerurls } = futuresStore.getGoods(goodsCode) ?? {}
|
|
|
+ return bannerurls?.split(',') ?? []
|
|
|
})
|
|
|
|
|
|
const pictureurl = computed(() => {
|