litian
2024-12-16 6f5904aabf18277a09e1990d9e2ec4db8b5d8f1e
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();
  },
  /**
   * 组件的初始数据