yiming
2024-03-06 bcd706eeb0c7f9e36ee4803386e52ce2bc0510f6
pages/bookExhibitionDetails/index.js
@@ -6,11 +6,11 @@
   * 页面的初始数据
   */
  data: {
    bookName: null,
    bookBeginDate: null,
    bookCreator: null,
    bookContent: null,
    bookImage: null,
    bookName: '',
    bookBeginDate: '',
    bookCreator: '',
    bookContent: '',
    bookImage: '',
    bookExhibitionList: []
  },