wupengfei 3 лет назад
Родитель
Сommit
9d55dc725f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      application/store/view/live_goods/index.html

+ 1 - 1
application/store/view/live_goods/index.html

@@ -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",