首先2个问题:
this.setData({ value: list[res.tapIndex] }, () => { console.log(this.data.value) })
应该是 console.log(this.data.value)