From c42c7751af6fae8722149e60c601da9c609f9221 Mon Sep 17 00:00:00 2001 From: zhangguoping Date: Thu, 10 Oct 2024 17:03:30 +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 | 8 ++++---- packkey/exchange.html | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/exchange.html b/exchange.html index 60d067d..14d2349 100644 --- a/exchange.html +++ b/exchange.html @@ -449,8 +449,8 @@ successchangeBtn () { this.maskshow = false; this.popboxshow = false; - this.account = ""; - this.reaccount = ""; + this.account = goodsDetail.account ? goodsDetail.account : ""; + this.reaccount = goodsDetail.account ? goodsDetail.account : ""; this.jd_code = ''; }, focusFn (a) { @@ -465,8 +465,8 @@ closeBtn () { this.popboxshow = false; this.maskshow = false; - this.account = ""; - this.reaccount = ""; + this.account = goodsDetail.account ? goodsDetail.account : ""; + this.reaccount = goodsDetail.account ? goodsDetail.account : ""; this.jd_code = ""; }, }, diff --git a/packkey/exchange.html b/packkey/exchange.html index 3eb3695..143cf9b 100644 --- a/packkey/exchange.html +++ b/packkey/exchange.html @@ -516,8 +516,8 @@ successchangeBtn () { this.maskshow = false; this.popboxshow = false; - this.account = ""; - this.reaccount = ""; + this.account = goodsDetail.account ? goodsDetail.account : ""; + this.reaccount = goodsDetail.account ? goodsDetail.account : ""; this.jd_code = ''; }, focusFn (a) { @@ -536,8 +536,8 @@ closeBtn () { this.popboxshow = false; this.maskshow = false; - this.account = ""; - this.reaccount = ""; + this.account = goodsDetail.account ? goodsDetail.account : ""; + this.reaccount = goodsDetail.account ? goodsDetail.account : ""; this.jd_code = ""; }, },