From 5007c96116307da446b45a0f99de04980090007e Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Mon, 15 Dec 2025 13:56:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=AE=A1=E7=AE=97=E5=85=AC?= =?UTF-8?q?=E5=BC=8F=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/config.js | 2 +- package.json | 2 +- pages/order/confirm-order.vue | 3 +- pages/product/index.vue | 2 +- pnpm-lock.yaml | 825 +++++++++++++++++++--------------- stores/carts.js | 4 +- 6 files changed, 464 insertions(+), 374 deletions(-) diff --git a/common/config.js b/common/config.js index a12d3f1..f070d96 100644 --- a/common/config.js +++ b/common/config.js @@ -1,5 +1,5 @@ // const debug = process.env.NODE_ENV == 'development' ? true : false; -const debug = true; +const debug = false; // #ifdef H5 const proxyApi = "/api"; // #endif diff --git a/package.json b/package.json index 4dae7db..3b44377 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "lodash": "^4.17.21", "pinia": "^2.3.1", "pinia-plugin-unistorage": "^0.1.2", - "ysk-utils": "^1.0.78" + "ysk-utils": "^1.0.81" }, "devDependencies": { "unplugin-auto-import": "^0.16.7" diff --git a/pages/order/confirm-order.vue b/pages/order/confirm-order.vue index f77274c..d9a44c3 100644 --- a/pages/order/confirm-order.vue +++ b/pages/order/confirm-order.vue @@ -161,7 +161,8 @@ import OrderFinshModal from "@/components/order-finish-modal.vue"; import _ from "lodash"; import * as pointsApi from '@/common/api/market/points.js' - import yskUtils from '@/lib/index' + // import yskUtils from '@/lib/index' + import yskUtils from 'ysk-utils' import { ref, reactive, diff --git a/pages/product/index.vue b/pages/product/index.vue index 56dd51a..1a71bae 100644 --- a/pages/product/index.vue +++ b/pages/product/index.vue @@ -557,7 +557,7 @@