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