Commit 9de36a67 by crushh

update: 余额为0时

parent afd01e4c
......@@ -731,7 +731,7 @@ export default {
this.submit(data);
});
}
if (this.money < 0) {
if (this.money <= 0) {
this.$confirm(`本次外呼费用预计需要消费 ${totalCount}元,当前账户余额为${this.money}元,请先充值后再创建活动?`, '提示', {
confirmButtonText: '去充值',
cancelButtonText: '取消',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment