hejie %!s(int64=3) %!d(string=hai) anos
pai
achega
9998cc5a16
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 = [];