回退商品状态9
This commit is contained in:
parent
80b70ced1a
commit
497c481b3e
|
@ -360,8 +360,6 @@
|
||||||
this.tiptext = '当前商品不可兑换';
|
this.tiptext = '当前商品不可兑换';
|
||||||
}else if (gstatus == 8) { //已兑换次数
|
}else if (gstatus == 8) { //已兑换次数
|
||||||
this.tiptext = '当前商品正在兑换中';
|
this.tiptext = '当前商品正在兑换中';
|
||||||
}else if (gstatus == 9) { //不可兑换商品状态
|
|
||||||
this.tiptext = '当前商品不可用';
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue