提交 c2a7dffb 编写于 作者: G gongfuxiang

钱包充值

上级 332760f5
......@@ -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', '充值明细');
// 状态
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册