From 146704e11d275a4dc50acf93f6556ced23246f43 Mon Sep 17 00:00:00 2001 From: zhl Date: Wed, 26 May 2021 15:13:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3type=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/models/shop/ShopExam.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/shop/ShopExam.ts b/src/models/shop/ShopExam.ts index d6855f6..2d68c7b 100644 --- a/src/models/shop/ShopExam.ts +++ b/src/models/shop/ShopExam.ts @@ -38,7 +38,7 @@ export class ShopPuzzleClass extends Base{ let result = new CompactPuzzleClass() result.id = this._id+'' result.title = this.question - result.type = 1 + result.type = this.type result.category = '自定义' result.quality = 1 if (!withAnswer) {