debug
parent
47237f4dc9
commit
81838eb513
|
|
@ -36,6 +36,8 @@ return array(
|
|||
'alipay_life_is_shelves_text' => '上下架',
|
||||
'alipay_life_save_category_error' => '分类添加失败',
|
||||
|
||||
'alipay_life_user_send_text' => '发消息',
|
||||
'alipay_life_user_send_text' => '发消息',
|
||||
|
||||
'alipay_life_tips' => '接口异步通知地址:'.__MY_URL__.'alipay_life_notify.php',
|
||||
);
|
||||
?>
|
||||
|
|
@ -3,6 +3,13 @@
|
|||
<!-- right content start -->
|
||||
<div class="content-right">
|
||||
<div class="content">
|
||||
<!-- tips start -->
|
||||
<div class="am-alert am-alert-warning am-radius" data-am-alert>
|
||||
<button type="button" class="am-close">×</button>
|
||||
<p>{{:L('alipay_life_tips')}}</p>
|
||||
</div>
|
||||
<!-- tips end -->
|
||||
|
||||
<!-- form start -->
|
||||
<form class="am-form view-list" action="{{:U('Admin/AlipayLife/Index')}}" method="POST">
|
||||
<div class="am-g">
|
||||
|
|
|
|||
Loading…
Reference in New Issue