需求497
This commit is contained in:
parent
2201b67816
commit
1692b6f4ce
|
@ -229,8 +229,13 @@
|
|||
methods: {
|
||||
bindAvailable () {
|
||||
if (goodsDetail.available != 1) {
|
||||
this.openErrorDialog(product_status(goodsDetail.available, goodsDetail));
|
||||
return;
|
||||
if(goodsDetail.available === 23 && goodsDetail.period_tips_text) {
|
||||
return this.openErrorDialog(goodsDetail.period_tips_text)
|
||||
} else {
|
||||
return this.openErrorDialog(product_status(goodsDetail.available, goodsDetail));
|
||||
}
|
||||
// this.openErrorDialog(product_status(goodsDetail.available, goodsDetail));
|
||||
// return;
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
@ -277,8 +277,13 @@
|
|||
methods: {
|
||||
bindAvailable () {
|
||||
if (goodsDetail.available != 1) {
|
||||
this.openErrorDialog(product_status(goodsDetail.available, goodsDetail));
|
||||
return;
|
||||
if(goodsDetail.available === 23 && goodsDetail.period_tips_text) {
|
||||
return this.openErrorDialog(goodsDetail.period_tips_text)
|
||||
} else {
|
||||
return this.openErrorDialog(product_status(goodsDetail.available, goodsDetail));
|
||||
}
|
||||
// this.openErrorDialog(product_status(goodsDetail.available, goodsDetail));
|
||||
// return;
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue