You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
15
hyhproject/wechat2/view/default/dialog.html
Executable file
15
hyhproject/wechat2/view/default/dialog.html
Executable file
@ -0,0 +1,15 @@
|
||||
{/* 对话框 prompt */}
|
||||
<div class="ui-dialog" id="wst-di-prompt">
|
||||
<div class="ui-dialog-cnt">
|
||||
<div class="ui-dialog-bd">
|
||||
<p id="wst-dialog" class="wst-dialog-t">提示</p>
|
||||
<p class="wst-dialog-l"></p>
|
||||
<button id="wst-event1" type="button" class="ui-btn-s wst-dialog-b1" data-role="button">取消</button>
|
||||
<button id="wst-event2" type="button" class="ui-btn-s wst-dialog-b2">确定</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/* 提示分享对话框 share */}
|
||||
<div class="ui-dialog" id="wst-di-share" onclick="WST.dialogHide('share');">
|
||||
<div class="wst-prompt"></div>
|
||||
</div>
|
Reference in New Issue
Block a user