闫增涛
2024-04-26 c2cd778fd3f40a75df483758bb2f1fe1dedc7eef
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();
  },