ソースを参照

关联盲票商品惠券与券包

lsx 2 年 前
コミット
b5c288d2f6
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/views/business/ticket/create.vue

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

@@ -388,7 +388,7 @@ export default {
           goodsList.forEach((item) => {
               (item.picUrl = publicFileGetUrl + item.picUrl.split(',')[0]),
               // (item.prizeType = JSON.parse(item.prizeType).value);
-              (item.prizeType = 'goods');
+              (item.type = JSON.parse(item.type).value);
           });
           if(this.$refs.awardFrom) {
             this.$nextTick(() => {