linwenxin 5 dias atrás
pai
commit
e4c2b90838
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/mallManagement/activityOrder/detail.vue

+ 1 - 1
src/views/mallManagement/activityOrder/detail.vue

@@ -348,7 +348,7 @@ export default {
         this.status = res.data.status
 
         this.activeItems = res.data.items.map(item => {
-          let answer = item.answer.map(it => {
+          let answer = JSON.parse(item.answer).map(it => {
             if (item.type == 3) {
               item.inputValue = it.option_value
             } else if (item.type == 4 || item.type == 5) {