<view class="article_comments_box_zan dflex aic" @click="replyLike" :ref="'reply'+(item.id)" :data-replyid="item.id">
<image :src="'/static/zan.png'" class="w25 mr5" :ref="'reply'+(item.id)+'img'"></image>
<text class="f12">{{ item.like_count }}</text>
</view>
因为这个结构是重复的,我想点击replyLike的时候,动态修改对应的view里面image的src和text的文字,要怎么实现呢
尝试用ref好像不行,正确的方法应该是啥
4***@qq.com (作者)
具体说说嘛
2022-08-22 23:48