【营销计划-立减金C端】兑换码暂停,商品列表点击商品提示错误

This commit is contained in:
Apple 2022-06-15 17:38:53 +08:00
parent f37bdc1359
commit c2415ea14f
1 changed files with 2 additions and 0 deletions

View File

@ -428,6 +428,8 @@
this.tiptext = '当前商品不可兑换';
} else if (gstatus == 8) { //已兑换次数
this.tiptext = '当前商品正在兑换中';
}else if (gstatus == 10) { //暂停
this.tiptext = '该商品暂无法兑换';
}
}
},