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