bug
闫增涛
2024-09-07 c6c73b7d709322052b9cd6777b3d6657e0d43d30
packageBookService/pages/bookServices/examination/questionList/index.js
@@ -34,17 +34,13 @@
      type: Boolean,
    }
  },
  observers: {
    'questionList': function (newValue) {
      console.log(newValue);
  observers: {},
  detached() {
    if (innerAudioContext) {
      innerAudioContext.stop();
      innerAudioContext.destroy();
    }
  },
  created() {
    // console.log('组件传参', this.properties);
  },
  ready() {
    innerAudioContext.stop();
    innerAudioContext.destroy();
  },
  /**
   * 组件的初始数据