init project
This commit is contained in:
7
component/actionSheet/actionSheet.wxml
Normal file
7
component/actionSheet/actionSheet.wxml
Normal 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>
|
||||
Reference in New Issue
Block a user