自定义题库分类返回改成品牌

This commit is contained in:
zhl 2021-06-08 19:45:03 +08:00
parent b8f5c94960
commit 7b3106d554

View File

@ -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()