|
@@ -8,10 +8,15 @@
|
|
>{{ curRole.role }}</span
|
|
>{{ curRole.role }}</span
|
|
>
|
|
>
|
|
<img
|
|
<img
|
|
- v-else
|
|
|
|
|
|
+ v-else-if="curRole.img_list.length>0"
|
|
:src="curRole.img_list[0] && curRole.img_list[0].id"
|
|
:src="curRole.img_list[0] && curRole.img_list[0].id"
|
|
class="adult-book-input-roleImg"
|
|
class="adult-book-input-roleImg"
|
|
/>
|
|
/>
|
|
|
|
+ <img
|
|
|
|
+ v-else-if="curRole.simpleHead!==''"
|
|
|
|
+ :src="require('../../../../assets/NPC/simple'+(curRole.simpleHead+1)+'.png')"
|
|
|
|
+ class="adult-book-input-roleImg"
|
|
|
|
+ />
|
|
<template v-if="type != 1 && curRole.detail.wordsList.length > 0">
|
|
<template v-if="type != 1 && curRole.detail.wordsList.length > 0">
|
|
<span class="pinyin" :style="{ color: wordColor }">{{
|
|
<span class="pinyin" :style="{ color: wordColor }">{{
|
|
curRole.detail.wordsList | handlePinyin
|
|
curRole.detail.wordsList | handlePinyin
|