#
zjj
2024-07-31 75291ece8be07085269e56210e2d3fe10adb4735
pages/mat/matSelected.vue
@@ -86,12 +86,15 @@
         },
         changeValue(value) {
            this.mat.anfme = value
            console.log(this.mat);
         },
         back() {
            if (this.mat.anfme === 0) {
               uni.showToast({title: '请输入数量', icon: "none", position: 'top'});
               return;
            }
            console.log(this.mat);
            this.getOpenerEventChannel().emit('matList', {data: this.mat});
            uni.navigateBack({