Sfoglia il codice sorgente

添加自有方式

wolyshaw 4 anni fa
parent
commit
9b08bf6d59
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      src/views/teamBuild/modals/change-voice.vue

+ 4 - 0
src/views/teamBuild/modals/change-voice.vue

@@ -177,6 +177,10 @@ const formatAllGoods = (data, kitGroupPurchaseType) => {
           try {
             json = JSON.parse(item.kitGroupPurchaseTypeJson)
           } catch (error) {}
+          json = {
+            ...json,
+            OWN: 0
+          }
           try {
             courseJson = JSON.parse(item.coursePurchaseTypeJson)
           } catch (error) {}