|
@@ -5,6 +5,7 @@
|
|
|
<div class="writeTop-item" :class="[indexI!==0?'writeTop-item-noLeft':'']" v-for="(itemI,indexI) in itemR" :key="indexI" :style="{width:dataConfig.width,height:dataConfig.width,borderColor:dataConfig.borderColor}">
|
|
|
<template v-if="itemI&&itemI.con&&!itemI.write&&!itemI.answer">
|
|
|
<Strockplay
|
|
|
+ v-if="'writeTop-item-' + pageNumber + '-' + indexR + '-' + indexI"
|
|
|
className="adult-strockplay"
|
|
|
:strokePlayColor="dataConfig.borderColor"
|
|
|
:Book_text="itemI.con"
|
|
@@ -17,6 +18,8 @@
|
|
|
</template>
|
|
|
<template v-else-if="itemI&&itemI.answer">
|
|
|
<Strockplayredline
|
|
|
+ v-if="'write-item-miaohong-' +
|
|
|
+ pageNumber + '-' + indexR + '-' + indexI + Math.random().toString(36).substr(2)"
|
|
|
:Book_text="itemI.con"
|
|
|
:playStorkes="false"
|
|
|
:strokeColorgray="dataConfig.miaoRedBgcolor"
|
|
@@ -34,6 +37,7 @@
|
|
|
</template>
|
|
|
<template v-else-if="itemI&&itemI.miaoRed">
|
|
|
<Strockred
|
|
|
+ v-if="'write-item-' + pageNumber + '-' + indexR + '-' + indexI + Math.random().toString(36).substr(2)"
|
|
|
className="adult-strockplay"
|
|
|
:strokePlayColor="dataConfig.borderColor"
|
|
|
:Book_text="itemI.con"
|