自定义题库分类返回改成品牌
This commit is contained in:
parent
b8f5c94960
commit
7b3106d554
@ -35,7 +35,7 @@ export class ShopPuzzleClass extends Base {
|
||||
result.id = this._id + ''
|
||||
result.title = this.question
|
||||
result.type = this.type
|
||||
result.category = '自定义'
|
||||
result.category = '品牌'
|
||||
result.quality = 1
|
||||
if (!withAnswer) {
|
||||
answers.randomSort()
|
||||
|
Loading…
x
Reference in New Issue
Block a user