From 5fd0d43e9685c166fca357f4b3f60156a36ce9ac Mon Sep 17 00:00:00 2001 From: Apple <> Date: Fri, 25 Nov 2022 13:44:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E5=9B=BE=E7=BC=BA=E5=A4=B1=EF=BC=8C=E5=AD=97=E6=AE=B5=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exchange.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exchange.html b/exchange.html index a59803a..81a9180 100644 --- a/exchange.html +++ b/exchange.html @@ -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 () {