|
|
@@ -700,7 +700,12 @@ export default {
|
|
|
sentIndex: sIndex, //在段落中句子索引
|
|
|
articleSentIndex: asIndex, //在文章中句子索引
|
|
|
wordIndex: wIndex, //单词的索引
|
|
|
- pinyin: wItem.pinyin,
|
|
|
+ pinyin:
|
|
|
+ curQue.pinyin_type === 'pinyin'
|
|
|
+ ? curQue.property.is_enable_sentence_case && wIndex === 0
|
|
|
+ ? wItem.pinyin_up
|
|
|
+ : wItem.pinyin
|
|
|
+ : wItem.pinyin_tone,
|
|
|
chs: wItem.chs,
|
|
|
padding: true, //wItem.padding,
|
|
|
className: wItem.className,
|