瀏覽代碼

【Fix】修复显示缺陷

liuxiangxin 1 月之前
父節點
當前提交
bb3159ddea
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Http/Controllers/Admin/LotteryOrderProduct.php

+ 1 - 1
app/Http/Controllers/Admin/LotteryOrderProduct.php

@@ -15,7 +15,7 @@ class LotteryOrderProduct extends Auth{
 	
 	protected function _initialize(){
 		parent::_initialize();
-		$this->assign('breadcrumb1','下抽奖');
+		$this->assign('breadcrumb1','下抽奖');
 		$this->assign('breadcrumb2','商品范围');
 	}