增加计算公式调试

This commit is contained in:
2025-12-15 13:56:13 +08:00
parent 11127eac9b
commit 5007c96116
6 changed files with 464 additions and 374 deletions

View File

@@ -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,

View File

@@ -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';