|
|
|
@ -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) { |
|
|
|
|