#
whycq
2023-10-20 ffdf06edadb1655d4b2163277219b92561b73111
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
         })