修正type返回错误的bug
This commit is contained in:
parent
83ff64b9b4
commit
146704e11d
@ -38,7 +38,7 @@ export class ShopPuzzleClass extends Base{
|
|||||||
let result = new CompactPuzzleClass()
|
let result = new CompactPuzzleClass()
|
||||||
result.id = this._id+''
|
result.id = this._id+''
|
||||||
result.title = this.question
|
result.title = this.question
|
||||||
result.type = 1
|
result.type = this.type
|
||||||
result.category = '自定义'
|
result.category = '自定义'
|
||||||
result.quality = 1
|
result.quality = 1
|
||||||
if (!withAnswer) {
|
if (!withAnswer) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user