|
|
@@ -50,7 +50,7 @@ class SetMealController extends BaseController
|
|
|
{
|
|
|
$id = Yii::$app->request->get('id', 1);
|
|
|
$detail = SetMealService::getSetById($id);
|
|
|
- $detail['introduce'] = '可以满足日常的经常、管理和营销需求。';
|
|
|
+ $detail['introduce'] = '可以满足日常的经营、管理和营销需求。';
|
|
|
$function = [
|
|
|
['name' => '小程序商城', 'has' => 1],
|
|
|
['name' => '节日涨价', 'has' => 1],
|