|
@@ -93,6 +93,7 @@ const {
|
|
|
:style="{ width: x > 0.5 ? '100%' : '' }"
|
|
|
:src=" ganImg"
|
|
|
alt=""
|
|
|
+ @click="emit('next', curPart)"
|
|
|
>
|
|
|
</Transition>
|
|
|
<Transition name="fade-in-out">
|
|
@@ -102,6 +103,7 @@ const {
|
|
|
:style="{ width: x > 0.5 ? '100%' : '' }"
|
|
|
:src=" zhiImg"
|
|
|
alt=""
|
|
|
+ @click="emit('next', curPart)"
|
|
|
>
|
|
|
</Transition>
|
|
|
<Transition name="fade-in-out">
|
|
@@ -111,6 +113,7 @@ const {
|
|
|
:style="{ width: x > 0.5 ? '100%' : '' }"
|
|
|
:src=" yeImg"
|
|
|
alt=""
|
|
|
+ @click="emit('next', curPart)"
|
|
|
>
|
|
|
</Transition>
|
|
|
<!-- 竹子部分选择 -->
|