From b03a59eaa6338beeace4afc366cb64704efdda2c Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Sat, 8 Oct 2022 16:49:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=3F.=E8=AF=AD=E6=B3=95?= =?UTF-8?q?=E4=B8=8D=E5=85=BC=E5=AE=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- v1_5_0_C/exchange.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v1_5_0_C/exchange.html b/v1_5_0_C/exchange.html index f0fe1b7..7ba6ef5 100644 --- a/v1_5_0_C/exchange.html +++ b/v1_5_0_C/exchange.html @@ -229,7 +229,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 && goods_desc.length > 0 ? goods_desc : [goodsDetail.show_url]; this.detailUrl = goodsInform.detail_url ? goodsInform.detail_url : ''; this.productType = goodsDetail.entity.account_type; this.$nextTick(function () {