|
@@ -16,7 +16,7 @@
|
|
|
<view style="height: 20px;" />
|
|
<view style="height: 20px;" />
|
|
|
</Yl_ListBox>
|
|
</Yl_ListBox>
|
|
|
</view>
|
|
</view>
|
|
|
-<Yl_FloatingButton bindtap="toAdd" />
|
|
|
|
|
|
|
+<Yl_FloatingButton wx:if="{{insert}}" bindtap="toAdd" />
|
|
|
<view class="DrawerClose {{modalName=='viewModal'?'show':''}}" bindtap="hideModal">
|
|
<view class="DrawerClose {{modalName=='viewModal'?'show':''}}" bindtap="hideModal">
|
|
|
<text class="cuIcon-pullright"></text>
|
|
<text class="cuIcon-pullright"></text>
|
|
|
</view>
|
|
</view>
|