提交 ed39deec 编写于 作者: 张敬贤's avatar 张敬贤

add

上级 1ace3197
...@@ -318,6 +318,9 @@ export default { ...@@ -318,6 +318,9 @@ export default {
if (res.code == '000000') { if (res.code == '000000') {
this.stock = res.data.stock; this.stock = res.data.stock;
this.isDisabled = !this.stock; this.isDisabled = !this.stock;
if (!this.stock) {
this.$toast('活动已经结束');
}
} }
this.$loading.hide(); this.$loading.hide();
console.log('getJumpPageStatus', res); console.log('getJumpPageStatus', res);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册