remove build files

This commit is contained in:
dntzhang 2019-03-30 21:11:28 +08:00
parent d64a2b64d4
commit d1caff443f
4 changed files with 0 additions and 22 deletions

View File

@ -1,10 +0,0 @@
<block>
<block>
<block wx:if="{{bb}}">
<view>show</view>
</block>
<block wx:else>
<view>hide</view>
</block>
</block>
</block>

View File

@ -1,6 +0,0 @@
<block>
<view>
<view bindtap="onTap" wx:for="{{array}}" wx:for-item="item" wx:for-index="_anonIdx"><text>{{item.name}}</text>
</view>
</view>
</block>

View File

@ -1,3 +0,0 @@
<block>
<view>show</view>
</block>

View File

@ -1,3 +0,0 @@
<block>
<view>show</view>
</block>