代码如下:
layer.msg(data.msg, {icon: 1,time:1500,shade: 0.1}, function(index){
layer.close(index);
var str = "{:url('product/add',['product_id'=>'p_id'])}";
var url = str.replace("p_id",data.p_id);
window.location.href= url;
});
参考链接:
代码如下:
layer.msg(data.msg, {icon: 1,time:1500,shade: 0.1}, function(index){
layer.close(index);
var str = "{:url('product/add',['product_id'=>'p_id'])}";
var url = str.replace("p_id",data.p_id);
window.location.href= url;
});
参考链接: