This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
xuzhihao
/
haowanShow
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
e06c9742f1
Branches
Tags
haowan
haowan-tencent
master
haowanShow
/
miniprogram
/
components
/
modal
/
modal.wxml
modal.wxml
110 B
Historique
Raw
1
2
3
4
5
6
<view class="modal">
<view class="mask"></view>
<view class="content">
<slot></slot>
</view>
</view>