浏览代码

提交代码

hejie 3 年之前
父节点
当前提交
9998cc5a16
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/pages/product/p_details.vue

+ 1 - 1
src/pages/product/p_details.vue

@@ -220,7 +220,7 @@ export default {
   methods: {
     // 商品详情信息
     loadData(da) {
-      post("goods/goodsDetail", da).then((res) => {
+      post("goodsDetail", da).then((res) => {
         if (res.code === 0) {
           this.detail = res.data.data;
           let imgs = [];