css
litian
2024-04-15 46a13b9b73a64cc8a41640d60b3e71865634262c
pages/retrievalPage/index.js
@@ -11,6 +11,8 @@
   * 页面的初始数据
   */
  data: {
    loading: true,
    hidden: true,
    input: '',
    dialogKey: '',
    showWithInput: false,
@@ -492,7 +494,10 @@
        biblioClassificationTotal: data5.totalCount
      })
      this.setData({
        loading: false,
        hidden: false,
      })
    })