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

4

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