浏览代码

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

mo 4 年之前
父节点
当前提交
53a495e07f

文件差异内容过多而无法显示
+ 0 - 0
dist/index.html


文件差异内容过多而无法显示
+ 0 - 0
dist/static/css/chunk-736aba9f.c105aa3b.css


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/app.11d22b2e.js


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-635a8cbe.49168140.js


文件差异内容过多而无法显示
+ 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],

部分文件因为文件数量过多而无法显示