<!--pages/home/schedule/schedule.wxml-->
<view>
<image class='scheduleImage' src='{{image}}' mode='widthFix'></image>
<view class='kg-home-header kg-flex-row music-board' style='width:100vw;height:120rpx;'>
<view class='kg-flex-row'>
<image src='{{btnImage}}' style='width:120rpx;height:120rpx;' bindtap='tapPlayButton'></image>
<text style='font-size: 26rpx;margin-left:32rpx;color:#4f4f4f;'>{{current.name}}</text>
</view>
</view>
</view>
-
张杰 authoreda6ad07dc