回退商品状态9

This commit is contained in:
red-deng-deng 2021-12-27 18:18:11 +08:00
parent 80b70ced1a
commit 497c481b3e
1 changed files with 0 additions and 2 deletions

View File

@ -360,8 +360,6 @@
this.tiptext = '当前商品不可兑换';
}else if (gstatus == 8) { //已兑换次数
this.tiptext = '当前商品正在兑换中';
}else if (gstatus == 9) { //不可兑换商品状态
this.tiptext = '当前商品不可用';
}
}
},