wx/pages/addition_subtraction/addition_subtraction.vue
@@ -138,6 +138,11 @@ this.code = options.code this.startDate = options.startDate this.cyclePrice = options.cyclePrice if (options.title) { uni.setNavigationBarTitle({ title: options.title }); } this.getDetails() uni.$on('add', (res) => { if (JSON.stringify(this.add).indexOf(res.model.idCard) !== -1) {