|
@@ -4,7 +4,7 @@
|
|
|
<view class="ezy-study-wrap" @touchstart="onTouchStart" @touchend="onTouchEnd">
|
|
|
<view @click="handleCheckCatalogue" class="chapter-title-box">{{options.zhangName}}</view>
|
|
|
<!-- 动物类型 -->
|
|
|
- <view v-if="growthType" :class="currentGrowth()"></view>
|
|
|
+ <view v-if="growthType!=null" :class="currentGrowth()"></view>
|
|
|
<view>
|
|
|
<!-- 小岛 -->
|
|
|
<view class="brand-item" v-for="(item, index) in options.jieList" :key="item.jieId"
|