From a43a4d0d783b6483eb25236b05cbbcb39734f65f Mon Sep 17 00:00:00 2001 From: red-deng-deng <1924913374@qq.com> Date: Mon, 24 Jan 2022 20:04:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E8=AF=A6=E6=83=85=E9=A1=B5?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exchange.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/exchange.html b/exchange.html index c67c3eb..ebe2e70 100644 --- a/exchange.html +++ b/exchange.html @@ -164,14 +164,13 @@ this.backAble=goodsCount>1; this.bgcolor = detailsConfig.button_color; this.bgcolor = '#f00' - this.ftcolor = detailsConfig.font_color; this.describe = detailsConfig.describe; let goodsInform=JSON.parse(sessionStorage.getItem('goodsInfo'));//商品信息 this.goodInfo = goodsInform; - let goods_desc=goodsInform.describe_url.split(','); + let goods_desc=goodsInform.describe_url; this.goodsShow = goods_desc.length>0?goods_desc:[JSON.parse(sessionStorage.getItem('goodsInfo')).show_url]; - this.detailUrl=goodsInform.detail_url; + this.detailUrl=goodsInform.detail_url.length>0?goodsInform.detail_url[0]:''; this.productType = JSON.parse(sessionStorage.getItem('goodsInfo')).account_type; self.$nextTick(function () {