获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 为什么点击事件不发生,checked的值不变啊?求解
<t-radio block="{{false}}" checked="{{ item.checked }}" bindchange="changecheck" data-id="{{ item.id }}"/> // 初始checked=true changecheck(e){ const id = e.currentTarget.dataset.id; const checked = e.detail.checked; const shopcarinfo=wx.getStorageSync('shopcarinfo'); const index = shopcarinfo.findIndex(item => item.id === id); if (index !== -1) { shopcarinfo[index].checked = checked; } wx.setStorageSync('shopcarinfo', shopcarinfo); this.getData(); },
星期一 16:23 - 这个路径有错误吗为什么会出现这个呀?
[图片]
01-04