DESKTOP-O04BTUJ\muzen 2 år sedan
förälder
incheckning
b99020ecaf
1 ändrade filer med 3 tillägg och 2 borttagningar
  1. 3 2
      src/mixin/index.js

+ 3 - 2
src/mixin/index.js

@@ -224,7 +224,7 @@ const languageMixin = {
 const platformMixin = {
   data() {
     return {
-      platformOptions: [{
+      platformTypeOptions: [{
         value: 1,
         label: '蜻蜓'
       }, {
@@ -248,7 +248,8 @@ const platformMixin = {
       }, {
         value: 8,
         label: '看见音乐'
-      }]
+      }],
+      platformOptions: [],
     }
   },
   methods: {