提交 78f9c016 编写于 作者: 雪洛's avatar 雪洛

fix: 修复多重循环时页面元素顺序不正确的Bug askId: 89091

上级 1d2487c6
......@@ -104,8 +104,8 @@ function updateForIterator (el, state) {
function updateForEleId (el, state) {
updateForIterator(el, state)
if (el.for) {
const it = el.$parentIterator3 ? (el.$parentIterator3 + '+' + el.iterator3) : el.iterator3
if (el.for) {
const it = el.$parentIterator3 ? (el.$parentIterator3 + '+' + "'-'" + '+' + el.iterator3) : el.iterator3
updateEleId(el, it, state)
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册