You've already forked qlg.tsgz.moe
addons
app_download_files
extend
hyhproject
admin
app
common
home
home2
mobile2
common
conf
controller
model
validate
view
default
articles
css
frozenui
goodsconsult
img
js
users
cashconfigs
cashdraws
favorites
history
logmoneys
messages
orders
recharge
security
index.html
security.js
user_back_paypwd.html
user_login_pass.html
user_pay_pass.html
user_phone.html
sellerorders
useraddress
userscores
userset
Users.php
edit.html
global.css
index.html
index1.html
jquery-1.10.2.min.js
qrcode.js
share.css
share.html
share_bg.png
user.js
╨┬╜и╬─▒╛╬─╡╡.txt
鈺ㄢ敩鈺溞糕暚鈹€鈻掆暃鈺攢鈺♀暋.txt
base.html
bash.html
brands.html
carts.html
day_new.html
demo.html
dialog.html
error_lost.html
error_switch.html
error_sys.html
footer.html
forget_pass.html
forget_pass2.html
forget_pass3.html
goods_category.html
goods_detail.html
goods_detail2.html
goods_list.html
goods_search.html
header.html
index.html
index2.html
index3.html
index┤°╧▐╩▒├ы╔▒.html
index鈹ぢ扳暓鈻愨暕鈻掆敎褘鈺斺枓.html
juhui.html
login.html
rebate.html
reg.html
register.html
self_shop.html
settlement.html
settlement_quick.html
shop_goods_list.html
shop_home.html
shop_index.html
shop_street.html
wechat2
.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_version.php
get_version_new.php
index.html
index.php
reg.lock
robots.txt
36 lines
1.6 KiB
HTML
Executable File
36 lines
1.6 KiB
HTML
Executable File
{extend name="default/base" /}
|
|
{block name="title"}{if($user['payPwd']==1)}修改{else}设置{/if}支付密码 - {__block__}{/block}
|
|
{block name="css"}
|
|
<link rel="stylesheet" href="__MOBILE__/css/security.css?v={$v}">
|
|
{/block}
|
|
{block name="header"}
|
|
{php}$user['payPwd']==1?$Title = "修改支付密码":$Title = "设置支付密码"{/php}
|
|
{include file="default/header" /}
|
|
{/block}
|
|
{block name="footer"}
|
|
{/* 大加载 */}
|
|
<div class="ui-loading-block" id="Loadl">
|
|
<div class="ui-loading-cnt">
|
|
<i class="ui-loading-bright"></i>
|
|
<p id="j-Loadl">正在加载中...</p>
|
|
</div>
|
|
</div>
|
|
<div class="wst-se-footer">
|
|
<button id="modifyPwd" class="ui-btn-lg button" onclick="javascript:editPay({$user['payPwd']});">确定</button>
|
|
</div>
|
|
{/block}
|
|
{block name="main"}
|
|
<input type="hidden" value="{:WSTConf('CONF.pwdModulusKey')}" id="key" autocomplete="off">
|
|
<section class="ui-container">
|
|
<div class="wst-se-pay">
|
|
{if($user['payPwd']==1)}<div class="pay"><input id="orpayPwd" type="password" placeholder="原密码" maxlength="30"></div>{/if}
|
|
<div class="pay"><input id="payPwd" type="password" placeholder="新密码" maxlength="30"></div>
|
|
<div class="pay"><input id="copayPwd" type="password" placeholder="确认密码" maxlength="30"></div>
|
|
</div>
|
|
{if($user['payPwd']==1)}<p class="wst-se-back"><a href="{:url('mobile/users/backPayPass')}">忘记支付密码?</a></p>{/if}
|
|
</section>
|
|
{/block}
|
|
{block name="js"}
|
|
<script type="text/javascript" src="__STATIC__/js/rsa.js"></script>
|
|
<script type='text/javascript' src='__MOBILE__/users/security/security.js?v={$v}'></script>
|
|
{/block} |