Browse Source

Merge branch 'test' into 'master'

Test

See merge request quanshu/mp-ui-pc!286
zhong chunping 3 năm trước cách đây
mục cha
commit
6751a8fe3a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/business/ticket/detail.vue

+ 1 - 1
src/views/business/ticket/detail.vue

@@ -144,7 +144,7 @@ export default {
             })
             this.info = {
               ...data,
-              type: JSON.parse(data.type).value,
+              type: JSON.parse(data.type),
               picUrl: picUrl,
               channelTitle: data.channelList.map(item => item.name).join(',')
             };