闫增涛
2024-09-11 51ad1f2614bc1f976aad98254649bb3c207332ee
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