闫增涛
2024-05-06 e8ec903206cb82e4dbb4687291d5f7788e7ff046
packageBookService/pages/bookServices/examination/questionList/index.js
@@ -34,15 +34,8 @@
      type: Boolean,
    }
  },
  observers: {
    'questionList': function (newValue) {
      console.log(newValue);
    }
  },
  created() {
    // console.log('组件传参', this.properties);
  },
  ready() {
  observers: {},
  detached() {
    innerAudioContext.stop();
    innerAudioContext.destroy();
  },