tp5模板中js方法中url函數傳參的解決辦法

代碼以下: php

 

1 layer.msg(data.msg, {icon: 1,time:1500,shade: 0.1}, function(index){
2       layer.close(index);
3       var str = "{:url('product/add',['product_id'=>'p_id'])}";
4       var url = str.replace("p_id",data.p_id);
5       window.location.href= url;
6  });

 

參考連接:url

http://micuer.com/index.php?m=index&a=read&id=288spa

相關文章
相關標籤/搜索