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