Results 2 issues of Circle

## mpvue 多层级数据更新后视图渲染不更新 **mpvue 版本号:** [[email protected]] **最小化复现代码:** ``` 一层级数据: {{text}} 多层级数据: {{fields.info.text}} 更新数据 export default { data () { return { text: '1', fields: { info:{ text: '1' } }...

![image](https://github.com/top-think/think-annotation/assets/16585169/ee3d440b-4123-4021-aa71-b64a22aca295) ![image](https://github.com/top-think/think-annotation/assets/16585169/b07a2eb5-19c4-4865-aa0f-5b61c5a5ca14)