DESKTOP-SVI9JE1\muzen 1 рік тому
батько
коміт
163b1595d8
1 змінених файлів з 9 додано та 3 видалено
  1. 9 3
      src/pages/share/controls.vue

+ 9 - 3
src/pages/share/controls.vue

@@ -1,7 +1,7 @@
 <template>
   <div class="app-container">
     <!-- 背景 -->
-    <view class="bg" :style="{'background': `url(${form.icon})no-repeat 100% / cover`}" />
+    <view class="bg" :style="{ 'background': `url(${form.icon})no-repeat 100% / cover` }" />
     <!-- 跳转App -->
     <open-app @open="open" />
     <!-- 播控分享 -->
@@ -16,8 +16,8 @@
       <view v-if="channelType !== '1'" class="platform">
         以上内容来自{{ form.platformId }}
       </view>
-      <slider min="0" max="100" block-color="#78B06A" block-size="12" activeColor="#78B06A"
-        backgroundColor="#727c82" disabled />
+      <slider min="0" max="100" block-color="#78B06A" block-size="12" activeColor="#78B06A" backgroundColor="#727c82"
+        disabled />
       <view class="length">
         <text>00:00:00</text>
         <text>00:00:00</text>
@@ -62,6 +62,12 @@ export default {
         value: 8,
         label: '看见音乐'
       }, {
+        value: 9,
+        label: '酷狗音乐'
+      }, {
+        value: 10,
+        label: '爱听歌单音乐'
+      }, {
         value: 11,
         label: '阿基米德'
       }]