瀏覽代碼

Merge branch 'master' of http://192.168.0.115:3000/zhangyupeng/fullpage-show

gemercheung 1 年之前
父節點
當前提交
bc5c9d5b51
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/components/imgLoading.vue

+ 0 - 2
src/components/imgLoading.vue

@@ -33,8 +33,6 @@ const imgPro = ref(0)
 watchEffect(() => {
     if (props.fullpage && progress.value == 100) {
         props.fullpage.api.setAllowScrolling(true);
-        props.fullpage.api.moveTo(0);
-        // emit('changePer', progress.value)
     }
   });
 emitter.on("updatePress", (val) => {