rwd
litian
2024-09-27 339603d4b74f9d3bbfe037709d915d5fbc38c9aa
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();
  },
  /**
   * 组件的初始数据