Selaa lähdekoodia

开奖次数与价格

lizhen_gitee 1 vuosi sitten
vanhempi
commit
9f6623f820

+ 1 - 1
application/admin/lang/zh-cn/egg/timesprice.php

@@ -7,5 +7,5 @@ return [
     'Type 2' => '高级',
     'Type 3' => '转盘',
     'Times'  => '次数',
-    'Price'  => '钻石价格'
+    'Price'  => '金币价格'
 ];

+ 2 - 2
application/admin/view/egg/timesprice/add.html

@@ -1,6 +1,6 @@
 <form id="add-form" class="form-horizontal" role="form" data-toggle="validator" method="POST" action="">
 
-    <div class="form-group">
+    <!--<div class="form-group">
         <label class="control-label col-xs-12 col-sm-2">{:__('Type')}:</label>
         <div class="col-xs-12 col-sm-8">
                         
@@ -11,7 +11,7 @@
             </select>
 
         </div>
-    </div>
+    </div>-->
     <div class="form-group">
         <label class="control-label col-xs-12 col-sm-2">{:__('Times')}:</label>
         <div class="col-xs-12 col-sm-8">

+ 2 - 2
application/admin/view/egg/timesprice/edit.html

@@ -1,6 +1,6 @@
 <form id="edit-form" class="form-horizontal" role="form" data-toggle="validator" method="POST" action="">
 
-    <div class="form-group">
+    <!--<div class="form-group">
         <label class="control-label col-xs-12 col-sm-2">{:__('Type')}:</label>
         <div class="col-xs-12 col-sm-8">
                         
@@ -11,7 +11,7 @@
             </select>
 
         </div>
-    </div>
+    </div>-->
     <div class="form-group">
         <label class="control-label col-xs-12 col-sm-2">{:__('Times')}:</label>
         <div class="col-xs-12 col-sm-8">

+ 1 - 1
public/assets/js/backend/egg/timesprice.js

@@ -26,7 +26,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
                     [
                         {checkbox: true},
                         {field: 'id', title: __('Id')},
-                        {field: 'type', title: __('Type'), searchList: {"1":__('Type 1'),"2":__('Type 2'),"3":__('Type 3')}, formatter: Table.api.formatter.normal},
+//                        {field: 'type', title: __('Type'), searchList: {"1":__('Type 1'),"2":__('Type 2'),"3":__('Type 3')}, formatter: Table.api.formatter.normal},
                         {field: 'times', title: __('Times')},
                         {field: 'price', title: __('Price')},
                         {field: 'operate', title: __('Operate'), table: table, events: Table.api.events.operate, formatter: Table.api.formatter.operate}