wendux / DSBridge-Android

:earth_americas: A modern cross-platform JavaScript bridge, through which you can invoke each other's functions synchronously or asynchronously between JavaScript and native.
3.73k stars 612 forks source link

使用vue2框架时,监听安卓端传回来的数据,视图无法更新 #201

Open ljfass opened 5 months ago

ljfass commented 5 months ago

使用vue框架时,使用把dsBridge.register注册的方法时,在回调函数里面成功监听到安卓端给前端回填的数据,把数据赋值给vue的变量,视图始终无法更新,是什么原因?