Explorar o código

盲票查看列表类型修改

DELL %!s(int64=3) %!d(string=hai) anos
pai
achega
5e44c29bce
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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(',')
             };