From 288842f04e72d34fca6948ad1891c8460feb9774 Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期五, 10 一月 2025 17:53:51 +0800 Subject: [PATCH] 倒推 --- src/views/system/package/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/system/package/index.vue b/src/views/system/package/index.vue index 7958cf7..1fcdfd2 100644 --- a/src/views/system/package/index.vue +++ b/src/views/system/package/index.vue @@ -1217,7 +1217,7 @@ }, new Big(0)).toNumber(); this.youhui = (Math.floor((this.form.xianprice / this.pics) * 100) / 100) * 10; - console.log(this.youhui, 1212); + // console.log(this.youhui, 1212); }, calculateDiscount(row) { if (row.limits > 10) { -- Gitblit v1.8.0