From 6afcf851d6f2db0de5cdaca31cad419f60895ede Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期二, 10 九月 2024 16:52:58 +0800
Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master

---
 pages/digitalTextbooks/index.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/pages/digitalTextbooks/index.js b/pages/digitalTextbooks/index.js
index 1da0c34..7b348e6 100644
--- a/pages/digitalTextbooks/index.js
+++ b/pages/digitalTextbooks/index.js
@@ -231,6 +231,7 @@
           ...searchObj
         }
       }).then((res) => {
+        res.datas.forEach(item => item.price = item.price.toFixed(2))
         this.setData({
           digitalTextbooksData: res.datas,
           loading: false

--
Gitblit v1.9.1