1
QYF-GitLab1
2024-12-18 6d86ad3ea52ca59d49d3da127ef7bfa9215c7feb
pages/digitalCourses/digitalCoursesDetails/index.js
@@ -312,7 +312,7 @@
          expire: res.false
        })
      }
      res.datas.publicationDate = moment(res.datas.publicationDate).format('YYYY年MM月')
      res.datas.publicationDate = res.datas.publicationDate ? moment(res.datas.publicationDate).format('YYYY年MM月') : ''
      res.datas.price = res.datas.price.toFixed(2)
      res.datas.oldPrice = res.datas.oldPrice.toFixed(2)
      wx.setNavigationBarTitle({