修复长描述回显问题2
This commit is contained in:
@@ -271,7 +271,7 @@ export default {
|
||||
}
|
||||
let authIntro = i.authIntro;
|
||||
if (authIntro.startsWith('{') && authIntro.endsWith('}')) {
|
||||
authIntro = JSON.parse(authIntro);
|
||||
i.authIntro = JSON.parse(authIntro);
|
||||
} else {
|
||||
i.authIntro = {
|
||||
zh: authIntro,
|
||||
|
Reference in New Issue
Block a user