手动领取_手机号不可改
This commit is contained in:
parent
7595f922df
commit
c42c7751af
|
@ -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 = "";
|
||||
},
|
||||
},
|
||||
|
|
|
@ -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 = "";
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue