@@ -45,7 +45,7 @@
<script>
function btn_confirm(msg,fun,id) {
layer.confirm('请确定是否'+msg, {btn: ['确定', '取消'], title: "提示"}, function () {
- var url = "/store/live_cate/"+fun;
+ var url = "/store/live_goods/"+fun;
layer.closeAll();
$.ajax({
type: "post",