修复固定文案展示
This commit is contained in:
@@ -404,7 +404,7 @@ export default {
|
||||
if (fixedWordValue.startsWith('{') && fixedWordValue.endsWith('}')) {
|
||||
i.fixedWord = JSON.parse(i.fixedWord);
|
||||
} else {
|
||||
i.name = {
|
||||
i.fixedWord = {
|
||||
zh: fixedWordValue,
|
||||
ar: fixedWordValue,
|
||||
en: fixedWordValue,
|
||||
|
Reference in New Issue
Block a user