Commit 48554317 authored by haitao's avatar haitao

fd

parent 77ea1ba6
......@@ -880,10 +880,11 @@
this.$api.msg("请填写完整秒杀数据");
return false;
}
if(!this.isInteger(this.form.limit_num) || !this.isInteger(this.form.store_count)){
this.$api.msg("秒杀库存或限购数量不能为小数");
return false;
}
// console.log(this.form.limit_num,this.form.store_count)
// if(!this.isInteger(this.form.limit_num) || !this.isInteger(this.form.store_count)){
// this.$api.msg("秒杀库存或限购数量不能为小数");
// return false;
// }
let can = {
linkage_id:this.linkage_id,
......
......@@ -5,9 +5,9 @@ module.exports = {
// isdebug:false,//正式
isdebug:false,//正式
isdebug:true,//测试
//isdebug:true,//测试
xqdebug:false,//正式权限
......
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