Loading

摘要: b组件 <view class="">{{wife}}</view> export default { name:"b", data() { return { num:0, wife:'小红' }; }, created() { uni.$on('upnum',(num)=>{//注册全局事件 th 阅读全文
posted @ 2021-11-02 00:32 mingBolg 阅读(529) 评论(0) 推荐(0)