Commit 9e20cc1f authored by zhengke's avatar zhengke

修复模版查看

parent 8fde4939
...@@ -195,6 +195,7 @@ const handleScroll = (e) =>{ ...@@ -195,6 +195,7 @@ const handleScroll = (e) =>{
} }
// 查看所有子模版 // 查看所有子模版
const getTemplate = async (item:any) => { const getTemplate = async (item:any) => {
scrollContainer.value.scrollTop = 0
if(!item) return if(!item) return
if(item.PageImageList && item.PageImageList.length>0){ if(item.PageImageList && item.PageImageList.length>0){
datas.currentImg = 0 datas.currentImg = 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment