From 3efb66d743d7596ee2ad6b408d4981689fa5cc1c Mon Sep 17 00:00:00 2001 From: anyv <anyu@bronet.cn> Date: Wed, 19 Jun 2019 11:40:51 +0800 Subject: [PATCH] 54 --- public/themes/simpleboot3/portal/salesmangoods/salesman_goods_add.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/themes/simpleboot3/portal/salesmangoods/salesman_goods_add.html b/public/themes/simpleboot3/portal/salesmangoods/salesman_goods_add.html index 8bbd48d..4be7417 100755 --- a/public/themes/simpleboot3/portal/salesmangoods/salesman_goods_add.html +++ b/public/themes/simpleboot3/portal/salesmangoods/salesman_goods_add.html @@ -508,11 +508,11 @@ }else if(data == 2){ alert('佣金不能大于售价'); }else{ - /*if(data){ + if(data){ window.location.href = "{:url('salesmangoods/salesman_goods')}"; }else{ alert('添加失败'); - }*/ + } } }); } -- libgit2 0.24.0