litian
2024-06-26 ccda9ec2fe70d8f51ef184eafc04b78d22dfbabd
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();
  },