需求497
This commit is contained in:
parent
858b578e4b
commit
2201b67816
|
@ -293,8 +293,8 @@
|
||||||
//兑换商品
|
//兑换商品
|
||||||
exchangeGoodsFn () {
|
exchangeGoodsFn () {
|
||||||
if (goodsDetail.available != 1) {
|
if (goodsDetail.available != 1) {
|
||||||
if(this.goodsDetail.available === 23 && this.goodsDetail.available.period_tips_text) {
|
if(this.goodsDetail.available === 23 && this.goodsDetail.period_tips_text) {
|
||||||
return this.openErrorDialog(this.goodsDetail.available.period_tips_text)
|
return this.openErrorDialog(this.goodsDetail.period_tips_text)
|
||||||
} else {
|
} else {
|
||||||
return this.openErrorDialog(product_status(goodsDetail.available, goodsDetail));
|
return this.openErrorDialog(product_status(goodsDetail.available, goodsDetail));
|
||||||
}
|
}
|
||||||
|
|
|
@ -341,8 +341,8 @@
|
||||||
//兑换商品
|
//兑换商品
|
||||||
exchangeGoodsFn () {
|
exchangeGoodsFn () {
|
||||||
if (goodsDetail.available != 1) {
|
if (goodsDetail.available != 1) {
|
||||||
if(this.goodsDetail.available === 23 && this.goodsDetail.available.period_tips_text) {
|
if(this.goodsDetail.available === 23 && this.goodsDetail.period_tips_text) {
|
||||||
return this.openErrorDialog(this.goodsDetail.available.period_tips_text)
|
return this.openErrorDialog(this.goodsDetail.period_tips_text)
|
||||||
} else {
|
} else {
|
||||||
return this.openErrorDialog(product_status(goodsDetail.available, goodsDetail));
|
return this.openErrorDialog(product_status(goodsDetail.available, goodsDetail));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue