Browse Source

消除企业监听问题

master
赵鹏 1 month ago
parent
commit
3109d12fec
  1. 11
      sub/invite/addEnterprise.vue

11
sub/invite/addEnterprise.vue

@ -265,10 +265,12 @@ export default {
this.form.id = res.id
this.init()
}
},
onShow() {
console.log('onShow', this.prove)
//
uni.$off('enterpriseIntroduce')
uni.$off('enterpriseTag')
uni.$off('prove')
//
uni.$on('enterpriseIntroduce', data => {
this.form.introduction = data.introduce
})
@ -284,6 +286,9 @@ export default {
this.prove.push(data)
}
})
},
onShow() {
},
methods: {
proofName(v) {

Loading…
Cancel
Save