提交 a386a78e 编写于 作者: fxy060608's avatar fxy060608

feat(app-nvue): scrollIndicator

上级 a4a36a8a
......@@ -75,5 +75,5 @@ module.exports = function(content) {
return content
}
return `<scroll-view :scroll-y="true" :enableBackToTop="true" bubble="true" style="flex-direction:column">${content}</scroll-view>`
return `<scroll-view :scroll-y="true" :show-scrollbar="${pageJsonStyle.scrollIndicator==='none'?'false':'true'}" :enableBackToTop="true" bubble="true" style="flex-direction:column">${content}</scroll-view>`
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册