钱包充值
parent
332760f5bf
commit
c2a7dffbf2
|
|
@ -26,7 +26,7 @@
|
|||
{{include file="../../../plugins/view/wallet/public/nav" /}}
|
||||
<!-- user menu end -->
|
||||
|
||||
<form class="am-form form-validation" method="post" action="{{:PluginsHomeUrl('wallet', 'wallet', 'recharge')}}" request-type="form">
|
||||
<form class="am-form form-validation" method="post" action="{{:PluginsHomeUrl('wallet', 'recharge', 'index')}}" request-type="form">
|
||||
<div class="thin">
|
||||
<div class="am-input-group am-input-group-sm am-fl so">
|
||||
<input type="text" autocomplete="off" name="keywords" class="am-radius" placeholder="充值单号" value="{{if !empty($params.keywords)}}{{$params.keywords}}{{/if}}" />
|
||||
|
|
|
|||
|
|
@ -163,7 +163,7 @@ class Recharge extends Common
|
|||
$ret = PayService::Respond($params);
|
||||
|
||||
// 自定义链接
|
||||
$this->assign('to_url', PluginsHomeUrl('wallet', 'wallet', 'recharge'));
|
||||
$this->assign('to_url', PluginsHomeUrl('wallet', 'recharge', 'index'));
|
||||
$this->assign('to_title', '充值明细');
|
||||
|
||||
// 状态
|
||||
|
|
|
|||
Loading…
Reference in New Issue