Browse Source

no message

Tree 2 tháng trước cách đây
mục cha
commit
1dbd91ac6e

+ 0 - 2
resources/views/admin/protect/protect_config_info.blade.php

@@ -31,7 +31,6 @@
                                     <th>单笔充值金额/持有下限参数</th>
                                     <th>大奖上限百分比</th>
                                     <th>大奖下限百分比</th>
-                                    <th>充值基准系数参数百分比</th>
                                     <th>最小充值</th>
                                     <th>最大充值</th>
                                     <th>充值金额计算方式</th>
@@ -48,7 +47,6 @@
                                         <td>{{ $v->RechargeGoldRatio }}</td>
                                         <td>{{ $v->RewardMaxPercent }}</td>
                                         <td>{{ $v->RewardMinPercent }}</td>
-                                        <td>{{ $v->PayCalPercent }}</td>
                                         <td>{{ $v->RechargeMin }}</td>
                                         <td>{{ $v->RechargeMax }}</td>
                                         <td>{{ $v->RechargeCalModel == 0 ? '单笔' : '平均值' }}</td>

+ 1 - 5
resources/views/admin/protect/protect_config_info_update.blade.php

@@ -36,11 +36,7 @@
                                     <input type="number" class="form-control required" name="RewardMinPercent"
                                            placeholder="大奖下限百分比" value="{{ $info->RewardMinPercent }}">
                                 </div>
-                                <div class="form-group">
-                                    <h4>充值基准系数参数百分比</h4>
-                                    <input type="number" class="form-control required" name="PayCalPercent"
-                                           placeholder="充值基准系数参数百分比" value="{{ $info->PayCalPercent }}">
-                                </div>
+
                                 <div class="form-group">
                                     <h4>最小充值</h4>
                                     <input type="number" class="form-control required" name="RechargeMin"

+ 0 - 1
views

@@ -1 +0,0 @@
-resources/views