You've already forked qlg.tsgz.moe
addons
app_download_files
extend
hyhproject
admin
app
common
home
home2
mobile2
wechat2
behavior
common
conf
controller
model
validate
view
default
articles
css
frozenui
goodsconsult
img
js
users
base.html
brands.html
carts.html
dialog.html
error_lost.html
error_switch.html
error_sys.html
footer.html
goods_category.html
goods_detail.html
goods_list.html
goods_search.html
header.html
index.html
login.html
self_shop.html
settlement.html
settlement_quick.html
shop_goods_list.html
shop_home.html
shop_index.html
shop_street.html
.htaccess
command.php
mobile
oss
static
thinkphp
upload
vendor
wxtmp
.gitignore
.htaccess
.user.ini
404.html
H5436787D.wgt
admin.php
app-release.apk
app_download.html
cash.lock
demo.php
get_startup.php
get_version.php
get_version_new.php
index.html
index.php
reg.lock
robots.txt
15 lines
658 B
HTML
Executable File
15 lines
658 B
HTML
Executable File
{/* 对话框 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> |