#
whycq
2023-11-11 387f6b880f2ee8cf8ae1b02c3ea544429b7167e6
pages/mat/matSelected.vue
@@ -61,7 +61,6 @@
         
         // 监听acceptDataFromOpenerPage事件,获取上一页面通过eventChannel传送到当前页面的数据
         eventChannel.on('mat', function(data) {
            console.log(data);
            that.mat = data.data
            that.mat.anfme = 0
         })