From 7595f922dfffd04685d99c23f20744859f94101d Mon Sep 17 00:00:00 2001 From: zhangguoping Date: Thu, 10 Oct 2024 15:45:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E5=8A=A8=E9=A2=86=E5=8F=96=5F?= =?UTF-8?q?=E6=89=8B=E6=9C=BA=E5=8F=B7=E4=B8=8D=E5=8F=AF=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exchange.html | 12 +++++++----- packkey/exchange.html | 12 +++++++----- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/exchange.html b/exchange.html index 220a606..60d067d 100644 --- a/exchange.html +++ b/exchange.html @@ -58,7 +58,7 @@

账号:

@@ -77,17 +77,17 @@ @@ -198,6 +198,8 @@ this.ftcolor = detailsConfig.font_color; this.describe = detailsConfig.describe; goodsDetail = JSON.parse(sessionStorage.getItem('goodsInfo'));//商品详情 + this.account = goodsDetail.account; + this.reaccount = goodsDetail.account; this.goodsDetail = goodsDetail;//商品详情 let goodsInform = goodsDetail.entity; //商品信息 this.goodInfo = goodsInform; diff --git a/packkey/exchange.html b/packkey/exchange.html index 9cac6dd..3eb3695 100644 --- a/packkey/exchange.html +++ b/packkey/exchange.html @@ -85,7 +85,7 @@

账号:

@@ -104,17 +104,17 @@ @@ -227,6 +227,8 @@ this.ftcolor = detailsConfig.font_color; this.describe = detailsConfig.describe; goodsDetail = JSON.parse(sessionStorage.getItem('goodsInfo'));//商品详情 + this.account = goodsDetail.account; + this.reaccount = goodsDetail.account; this.goodsDetail = goodsDetail;//商品详情 let goodsInform = goodsDetail.entity; //商品信息 this.goodInfo = goodsInform;