litian
2024-04-17 d4071d14eae980dd8fac6019f8b86f3b90465c56
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();
  },