HarmonyOS 怎么获取watch变化之前的数据?

@Watch(‘changeMailBox’) private mBox: string = “”; Watch监听mBox的变化,怎么获取变化之前的数据

阅读 643