出现:Component "pages/index/index" does not have a method "play" to handle event "tap".
<view class="player player-{{isPlayingMusic ? 'play' : 'pause'}}" bindtap="play">
<image src="/images/6.jpeg"/>
<image src="/images/7.jpeg"/>
</view>
<image class="bg-image" mode="scaleToFill" src="/images/9.jpeg"/>
<view class="content">
<view class="content-title">邀请函</view>
<view class="container">
<view class="content-address">
<view>我们诚邀您来参加元旦晚会</view>
<view>时间:2021年12月15日</view>
<view>地点:广东科技学院</view>
</view>
<view class="x">
<open-data type="userAvatarUrl"></open-data>
</view>
<open-data type="userNickName"></open-data>
</view>
</view>
bindtap="play"应该改为什么?
没有play方法
页面对应js文件里page中有什么?