Your Name 3 년 전
부모
커밋
33da1d0d60
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app/shop/database/record.php

+ 2 - 2
app/shop/database/record.php

@@ -1,9 +1,9 @@
 <?php
 $button = array();
-if (Dever::load('manage/auth')->checkFunc('shop.info', 'chongzhi', '充值')) {
+if (Dever::load('manage/auth')->checkFunc('shop.record', 'chongzhi', '充值')) {
 	$button['充值'] = array('fast',1,'record&type=1');
 }
-if (Dever::load('manage/auth')->checkFunc('shop.info', 'tixian', '提现')) {
+if (Dever::load('manage/auth')->checkFunc('shop.record', 'tixian', '提现')) {
 	$button['提现'] = array('fast',1,'record&type=2');
 }