提交 5997a958 编写于 作者: 小刘28's avatar 小刘28 💬

fix:修复父页面向子页面传值错误的问题;

上级 7ea53546
......@@ -34,8 +34,9 @@
uni.navigateTo({
url:'/pages-b/b-test/b-test'
});
let that = this;
setTimeout(()=>{
uni.$emit('transA',{msg:'A->B'});
uni.$emit('transA',{msg:that.msg});
},100);
},
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册