增加计算公式调试
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -557,7 +557,7 @@
|
||||
<script setup>
|
||||
import xbSwiperPreview from '@/components/xb-swiper-preview/index.vue';
|
||||
//价格计算辅助函数
|
||||
// import * as limitUtils from '@/utils/order-utils.js';
|
||||
|
||||
import {
|
||||
limitUtils
|
||||
} from 'ysk-utils';
|
||||
|
||||
777
pnpm-lock.yaml
generated
777
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -12,8 +12,8 @@ import {
|
||||
// MerchantReductionType,
|
||||
// GoodsType
|
||||
// } = yskUtils
|
||||
import yskUtils from '@/lib/index'
|
||||
// import yskUtils from 'ysk-utils'
|
||||
// import yskUtils from '@/lib/index'
|
||||
import yskUtils from 'ysk-utils'
|
||||
const {
|
||||
OrderPriceCalculator
|
||||
} = yskUtils
|
||||
|
||||
Reference in New Issue
Block a user