Browse Source

官网 文字

shish 6 years ago
parent
commit
eed3d8630b
1 changed files with 2 additions and 3 deletions
  1. 2 3
      app/shop/controllers/SetMealController.php

+ 2 - 3
app/shop/controllers/SetMealController.php

@@ -52,8 +52,6 @@ class SetMealController extends BaseController
 		$function = [
 			['name' => '小程序商城', 'has' => 1],
 			['name' => '节日涨价', 'has' => 1],
-			['name' => '小程序商城', 'has' => 1],
-			['name' => '人脸支付', 'has' => 0],
 			['name' => '客户管理', 'has' => 1],
 			['name' => '图库管理', 'has' => 1],
 			['name' => '收银工具', 'has' => 1],
@@ -62,7 +60,8 @@ class SetMealController extends BaseController
 			['name' => '门店管理', 'has' => 1],
 			['name' => '优惠券管理', 'has' => 1],
 			['name' => '订单管理', 'has' => 1],
-			['name' => '配送发货管理', 'has' => 1],
+			['name' => '发货管理', 'has' => 1],
+			['name' => '人脸支付', 'has' => 0],
 		];
 		$free = rand(0, 1);
 		$data = ['detail' => $detail, 'function' => $function, 'free' => $free];