Browse Source

Merge branch 'online' of http://git.dayaedu.com/molingzhide/dy-admin-manager into online

mo 4 years ago
parent
commit
53a495e07f

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-736aba9f.c105aa3b.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.11d22b2e.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-635a8cbe.49168140.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-736aba9f.761fad42.js


+ 1 - 1
src/views/teamBuild/modals/change-voice.vue

@@ -162,7 +162,7 @@ const formatAllGoods = (data, kitGroupPurchaseType) => {
           try {
             courseJson = JSON.parse(item.coursePurchaseTypeJson)
           } catch (error) {}
-          if (json[kitGroupPurchaseType]) {
+          if (json[kitGroupPurchaseType] !== undefined) {
             const _item = {
               ...item,
               kitGroupPurchaseTypePrice: json[kitGroupPurchaseType],

Some files were not shown because too many files changed in this diff