init project

This commit is contained in:
limqhz
2020-06-21 16:27:58 +08:00
commit e8fe10b5fb
178 changed files with 9964 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<!--component/actionSheet/actionSheet.wxml-->
<view class='popup-box' catchtouchmove='unMove' catchtap='cancel'>
<view class='body'>
<view class='cell' wx:for="{{value}}" wx:key="{{index}}" catchtap='click' data-index='{{index}}'>{{item.label}}</view>
<view class='cell cancel' catchtap='cancel'>取消</view>
</view>
</view>