手动领取_手机号不可改

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 () { successchangeBtn () {
this.maskshow = false; this.maskshow = false;
this.popboxshow = false; this.popboxshow = false;
this.account = ""; this.account = goodsDetail.account ? goodsDetail.account : "";
this.reaccount = ""; this.reaccount = goodsDetail.account ? goodsDetail.account : "";
this.jd_code = ''; this.jd_code = '';
}, },
focusFn (a) { focusFn (a) {
@ -465,8 +465,8 @@
closeBtn () { closeBtn () {
this.popboxshow = false; this.popboxshow = false;
this.maskshow = false; this.maskshow = false;
this.account = ""; this.account = goodsDetail.account ? goodsDetail.account : "";
this.reaccount = ""; this.reaccount = goodsDetail.account ? goodsDetail.account : "";
this.jd_code = ""; this.jd_code = "";
}, },
}, },

View File

@ -516,8 +516,8 @@
successchangeBtn () { successchangeBtn () {
this.maskshow = false; this.maskshow = false;
this.popboxshow = false; this.popboxshow = false;
this.account = ""; this.account = goodsDetail.account ? goodsDetail.account : "";
this.reaccount = ""; this.reaccount = goodsDetail.account ? goodsDetail.account : "";
this.jd_code = ''; this.jd_code = '';
}, },
focusFn (a) { focusFn (a) {
@ -536,8 +536,8 @@
closeBtn () { closeBtn () {
this.popboxshow = false; this.popboxshow = false;
this.maskshow = false; this.maskshow = false;
this.account = ""; this.account = goodsDetail.account ? goodsDetail.account : "";
this.reaccount = ""; this.reaccount = goodsDetail.account ? goodsDetail.account : "";
this.jd_code = ""; this.jd_code = "";
}, },
}, },