浏览代码

fix(swiper): swiper 加载动态图片时报Cannot read property id of null #1537

suzigang 3 年之前
父节点
当前提交
e045e7fce6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/packages/__VUE/swiper/index.taro.vue

+ 1 - 0
src/packages/__VUE/swiper/index.taro.vue

@@ -357,6 +357,7 @@ export default create({
     };
 
     const init = async (active: number = +props.initPage) => {
+      if (!container.value) return;
       stopAutoPlay();
       state.rect = await useTaroRect(container, Taro);
       if (state.rect) {