提交 ee836711 作者: 方治民

Merge branch '3.x' of https://gitlab.yiring.com/basic/basic-uniapp-v3 into examples

...@@ -186,7 +186,7 @@ ...@@ -186,7 +186,7 @@
// https://github.com/dcloudio/uni-app/issues/5201 // https://github.com/dcloudio/uni-app/issues/5201
this.handleFade() this.handleFade()
this.endObserver() this.endObserver()
console.warn('[Bug] uni.createIntersectionObserver') console.debug('[Bug] uni.createIntersectionObserver: https://github.com/dcloudio/uni-app/issues/5201')
// #endif // #endif
}, },
handleAppear(e) { handleAppear(e) {
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论