zhongshujie
2024-12-19 8a27f5724e10e82cc5a30bf7051397da2e697e63
packageBookService/pages/psychologyAnswer/questionList/index.js
@@ -69,12 +69,12 @@
  ready() {
    const query = wx.createSelectorQuery().in(this);
    query.select('#question-title').boundingClientRect((rect) => {
      this.setData({
        height: 'calc(100% - 30px - ' + rect.height + 'px)'
      })
      if (rect) {
        this.setData({
          height: 'calc(100% - 30px - ' + rect.height + 'px)'
        })
      }
    }).exec();
  },