wangxy 1 mese fa
parent
commit
e2a398b1f7
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      pages/chanpinXuanze/cp3/card.vue

+ 1 - 2
pages/chanpinXuanze/cp3/card.vue

@@ -24,7 +24,6 @@
 
 <script setup>
 import * as pinduHttp from "@/api/chanpinZiRanPinDu.js"
-import * as chaojidanciHttp from "@/api/chaojidanci.js"
 import ezyActiveVue from "@/components/ezyActive/ezyActive.vue";
 import cacheManager from "@/utils/cacheManager.js";
 const porps = defineProps({
@@ -40,7 +39,7 @@ function handleSelect(item) {
   const opt = {
     dengjiId: item.dengjiId,
   }
-  pinduHttp.getDanciChanpinBanbenSave(opt).then(res => {
+  pinduHttp.getChanpin3DengjiSave(opt).then(res => {
     if (!res.data) {
       return;
     }