#
whycq
2023-04-02 7af9529188258a1d118609f86b19b558e80c2664
pages/mat/matSelected.vue
@@ -44,7 +44,7 @@
               maktx: null,
               specs: null,
               batch: null,
               anfme: null,
               anfme: 0,
            },
            baseIP:'',
            basePORT:'',
@@ -78,13 +78,11 @@
            this.mat.anfme = value
         },
         back() {
            console.log(this.mat.anfme);
            if (this.mat.anfme === 0) {
               uni.showToast({title: '请输入数量', icon: "none", position: 'top'});
               return;
            }
            this.getOpenerEventChannel().emit('matList', {data: this.mat});
            uni.vibrateShort();
            uni.navigateBack({
               
            })