作者 李洪娟
1 个管道 的构建 通过 耗费 0 秒

修改全部订单

... ... @@ -132,7 +132,8 @@
})
//全部订单
$(".myorder").click(function(){
window.location.href="{:url('user/Center/orderList')}"
window.location.href="{:url('user/Center/orderList')}";
localStorage.clear();
})
$(".home").click(function(){
window.location.href="{:url('index/Index/index')}";
... ...