Commit 4dbbbb07 by crushh

Merge branch 'feature/ai营销文案' into dev

parents 9a671b14 9de36a67
......@@ -724,7 +724,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