微信小程序Dialog
微信小程序自定义弹窗
- 在wxml最外层增加弹窗布局文件,如下:
1 | <view class="modal-mask" bindtap="hideModal" catchtouchmove="preventTouchMove" wx:if="{{showModel}}"> |
- 在wxss样式文件中增加:
1 | .modal-mask { |
- 在js文件中增加弹窗控制逻辑:
1 | Page({ |
1 | <view class="modal-mask" bindtap="hideModal" catchtouchmove="preventTouchMove" wx:if="{{showModel}}"> |
1 | .modal-mask { |
1 | Page({ |
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
1 | $ hexo new "My New Post" |
More info: Writing
1 | $ hexo server |
More info: Server
1 | $ hexo generate |
More info: Generating
1 | $ hexo deploy |
More info: Deployment