|
@@ -73,8 +73,10 @@
|
|
<view class="play-info">
|
|
<view class="play-info">
|
|
<view class="info">
|
|
<view class="info">
|
|
<image src="./../../img/blak.png" class="black" mode="scaleToFill"></image>
|
|
<image src="./../../img/blak.png" class="black" mode="scaleToFill"></image>
|
|
- <image src="./../../img/mm.png" class="mode" mode="scaleToFill"></image>
|
|
|
|
- <image class="logo" mode="heightFix" src="./../../img/logo.png"></image>
|
|
|
|
|
|
+ <image src="./../../img/mm.png" class="mode" mode="widthFix"></image>
|
|
|
|
+ <view style="width: 34rpx; height: 34rpx; margin-left: 12rpx;">
|
|
|
|
+ <image class="logo" mode="heightFix" src="./../../img/logo.png"></image>
|
|
|
|
+ </view>
|
|
<view wx:if="{{actionIndex !== null}}" style="opacity: 0.8; text-shadow:0px 0px 4px #6D00FF;" class="fm">
|
|
<view wx:if="{{actionIndex !== null}}" style="opacity: 0.8; text-shadow:0px 0px 4px #6D00FF;" class="fm">
|
|
FM.{{actionIndex !== null ? (actionIndex + 1 < 10 ? "0" + (actionIndex + 1) : actionIndex + 1) : 00}} </view>
|
|
FM.{{actionIndex !== null ? (actionIndex + 1 < 10 ? "0" + (actionIndex + 1) : actionIndex + 1) : 00}} </view>
|
|
<view wx:if="{{actionIndex !== null}}" style="opacity: 1;" class="fm">
|
|
<view wx:if="{{actionIndex !== null}}" style="opacity: 1;" class="fm">
|