@@ -125,7 +125,7 @@ protected function other()
125125 'title ' => $ datum ,
126126 'level ' => 1 ,
127127 'pid ' => 0 ,
128- 'tree ' => 'tr_0 ' ,
128+ 'tree ' => 'tr_0 ' ,
129129 ];
130130 } elseif ($ key > $ Hongkong && $ key < $ Macao ) {
131131 // 香港
@@ -136,15 +136,15 @@ protected function other()
136136 'title ' => $ datum ,
137137 'level ' => 2 ,
138138 'pid ' => $ Hongkong ,
139- 'tree ' => ' tr_0 tr_ ' . $ Hongkong ,
139+ 'tree ' => " tr_0 tr_ $ Hongkong " ,
140140 ];
141141 } elseif ($ key < $ i + 100 && $ key > $ i ) {
142142 $ data [] = [
143143 'id ' => $ key ,
144144 'title ' => $ datum ,
145145 'level ' => 3 ,
146146 'pid ' => $ i ,
147- 'tree ' => ' tr_0 tr_ ' . $ Hongkong . ' tr_' . $ i ,
147+ 'tree ' => " tr_0 tr_ $ Hongkong tr_ $ i " ,
148148 ];
149149 }
150150 }
@@ -158,15 +158,15 @@ protected function other()
158158 'title ' => $ datum ,
159159 'level ' => 2 ,
160160 'pid ' => $ Macao ,
161- 'tree ' => ' tr_0 tr_ ' . $ Macao ,
161+ 'tree ' => " tr_0 tr_ $ Macao " ,
162162 ];
163163 } elseif ($ key < $ i + 100 && $ key > $ i ) {
164164 $ data [] = [
165165 'id ' => $ key ,
166166 'title ' => $ datum ,
167167 'level ' => 3 ,
168168 'pid ' => $ i ,
169- 'tree ' => ' tr_0 tr_ ' . $ Macao . ' tr_' . $ i ,
169+ 'tree ' => " tr_0 tr_ $ Macao tr_ $ i " ,
170170 ];
171171 }
172172 }
@@ -180,15 +180,15 @@ protected function other()
180180 'title ' => $ datum ,
181181 'level ' => 2 ,
182182 'pid ' => $ Taiwan ,
183- 'tree ' => ' tr_0 tr_ ' . $ Taiwan ,
183+ 'tree ' => " tr_0 tr_ $ Taiwan " ,
184184 ];
185185 } elseif ($ key < $ i + 100 && $ key > $ i ) {
186186 $ data [] = [
187187 'id ' => $ key ,
188188 'title ' => $ datum ,
189189 'level ' => 3 ,
190190 'pid ' => $ i ,
191- 'tree ' => ' tr_0 tr_ ' . $ Taiwan . ' tr_' . $ i ,
191+ 'tree ' => " tr_0 tr_ $ Taiwan tr_ $ i " ,
192192 ];
193193 }
194194 }
0 commit comments