Commit c0669284 authored by mengcuiguang's avatar mengcuiguang

代码优化

parent 467d104c
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
{{item.remarks}} {{item.remarks}}
</view> </view>
</view> </view>
<view class="cut-down" v-if='item.topTitle.length>0'> <view class="cut-down" v-if='item.topTitle!=null&&item.topTitle.length>0'>
{{item.topTitle}} {{item.topTitle}}
</view> </view>
<view v-if="index==selectedIndex" style="position: absolute;bottom: 0;right: 0;"> <view v-if="index==selectedIndex" style="position: absolute;bottom: 0;right: 0;">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment