From 9a819fa35464df79a1a8a56e132b3463fac520a7 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期日, 07 四月 2024 18:59:08 +0800
Subject: [PATCH] mrshi

---
 wx/unpackage/dist/dev/mp-weixin/pages/addition_subtraction/addition_subtraction.js |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/wx/unpackage/dist/dev/mp-weixin/pages/addition_subtraction/addition_subtraction.js b/wx/unpackage/dist/dev/mp-weixin/pages/addition_subtraction/addition_subtraction.js
index 5bb6278..458a724 100644
--- a/wx/unpackage/dist/dev/mp-weixin/pages/addition_subtraction/addition_subtraction.js
+++ b/wx/unpackage/dist/dev/mp-weixin/pages/addition_subtraction/addition_subtraction.js
@@ -295,6 +295,12 @@
 //
 //
 //
+//
+//
+//
+//
+//
+//
 var _default = {
   data: function data() {
     return {
@@ -333,7 +339,8 @@
   computed: {
     // 鎬婚噾棰�
     totalPrice: function totalPrice() {
-      return (this.cyclePrice * (this.add.length + this.del.length)).toFixed(2);
+      // return (this.cyclePrice * (this.add.length + this.del.length)).toFixed(2)
+      return (this.cyclePrice * this.add.length - this.cyclePrice * this.del.length).toFixed(2);
     }
   },
   methods: {

--
Gitblit v1.9.3