Browse Source

mixin bug修复

DESKTOP-O04BTUJ\muzen 2 years ago
parent
commit
c4c10455ef
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/mixin/index.js

+ 1 - 0
src/mixin/index.js

@@ -255,6 +255,7 @@ const platformMixin = {
   methods: {
     // 通过音频类型获取对应的平台
     getPlatform(e) {
+      this.platformOptions = []
       return new Promise((resolve, reject) => {
         audioType(e).then(res => {
           if (res.code === 0) {