1
QYF-GitLab1
2024-12-18 b3f54fc91f0d95678f8364978691fd0cbc85e6e8
packageBookService/pages/psychologyAnswer/questionList/index.js
@@ -62,11 +62,23 @@
      type: 'fraction'
    },
    showIndex: 0,
    isPlay: false
    isPlay: false,
    height: 0
  },
  ready() {
    console.log(this.properties.questionList, "questionList");
    const query = wx.createSelectorQuery().in(this);
    query.select('#question-title').boundingClientRect((rect) => {
      this.setData({
        height: 'calc(100% - 30px - ' + rect.height + 'px)'
      })
    }).exec();
  },
  /**
   * 组件的方法列表
   */