摘要: 数组对象data:this.infos.map(i=>{ return { goodsNo:i.goodsNo, mark:"add", num:i.num }}) const list=[] for(let item of this.infos){ list.push({ goodsNo:i.go 阅读全文
posted @ 2021-05-06 10:36 soda001 阅读(53) 评论(0) 推荐(0)
摘要: phone(userMobile,userId){ uni.navigateTo({ url:'/pages/userCenter/changePhone/index?userMobile='+userMobile+'&userId='+userId }) } query是参数类型, 是直接拼url 阅读全文
posted @ 2021-05-06 10:35 soda001 阅读(57) 评论(0) 推荐(0)