{{ convertText(item.enwords) }}
{{ NumberList.indexOf(pItem.pinyin) == -1 ? pItem.pinyin : '' }}
{{ NumberList.indexOf(pItem.pinyin) == -1 ? convertText(pItem.chs[wIndex]) : '' }}
{{ NumberList.indexOf(pItem.pinyin) == -1 ? pItem.pinyin : '' }}
{{
NumberList.indexOf(item.sentArr[pIndex + 1].pinyin) == -1
? item.sentArr[pIndex + 1].pinyin
: ''
}}
{{
NumberList.indexOf(item.sentArr[pIndex + 1].pinyin) == -1
? convertText(item.sentArr[pIndex + 1].chs)
: ''
}}
{{
NumberList.indexOf(item.sentArr[pIndex + 1].pinyin) == -1
? item.sentArr[pIndex + 1].pinyin
: ''
}}
{{
NumberList.indexOf(item.sentArr[pIndex + 2].pinyin) == -1
? item.sentArr[pIndex + 2].pinyin
: ''
}}
{{
NumberList.indexOf(item.sentArr[pIndex + 2].pinyin) == -1
? convertText(item.sentArr[pIndex + 2].chs)
: ''
}}
{{
NumberList.indexOf(item.sentArr[pIndex + 2].pinyin) == -1
? item.sentArr[pIndex + 2].pinyin
: ''
}}
{{ NumberList.indexOf(pItem.pinyin) == -1 ? pItem.pinyin : '' }}
{{ NumberList.indexOf(pItem.pinyin) == -1 ? convertText(pItem.chs[wIndex]) : '' }}
{{ NumberList.indexOf(pItem.pinyin) == -1 ? pItem.pinyin : '' }}
{{ convertText(item.enwords) }}
{{
multilingualTextList[multilingual] && multilingualTextList[multilingual][index]
? multilingualTextList[multilingual][index]
: ''
}}