老板名字拼音保留英文
This commit is contained in:
parent
86ea0ff313
commit
ee12175fba
@ -68,7 +68,7 @@ class ProgramAppendConstructController extends BaseController
|
|||||||
return [
|
return [
|
||||||
"text" => $item["from"],
|
"text" => $item["from"],
|
||||||
"value" => $item["from"],
|
"value" => $item["from"],
|
||||||
"alias" => implode("", \pinyin($item["from"], PINYIN_NO_TONE)),
|
"alias" => implode("", \pinyin($item["from"], PINYIN_NO_TONE|PINYIN_KEEP_ENGLISH)),
|
||||||
"abbr" => \pinyin_abbr($item["from"]),
|
"abbr" => \pinyin_abbr($item["from"]),
|
||||||
];
|
];
|
||||||
})->toArray();
|
})->toArray();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user