DESKTOP-O04BTUJ\muzen 3 éve
szülő
commit
84294de86a

+ 1 - 1
src/pages/share/controls.vue

@@ -22,7 +22,7 @@
         <text>00:00:00</text>
         <text>00:00:00</text>
       </view>
-      <img class="play_btn" src="@/static/play.png" @click="open" />
+      <img class="play_btn" src="@/static/share/play.png" @click="open" />
     </view>
   </div>
 </template>

+ 5 - 5
src/pages/share/detail.vue

@@ -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 {

+ 1 - 1
src/pages/share/list.vue

@@ -28,7 +28,7 @@
           <text>{{ item.audioName }}</text>
           <text>{{ item.audioInfo }}</text>
         </view>
-        <img class="play" src="@/static/playbtn.png" @click.stop="open" />
+        <img class="play" src="@/static/share/playbtn.png" @click.stop="open" />
       </view>
     </view>
   </view>