闫增涛
2024-03-05 e03417edfeaf52c017e4a5539f3b41ad0204a2f0
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: []
  },