提交 0b6a91ab 作者: 方治民

feat: pdf 预览组件中图片采用缓存组件代替

上级 0f8161f9
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
<template> <template>
<view class="wrap"> <view class="wrap">
<template v-if="images.length > 0"> <template v-if="images.length > 0">
<fui-lazyload <CacheImage
class="image" class="image"
v-for="(item, index) in images" v-for="(item, index) in images"
:key="item.src" :key="item.src"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论