瀏覽代碼

system.successful update param mchid

ayHaru 3 年之前
父節點
當前提交
03331ac218

+ 1 - 0
admin/templates/default/css/recharge.css

@@ -3,6 +3,7 @@
 .w46 {width:46px;}
 .w40 {width:40px;}
 .w50 {width:50px;}
+.w57 {width:57px;}
 .w70 {width: 70px;}
 .w82 {width:82px;}
 .w86 {width:86px;}

+ 5 - 5
admin/templates/default/provider.group.set.php

@@ -20,20 +20,20 @@
         <input type="hidden" name="quality" value="<?php echo $_GET['quality']?>">
         <input type="hidden" name="is_only" value="<?php echo $output['is_only']?>">
         <table class=" tb-type2">
-            <thead>
+            <thead style="position: fixed;background-color: #fff;">
             <tr class="thead">
-                <th>
+                <th class="w180">
                 <a href="JavaScript:void(0);" class="btn" id="emptyBtn"><span>清空</span></a>
                 </th>
-                <th class="w50 align-center">
+                <th class="w57 align-center">
                     全选
                 </th>
                 <?php foreach ($output['amounts'] as $amount){?>
-                <th class="w50 align-center"><?php echo $amount;?></th>
+                <th class="w57 align-center"><?php echo $amount;?></th>
                 <?php }?>
             </tr>
             </thead>
-            <tbody>
+            <tbody style="display: block;padding-top: 47px;">
                 <?php if(!empty($output['providers'])){?>
                     <?php foreach ($output['providers'] as $provider){?>
                         <tr class="trFlex">

+ 1 - 1
admin/templates/default/system.successful.php

@@ -188,7 +188,7 @@
                 layer.msg('请选择时间');
                 return
             }
-            let src = window.location.origin + "/plot/mchplot?time_stamp=" + time + "&interval=" + interval + "&chname=" + chname + "&quality=" + quality + "&card_type=" + card_type + "&amount=" + amount
+            let src = window.location.origin + "/plot/mchplot?time_stamp=" + time + "&interval=" + interval + "&mchid=" + chname + "&quality=" + quality + "&card_type=" + card_type + "&amount=" + amount
             if (!interval) {
                 src = src.replace("&interval=", "")
             }