fix: 修复详情图缺失,字段错误

This commit is contained in:
Apple 2022-11-25 13:44:36 +08:00
parent 197f9db5d3
commit 5fd0d43e96
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@
let goodsInform = goodsDetail.entity; //商品信息
this.goodInfo = goodsInform;
let goods_desc = goodsInform.describe_url;
this.goodsShow = goods_desc.length > 0 ? goods_desc : [goodsDetail.show_url];
this.goodsShow = goods_desc.length > 0 ? goods_desc : [goodsInform.show_url];
this.detailUrl = goodsInform.detail_url ? goodsInform.detail_url : '';
this.productType = goodsDetail.entity.account_type;
this.$nextTick(function () {