#
whycq
2024-07-04 f1a3b6e6b233690073bfb9a55ab8e34a9b4957f2
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({