Closed j10ccc closed 1 week ago
vue official 插件会给 image 识别成 h5 的 element,比小程序环境下的 image 组件少了一些属性,比如说 onLoad 事件。代码中在 src/pages/lostfound/PreviewCard/index.vue 这个组件中用到了。
onLoad
src/pages/lostfound/PreviewCard/index.vue
为了避免类型问题,以及减少后续开发的误导性,给所有 image 组件替换成 taro-image
image
taro-image
vue official 插件会给 image 识别成 h5 的 element,比小程序环境下的 image 组件少了一些属性,比如说
onLoad
事件。代码中在src/pages/lostfound/PreviewCard/index.vue
这个组件中用到了。为了避免类型问题,以及减少后续开发的误导性,给所有
image
组件替换成taro-image