@@ -110,9 +110,9 @@ class Config extends Model
'invite' => '邀请配置',
'androidversion' => '安卓版本更新',
'iosversion' => 'ios版本更新',
- 'indexpipei' => '首页匹配',
+// 'indexpipei' => '首页匹配',
'takecash' => '提现',
- 'kaiguan' => '开关',
+// 'kaiguan' => '开关',
);
foreach ($groupList as $k => &$v) {
$v = __($v);
@@ -49,7 +49,7 @@ return [
'invite_gift_num' => '0',
'un_authentication_max' => '100',
'alipay_switch' => '1',
- 'wechat_switch' => '0',
+ 'wechat_switch' => '1',
'recharge_switch' => '1',
'apisite_switch' => '1',
'apisite_notice' => '今天维护!',
@@ -130,6 +130,9 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
edit: function () {
Controller.api.bindevent();
},
+ newindex: function () {
+ Controller.api.bindevent();
+ },
api: {
bindevent: function () {
Form.api.bindevent($("form[role=form]"));