|
|
@@ -18,8 +18,8 @@
|
|
|
</view>
|
|
|
<view class="info-details">
|
|
|
<text class="detail-text">序号: {{ item.inTurn }}</text>
|
|
|
- <text class="detail-text status-text" :class="{ 'active': item.status == 1 }">
|
|
|
- {{ item.status == 1 ? '显示' : '隐藏' }}
|
|
|
+ <text class="detail-text status-text active">
|
|
|
+ {{ item.flower == 0 ? '鲜花' : item.flower ==1?'绿植':'仿真花' }}
|
|
|
</text>
|
|
|
</view>
|
|
|
</view>
|