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

Merge branch 'feature/zjx' into 'develop'

Feature/zjx

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