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) {