|
@@ -14,7 +14,7 @@
|
|
|
<text>{{ data.podcasters[0].nickname }}</text>
|
|
|
</view>
|
|
|
<view class="play_number">
|
|
|
- <img src="@/static/playnumber.png" />
|
|
|
+ <img src="@/static/share/playnumber.png" />
|
|
|
<text>{{ data.playcount }}</text>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -40,7 +40,7 @@
|
|
|
</view>
|
|
|
</uni-col>
|
|
|
<uni-col :span="2">
|
|
|
- <img src="@/static/playbtn.png" style="width: 48rpx;height: 48rpx" @click.stop="open" />
|
|
|
+ <img src="@/static/share/playbtn.png" style="width: 48rpx;height: 48rpx" @click.stop="open" />
|
|
|
</uni-col>
|
|
|
</uni-row>
|
|
|
</view>
|
|
@@ -250,15 +250,15 @@ export default {
|
|
|
}
|
|
|
|
|
|
.time::before {
|
|
|
- background: url('@/static/time.png') no-repeat 100% / cover;
|
|
|
+ background: url('@/static/share/time.png') no-repeat 100% / cover;
|
|
|
}
|
|
|
|
|
|
.play::before {
|
|
|
- background: url('@/static/playnumber.png') no-repeat 100% / cover;
|
|
|
+ background: url('@/static/share/playnumber.png') no-repeat 100% / cover;
|
|
|
}
|
|
|
|
|
|
.date::before {
|
|
|
- background: url('@/static/date.png') no-repeat 100% / cover;
|
|
|
+ background: url('@/static/share/date.png') no-repeat 100% / cover;
|
|
|
}
|
|
|
|
|
|
.no-data {
|