手动领取_手机号不可改

This commit is contained in:
zhangguoping 2024-10-10 17:03:30 +08:00
parent 7595f922df
commit c42c7751af
2 changed files with 8 additions and 8 deletions

View File

@ -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 = "";
},
},

View File

@ -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 = "";
},
},