click on WeChat Mini Programs list,
<view class="song" wx:for="{{myRegList}}">
<view class="songInfo">
<view class="songName">{{item.name}}</view>
<view class="songer">{{item.singer_names}}</view>
</view>
<view class="songBtn" bindtap="chooseSong" data-songid="{{item.song_no}}">
<image src="../../image/b3.png" class="songBtnImg"></image>
<view class="songBtnTxt">+ </view>
</view>
</view>
how to change the text of the current button to "clicked" when you click the button chooseSong?