作者 anyv
1 个管道 的构建 通过 耗费 0 秒

4

... ... @@ -222,7 +222,6 @@
obj = JSON.parse(data);
if(obj.type == 20){
alert('业务员不能购买');
window.location.href = "{:url('Index/index')}";
}if(obj.type == 3){
alert('业务员商品和平台商品不能同时购买!');
}else if(obj.type == 1){
... ...