|
@@ -60,7 +60,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="footer" v-if="TaskModel != 'ANSWER'">
|
|
|
- <div @click="handleColl" class="bg-box">
|
|
|
+ <div @click="handleColl" class="bg-box" v-if="wordLength === 1">
|
|
|
<template v-if="collFlag">
|
|
|
<img
|
|
|
:src="
|
|
@@ -178,7 +178,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="footer" v-if="TaskModel != 'ANSWER'">
|
|
|
- <div class="bg-box" @click="handleColl">
|
|
|
+ <div class="bg-box" @click="handleColl" v-if="wordLength === 1">
|
|
|
<template v-if="collFlag">
|
|
|
<img
|
|
|
:src="
|
|
@@ -302,7 +302,8 @@ export default {
|
|
|
"bg",
|
|
|
"ed",
|
|
|
"themeColorPhone",
|
|
|
- "pageFrom"
|
|
|
+ "pageFrom",
|
|
|
+ "wordLength"
|
|
|
],
|
|
|
data() {
|
|
|
return {
|