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({