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;